GithubHelp home page GithubHelp logo

the-moisrex / codeshells Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 27.54 MB

The test/benchmarks/... codes that I wrote though out the time for research, test, fun, and even teach. I don't have all of them now.

Makefile 0.07% C++ 1.48% CMake 0.16% Assembly 0.01% C 0.43% Python 0.04% JavaScript 0.95% HTML 0.36% Rust 0.01% Vim Script 0.03% POV-Ray SDL 0.07% Lua 0.01% Shell 0.06% CSS 0.01% Jupyter Notebook 96.33%

codeshells's Introduction

CodeShells | Test/Benchmark/Prototypes

demo

This project is written tests, benchmarks, researches, fun-things-to-know, and other random things that I wrote through out years. Of course I don't have most of what I wrote.

All of these projects have been created with the little tool that I wrote called codeshell. You can find the codeshell binary in my linux-dotfiles' bin directory.

You can create new ones with:

codeshell -t=[template] -n=[name]
# or using:
codeshell [template] [name]
# or
codeshell [template] # creates a temp directory
# or
codeshell [name]     # uses the default "simple" directory which is a C++ hello world

if you used the temporary directory, then you can save it with (which moves everything to ~/codeshells/ directory with the specified name):

codeshell save [new_name]

Replace [template] with one of the template directories in code-templates directory.

Replace [name] with one of the above directory names or choose a new name to create one in your ~/codeshells/ directory.

Help (codeshell --help)

Distro: arch
Usage: codeshell [template=simple] [name=...]
       codeshell help
       codeshell save   NAME         # Save the temp codeshell you're in
       codeshell remove [NAME]       # Remove the codeshell you're in or the codeshell you named
       codeshell trash  [NAME]       # Move to trash the codeshell you're in or the codeshell you named

                 -n=*|--name=*       the name of the project
                 -t=*|--template=*   the template to use
                 -g=*|-G=*           the build system to use in cmake


Flow of usage:
   Imagine you wanna try something real quick; you type:
     $ codeshell c.linux

   Now you do all your testings...
   Now you liked the tests and want to save it, you type:
     $ codeshell save

   Or maybe the tests weren't good, so you want to remove it:
     $ codeshell trash

   Or you if you know the name of your tests already from the get go you type:
     $ codeshell c.linux my.pretty.test
   Or:
     $ codeshell my.pretty.test c.linux
   as long as 'c.linux' is a known template in the '/home/moisrex/cmd/code-templates' directory.

   If you're using 'trash' instead of 'remove' then you can use trash-cli to manage them:
     $ trash-list
     $ trash-rm       /tmp/...
     $ trash-restore  /tmp/...
     $ trash-put      /tmp/...

codeshells's People

Contributors

the-moisrex avatar fatal-err avatar

Stargazers

Salim Pamukcu avatar  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.