This file contains hidden or 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
| # 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 $ |
This file contains hidden or 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
| 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. |
This file contains hidden or 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
| /*********************************************************************************** | |
| 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 |
This file contains hidden or 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
| /////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
| // 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(';'); |
NewerOlder