Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
bring in web server from private repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jed committed May 17, 2012
1 parent 870af16 commit 69f8126
Show file tree
Hide file tree
Showing 241 changed files with 1,087 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,2 @@
.env
node_modules
1 change: 1 addition & 0 deletions Procfile
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
web: node server.js
Binary file added assets/140byteslogo.pxm
Binary file not shown.
Binary file added assets/140logo.pxm
Binary file not shown.
Binary file added assets/favicon.pxm
Binary file not shown.
1 change: 1 addition & 0 deletions data/entries/1002308.json
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
{"forks":[],"files":{"annotated.js":{"content":"function(\n r, // red, as a number from 0 to 255\n g, // green, as a number from 0 to 255\n b, // blue, as a number from 0 to 255\n p // as goog a place as any to declare p \n){\n p = Math.pow; // alias for \"Math.pow\"\n return // return a luminosity value madeup of\n 0.2126 * p(r/255, 2.2) + // the red value plus\n 0.7152 * p(g/255, 2.2) + // the green value plus\n 0.0722 * p(b/255, 2.2) // the blue value\n}","size":515,"raw_url":"https://gist.github.com/raw/1002308/9058a6b8e91e85620c47a2f040e5ab4d10725937/annotated.js","filename":"annotated.js"},"LICENSE.txt":{"content":" DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE\n Version 2, December 2004\n\n Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>\n\n Everyone is permitted to copy and distribute verbatim or modified\n copies of this license document, and changing it is allowed as long\n as the name is changed.\n\n DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n 0. You just DO WHAT THE FUCK YOU WANT TO.","size":483,"raw_url":"https://gist.github.com/raw/1002308/dfb480a5038214d152544bddb412dfe2e8656413/LICENSE.txt","filename":"LICENSE.txt"},"index.js":{"content":"function(r,g,b,p){p=Math.pow;return 0.2126*p(r/255,2.2)+0.7152*p(g/255,2.2)+0.0722*p(b/255,2.2)}","size":96,"raw_url":"https://gist.github.com/raw/1002308/1611afdef9786e12955d26c18ea6228fc573d550/index.js","filename":"index.js"},"package.json":{"content":"{\n \"name\": \"RGBtoLum\",\n\n \"description\": \"Calculate the luminosity of a colour based on its RGB values\",\n\n \"keywords\": [\n \"RGB\",\n \"colour\",\n \"color\",\n \"Luminosity\",\n \"Calculation\"\n ]\n}","size":202,"raw_url":"https://gist.github.com/raw/1002308/c66adfbb792e7e3bae487d01060f3d9c63571e14/package.json","filename":"package.json"}},"user":{"url":"https://api.github.com/users/christopherdebeer","login":"christopherdebeer","avatar_url":"https://secure.gravatar.com/avatar/2869a32fd14fff8cb09be6fb7ca692eb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":252181},"html_url":"https://gist.github.com/1002308","url":"https://api.github.com/gists/1002308","description":"RGB to Luminosity (140byt.es)","public":true,"comments":5,"history":[{"user":{"url":"https://api.github.com/users/christopherdebeer","login":"christopherdebeer","avatar_url":"https://secure.gravatar.com/avatar/2869a32fd14fff8cb09be6fb7ca692eb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":252181},"url":"https://api.github.com/gists/1002308/1b03dfa33c325fee4aeffa0420bfd0e96c406464","change_status":{"deletions":6,"additions":8,"total":14},"committed_at":"2011-06-02T21:56:02Z","version":"1b03dfa33c325fee4aeffa0420bfd0e96c406464"},{"user":{"url":"https://api.github.com/users/christopherdebeer","login":"christopherdebeer","avatar_url":"https://secure.gravatar.com/avatar/2869a32fd14fff8cb09be6fb7ca692eb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":252181},"url":"https://api.github.com/gists/1002308/0f473f94c9d6c808f38a1e19be19e8de4eb855ff","change_status":{"deletions":0,"additions":0,"total":0},"committed_at":"2011-06-01T14:33:17Z","version":"0f473f94c9d6c808f38a1e19be19e8de4eb855ff"},{"user":{"url":"https://api.github.com/users/christopherdebeer","login":"christopherdebeer","avatar_url":"https://secure.gravatar.com/avatar/2869a32fd14fff8cb09be6fb7ca692eb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":252181},"url":"https://api.github.com/gists/1002308/df1b79e5e2c3ee17b73907ba835d1b54e9bec7df","change_status":{"deletions":15,"additions":1,"total":16},"committed_at":"2011-06-01T14:32:17Z","version":"df1b79e5e2c3ee17b73907ba835d1b54e9bec7df"},{"user":{"url":"https://api.github.com/users/christopherdebeer","login":"christopherdebeer","avatar_url":"https://secure.gravatar.com/avatar/2869a32fd14fff8cb09be6fb7ca692eb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":252181},"url":"https://api.github.com/gists/1002308/d966e0a8013462dfe5f63a90ccae69930b9b6c6c","change_status":{"deletions":49,"additions":17,"total":66},"committed_at":"2011-06-01T14:29:57Z","version":"d966e0a8013462dfe5f63a90ccae69930b9b6c6c"},{"user":{"url":"https://api.github.com/users/140bytes","login":"140bytes","avatar_url":"https://secure.gravatar.com/avatar/53e21508b6995fa42f2e034b87daa901?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":777161},"url":"https://api.github.com/gists/1002308/df573b0569cc36550aa73fa9244286f24823fbb9","change_status":{"deletions":0,"additions":1,"total":1},"committed_at":"2011-06-01T12:27:17Z","version":"df573b0569cc36550aa73fa9244286f24823fbb9"},{"user":{"url":"https://api.github.com/users/140bytes","login":"140bytes","avatar_url":"https://secure.gravatar.com/avatar/53e21508b6995fa42f2e034b87daa901?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":777161},"url":"https://api.github.com/gists/1002308/2da28b4a103c6a4ca00d4d0fa808ee258b5d6eca","change_status":{"deletions":1,"additions":1,"total":2},"committed_at":"2011-05-31T22:34:03Z","version":"2da28b4a103c6a4ca00d4d0fa808ee258b5d6eca"},{"user":{"url":"https://api.github.com/users/140bytes","login":"140bytes","avatar_url":"https://secure.gravatar.com/avatar/53e21508b6995fa42f2e034b87daa901?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":777161},"url":"https://api.github.com/gists/1002308/cb7ce28cbcfb095a319f290d0632332f22d90c72","change_status":{"deletions":0,"additions":13,"total":13},"committed_at":"2011-05-31T18:15:34Z","version":"cb7ce28cbcfb095a319f290d0632332f22d90c72"},{"user":{"url":"https://api.github.com/users/140bytes","login":"140bytes","avatar_url":"https://secure.gravatar.com/avatar/53e21508b6995fa42f2e034b87daa901?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":777161},"url":"https://api.github.com/gists/1002308/a1fcbcb83329294f8afe9b71c132790e0c1f7d8b","change_status":{"deletions":19,"additions":17,"total":36},"committed_at":"2011-05-31T18:10:31Z","version":"a1fcbcb83329294f8afe9b71c132790e0c1f7d8b"},{"user":{"url":"https://api.github.com/users/140bytes","login":"140bytes","avatar_url":"https://secure.gravatar.com/avatar/53e21508b6995fa42f2e034b87daa901?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":777161},"url":"https://api.github.com/gists/1002308/e69917d0323336a4cb552f60484b73c09eb538ee","change_status":{"deletions":6,"additions":6,"total":12},"committed_at":"2011-05-26T16:25:15Z","version":"e69917d0323336a4cb552f60484b73c09eb538ee"},{"user":{"url":"https://api.github.com/users/140bytes","login":"140bytes","avatar_url":"https://secure.gravatar.com/avatar/53e21508b6995fa42f2e034b87daa901?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":777161},"url":"https://api.github.com/gists/1002308/a811e92efd1c0ae72be6dc9a95c4fcf1598134dd","change_status":{"deletions":8,"additions":8,"total":16},"committed_at":"2011-05-25T11:57:53Z","version":"a811e92efd1c0ae72be6dc9a95c4fcf1598134dd"}],"git_pull_url":"git://gist.github.com/1002308.git","git_push_url":"git@gist.github.com:1002308.git","id":"1002308","fork_of":{"files":{"annotated.js":{"size":396,"raw_url":"https://gist.github.com/raw/962807/cd5c9947f41abdfd608a8995e02ba4a160bb2a08/annotated.js","filename":"annotated.js"},"LICENSE.txt":{"size":483,"raw_url":"https://gist.github.com/raw/962807/dfb480a5038214d152544bddb412dfe2e8656413/LICENSE.txt","filename":"LICENSE.txt"},"README.md":{"size":1457,"raw_url":"https://gist.github.com/raw/962807/6832f0d91100cdb4373f2cfd42e12fc06532eac9/README.md","filename":"README.md"},"index.js":{"size":140,"raw_url":"https://gist.github.com/raw/962807/c89ef021071af3b78eea79bcf0288a6e7873a62e/index.js","filename":"index.js"},"test.html":{"size":393,"raw_url":"https://gist.github.com/raw/962807/22ac2a8244f3a1fd650faf81dfdde9cbae7453e5/test.html","filename":"test.html"},"package.json":{"size":241,"raw_url":"https://gist.github.com/raw/962807/323b4aaa685a2bf7b15abdeed2fe03e11d63859f/package.json","filename":"package.json"}},"user":{"url":"https://api.github.com/users/140bytes","login":"140bytes","avatar_url":"https://secure.gravatar.com/avatar/53e21508b6995fa42f2e034b87daa901?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":777161},"html_url":"https://gist.github.com/962807","url":"https://api.github.com/gists/962807","description":"140byt.es -- Click ↑↑ fork ↑↑ to play!","public":true,"comments":45,"git_pull_url":"git://gist.github.com/962807.git","git_push_url":"git@gist.github.com:962807.git","id":"962807","updated_at":"2011-05-18T12:15:41Z","created_at":"2011-05-09T16:13:35Z"},"updated_at":"2011-06-01T14:33:17Z","created_at":"2011-06-01T13:40:53Z"}
Loading

0 comments on commit 69f8126

Please sign in to comment.