online-judge-tools/template-generator
Analyze problems of competitive programming and automatically generate boilerplate
This tool helps competitive programmers quickly set up their local environment for a coding contest problem. It analyzes a problem URL, then automatically generates a basic solution file in C++ or Python, and a random test case generator. This is for competitive programmers who want to save time on repetitive setup tasks and focus directly on solving the algorithmic challenge.
No commits in the last 6 months.
Use this if you participate in online coding contests and want to automate the initial setup of boilerplate code and test case generation for each problem or an entire contest.
Not ideal if you are developing general-purpose software or not participating in competitive programming contests, as its features are highly specialized for that domain.
Stars
86
Forks
13
Language
Python
License
MIT
Category
Last pushed
Feb 13, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/online-judge-tools/template-generator"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
howerj/dbcc
CAN DBC to C (and CSV, JSON and XML) compiler using the mpc parser combinator library
JhnW/devana
Python package to parse and generate C/C++ code as context aware preprocessor.
biojppm/regen
Easy C++ reflection and code generation
SoftSec-KAIST/CodeAlchemist
CodeAlchemist: Semantics-Aware Code Generation to Find Vulnerabilities in JavaScript Engines (NDSS '19)
Samsung/UTopia
UT based automated fuzz driver generation