Details
-
AboutBooo!
-
Skillspython, js, linux
-
LocationIndia
-
Website
-
Github
Joined devRant on 5/25/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
https://youtu.be/ywWBy6J5gz8
Lol, now I know how quick sort is done for sure.
Quick sort with Hungarian folk dance.1 -
Me : mahn, I'm not able to setup pythn bindings for vim
Friend ( who is tired of me saying about vim ): go get a life
Me: sodo apt-get life
Me: looks like the package is not available, what is the exact name?6 -
If ever a jinn grants me a wish I would ask him to build me a webpage. If he does I'll report back to you guys wether he went for material design or not, the JavaScript framework, the backend language, client or server side rendering etc.
Waiting for a jinn... -
Once one my teachers asked me to write the code for insertion sort and mail her as she didn't know how to do it. OK, whatever. And then she asked me to send it as pdf or word file. I gave up.
-
Looking forward to the day when I'll be building a custom kernel for my "smart shoes" to speed up terrain detection
-
I had to deal with a shitty project that I had to make a pre commit hook to make sure there was no swear words in the code.
https://gist.github.com/meain/... -
Instagram has stories, WhatsApp has stories, Facebook and Messenger is testing out stories.
This is the future.3 -
I had written a script to take a photo every time the laptop lid is open an year ago. It's like about 3000 images now and it's really pretty to do like a timelapse. Do it and you won't will never regret.2
-
human : Merry Christmas :)
js : console.log("Merry Christmas")
python 2 : print "Merry Christmas"
python 3 : print ("Merry Christmas")
bash : echo "Merry Christmas"
c++ : printf("Merry Christmas")
java : System.out.println("Merry Christmas")
html : <div> Merry Christmas </div>
add in for your favorite languages...20