Giter Site home page Giter Site logo

kiprasmel / cputils Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 145 KB

CLI utilities for competitive programming (mostly making C++ feel interpreted instead of compiled)

Shell 95.08% C++ 4.53% Makefile 0.39%
cli competitive-programming cpp utilities utils

cputils's People

Contributors

kiprasmel avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

cputils's Issues

Roadmap

  • create & run multiple input files

notes: might consider using a single file with separation symbols for simplicity (less files - easier to edit:D)

might be useful to have:

  • a parallelization option (-jX)
    • a max time limit before timeout in case an input hogs

how would we output the results though? one-by-one?

  • ability to create test cases / expected outputs

probably in the same input file

maybe -f -c could use clipboard if file empty / clipboard doesn't match the latest input

  • make g++ default args configurable

  • pipe-able hashing function instead of reading from a filename

  • rewrite examples & update docs since so much changed:D

  • for maintainers: make it easier to fall into "the pit of success" in regards to hashing and making sure we've considered all side effects

  • configurable compiler so that we're not locked into g++ (just provide a function to compile in the config, as always)

  • tests!

    • badges near commands in README via CI to indicate if it currently passes tests ๐Ÿ‘€

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.