Code Monkey home page Code Monkey logo

or_lab's Introduction

OR Lab

This repository that contains the code I've submitted for the course MA39014 - Operations Research Lab, IIT Kharagpur.

Getting started

  • Clone this repository
  • Set this up in your shell configuration file (~/.bashrc, ~/.zshrc/ or ~/.fishrc). This code snippet can also be found in bashrc.sh file
export OR_LAB_REPO_PATH=/path/to/or_lab/
source $OR_LAB_REPO_PATH/or_lab.sh
  • Restart your terminal, or just source your shell configuration file (say, source ~/.bashrcfor bash shell)

Shell Commands

All tweaks required can be made, by incorporating the changes in the or_lab.sh file

  • or_c : Single command to compile and execute the *.c file. For example, or_c filename.c
  • or_cpp : Single command to compile and execute the *.cpp file. For example, or_cpp filename.cpp
  • or_push : Command to commit and push your changes to the remote git repository. You may have to set your git remote origin properly to point to a repository you have push access to. For example, or_push "Makes these changes".
  • or_pull : Single command to commit and push your changes to the remote git repository. You may have to set your git remote origin properly to point to a repository you have push access to. For example, simply use or_pull from the root directory of the git repository.
  • or_cd : Command to directly change the directory to this path. Made for fellow developers, who might be lazy to type 6 extra characters. For example, or_cd.

License

Feel free to use any code present in this repository, without any restrictions.

or_lab's People

Contributors

athityakumar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

or_lab's Issues

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.