Giter Site home page Giter Site logo

competitive-programming-tools's Introduction

Hi there ๐Ÿ‘‹

I do competitive programming. Add me on Codeforces!

DMOJ Badge Codeforces Badge Atcoder Badge Topcoder Badge

competitive-programming-tools's People

Contributors

dessertion avatar plasmatic1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

dessertion

competitive-programming-tools's Issues

Improved Printf Debugging

Add some keyboard shortcut i.e. Ctrl+K that takes a line and turns it into valid "printf" debugging code.

It takes in "commands" and converts them into working code.

Here is how the commands should work:

  • d, <var/expr>, [alias]: does something akin to cout << #x << (x) << ' '; except #x is replaced by the alias if it's specified
  • l, <label>: does something akin to cout << '[' << x << "] "; except x is <label>.
  • l2, <label>: Same thing as l except normal brackets are used instead of square ones

More to come!

To separate commands, use semicolons. Her e is an example:

l, addition; d, a; d, b; d, a+b, sum; 

with a=2 and b=5 would print: [addition] a=2, b=5, sum=7

Implement Interfacing with GDB

Allow the program to be compiled and then run using GDB. Additionally, UI elements should be created for easier access of GDB tools such as print, the stepping things, breakpoints, and accessing core dumps.

Or you know... just switch back to using Eclipse

No point

What is the point of this extension? It does nothing. Its pointless. A waste of your laptop's processing power, a waste of my and every other actual programmer's time, and a waste of Github's hosting services. Remove this excuse for a repository if you have respect for this fine institution.

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.