Skip to content

Scripts to build a Docker Image to preprocess and prepare google code jam solutions.

License

Notifications You must be signed in to change notification settings

Code-Clone-Detection-Images/GCJ-csv-preparation

Repository files navigation

GCJ-Prepare

Preparation script to extract folders containing separated solutions for each task and solution size. The csvs have been taken from a GitHub-Repository.

Build using the makefile. Run using the run-script script, supply it with the configuration.yaml defining desired projects desired .csv-files.

As only the pwd (current working directory) will be mounted automatically, you can not specify files/folders located in upper levels.

Example:

make
./run.sh configuration.yaml gcj2016.csv gcj2019.csv gcj2020.csv

After the command, you will find all prepared folders inside of gcj/.

The requirements for the [prepare.py] (which is run inside the docker-container) have been created using pipreqs with pipreqs --print > requirements.txt.

About

Scripts to build a Docker Image to preprocess and prepare google code jam solutions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published