This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt update | |
sudo apt install vim git htop \ | |
make g++ zsh tmux | |
git config --global user.name "Ganesh Pendyala" | |
git config --global credential.helper store | |
mkdir -p ~/$USER/Programming |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nodemon -e "java" -x "javac *.java -d "dist" && java -cp ./dist Main" | |
# prerequsites - javac, java and ofcourse nodemon (installed globally using npm) and a directory named dist in the current folder | |
# Main at the end should be changed based on your java main class |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dataplicity: Web Portal to access Pi from Internet |