See the video especially from 07:00 onwards. Very nice music played with just a single guitar.
Monthly Archives: September 2014
Cloning and Committing Git Repositories in Ubuntu 14.04
This post contains commands that are working on Ubuntu to commit and update Git repos content from local folders. Part 1 of 3 : Setting up git on local $ sudo apt-get install git $ git config –global user.name “Your name” $ git config –global user.email “[email protected]” Part 2 of 3 : Cloning existing repository in local system $ mkdir /path/to/local/repo $ cd /path/to/local/repo $ git clone https://github.com/repo-path/repo-name.git $ git init $ git add . Part 3 of 3 : Committing files into Git (commonly…
How India sees the World..
Are you true hyderabadi?
Installing Java 8 on Ubuntu 14.04
To install Oracle Java 8 on Ubuntu 14.04. Go to terminal and give following commands. sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer This will first fetch a web installer which is around 160KB. There after actual java (jdk-8uX-linux-i586.tar.gz), which is around 160MB, will be downloaded and installed. To check, give following command. This command will output the version of java installed. java -version Ref: http://stackoverflow.com/questions/16263556/installing-java-7-on-ubuntu
CVS Rhymes in Telugu
A playlist of Telugu rhymes on Youtube.com. This playlist has 38 rhymes with neat 3D animations
Learning Path: Programming in HTML5 with JavaScript and CSS3 (Microsoft Exam 70-480)
Learning Path: Programming in HTML5 with JavaScript and CSS3 (Microsoft Exam 70-480) http://blog.pluralsight.com/learning-path-programming-in-html5-with-javascript-and-css3-microsoft-exam-70-480
Changing the world – the .css way
.dustBinBags { display:none; } .treesWithSurfacedRoots { padding-bottom:10px; } .carsParkedOutsideParkingSlot { position : absolute; padding : 5px; margin: 0; } .highlyTalkativePeople > .mouth { background : url (‘~/appearance_images/closed_mouth.png’) no-repeat; position : fixed; } .disease { visiblility : hidden; } .KrishnaSrikanth-Voice { font-size:xx-large; } .KrishnaSrikanth-Reputation { height : 100%; width : 100%; font-size : 5em; background-color : yellow; color : red; }
Balldroppings JS
http://balldroppings.com/js/ Open this in chrome. Draw a line to deviate ball flow. hear the sound. Enjoy.