Skip to content

Instantly share code, notes, and snippets.

View navinpai's full-sized avatar

Navin Pai navinpai

View GitHub Profile
@navinpai
navinpai / magic
Created May 20, 2011 19:42
Magic data for file(1) command
# Magic
# Magic data for file(1) command.
# Machine-generated from src/cmd/file/magdir/*; edit there only!
# Format is described in magic(files), where:
# files is 5 on V7 and BSD, 4 on SV, and ?? in the SVID.
#------------------------------------------------------------------------------
# Localstuff: file(1) magic for locally observed files
#
# $File: Localstuff,v 1.4 2003/03/23 04:17:27 christos Exp $
@navinpai
navinpai / physicist_party
Created May 20, 2011 19:39
Physicist's Party
One day, all of the world's famous physicists decided to get together for a party (ok, there were some non-physicists too who crashed the party). Fortunately, the doorman was a grad student, and able to observe some of the guests...
Everyone gravitated toward Newton, but he just kept moving around at a constant velocity and showed no reaction.
Einstein thought it was a relatively good time.
Coulomb got a real charge out of the whole thing.
Cauchy, being the mathematician, still managed to integrate well with everyone.
Thompson enjoyed the plum pudding.
Pauli came late, but was mostly excluded from things, so he split.
Pascal was under too much pressure to enjoy himself.
Ohm spent most of the time resisting Ampere's opinions on current events.
@navinpai
navinpai / html_to_text.cpp
Created May 15, 2011 02:53
HTML Number to Text
/***********************************************************************************
Basically takes a file with HTML numbers as input and outputs the converted text to another file.
HTML Numbers is:
A A
B A
etc.
Mainly did this to decrypt(?) lyrics from lyrics sites like SongLyrics.com which allow only viewing but not copying of lyrics (The whole GraceNote license thing) eg. http://www.songlyrics.com/flobots/we-are-winning-lyrics/ ... source code of the page shows the lyrics in HTML numbers.
Compiled with Codeblocks v. 8.02
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
// KuNG FU JS v.1 20yrsplus.info
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
//alert('Photo Uploaded! Please wait 1-2 minutes without leaving this page until we process your picture!');
function readCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');