Here are
395 public repositories
matching this topic...
Algorithms used in Competitive Programming
四步从零到精通算法和数据结构🦶 Learn Algorithms and Data Structure in Four Steps 🦶
Updated
Aug 13, 2020
Roff
Welcome to another year of A December of Algorithms. This is a small collection of algorithms to implement this December. Finish it all to get a certificate. 🎄
Updated
Jan 16, 2020
JavaScript
为了 OI 比赛而生的基于 Lemon + LemonPlus 的轻量评测系统 | 三大桌面系统支持
☀ 小狮子前端の学习☁ 整理笔记❤ Front-end-learning-to-organize-notes 帮你整理好前端知识体系、更高效地吸收经验成果;另附小狮子前端进阶小册食用指北,敬请关注!
Updated
Aug 26, 2020
HTML
📚 A Collection of Free & Open Resources for University Coursework in Computer Science.
Updated
Aug 7, 2020
Python
Auto-generate a PDF notebook from your source codes (useful for ACM-ICPC)
Updated
May 26, 2020
JavaScript
Search for BibTeX references
Updated
Dec 1, 2017
JavaScript
Holding contests using problems from other OJs!!
🔖 一款基于C++的OI/ACM比赛测试数据生成器 An OI/ACM Contest Test Case Generator based on C++⭐
Deploy your static websites without all the hassle on AWS with CloudFront, S3, ACM and Route53 via Serverless
Updated
May 15, 2020
JavaScript
freeproblemset is a standard for acm-icpc contest problem storage in xml
Updated
Jul 11, 2020
Roff
An open source online judge system base on Django REST framework and Vue.js !
Updated
Nov 23, 2018
Python
放置 61mon.com 博客内所有技术类文章的 markdown 原文,方便读者下载 。
Nice and flexible template environment for papers written in LaTeX
Terraform module for ALB, Route53 and nginx-ingress with kops on AWS
This repository holds a list of cool resources for Silica.
Terraform module to request an ACM certificate for a domain name and create a CNAME record in the DNS zone to complete certificate validation
203 ACM Problems Source Code in C++
Terraform module to provision a standard ALB for HTTP/HTTP traffic
Write your project report/academic paper in Markdown and convert it with ease to the ACM format
Updated
Jan 12, 2019
JavaScript
展示在leetcode上做题的进度的徽标 / Show the progress badge on the leetcode
Online Judge Kernel,Virtual Judge Adapter,Command-Line Interface, Telnet Server, FTP Server
Automatically validate ACM requests with Lambda
Updated
Oct 3, 2017
Python
Improve this page
Add a description, image, and links to the
acm
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
acm
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
There are two sets of refactoring that can be performed on our codebase to make them more efficient and utilize the full potential offered by Qt Framework. See below:
deleteon widgets that are allocated on Heap as long as in their constructor we have specified the parent widget for it. Consider this example below: