Coder Social home page Coder Social logo

qx's Introduction

Quick Execution

It's a simple tool that turns system commands into clickable shortcuts and thus makes execution easier. After you've specified your executable's name and its commands, it will drop a C source file and its compiled version, so it can be executed right away. The reason you get the source file next to the executable is to be able to modify it later and recompile it.

Configurable parts in qx.cpp are def_qx_cc, def_qx_ofile_flag and def_qx_make_flags. If you want to change the C compiler it should use, or the flags, modify these. The default configuration is for GCC.


Compile with GCC

Windows

g++ -o .\qx.exe .\qx.cpp -s -O3

Linux

g++ -o ./qx ./qx.cpp -s -O3

License

This software is under the GPLv3 License.

qx's People

Contributors

citizen7751 avatar

Watchers

 avatar

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.