For you to do something new, you need to stop doing something old.
- Bangalore
Pinned Loading
-
co2-calculator
co2-calculator PublicA mini project on Node.js project to return the amount of C02-equivalent that will be caused when travelling a given distance using a given transportation method.
JavaScript
-
CRM
CRM PublicA project to demonstrate how to build RESTful API's with Node.js and Express and MongoDB as your database.
JavaScript
-
Javascript-Fast-Forward
Javascript-Fast-Forward PublicThis repository will contain learning resources for Javascript developers. It can be seen as a personal notes to quickly go through all the important concepts of Javascript.
-
Code snippet to add branch informati...
Code snippet to add branch information on your mac terminal 1# Git branch in prompt.
2parse_git_branch() {
3git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
4}
5export PS1="\u@\h \W\[\033[32m\]\$(parse_git_branch)\[\033[00m\] $ "
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.