Skip to content

Instantly share code, notes, and snippets.

View jmcarthur's full-sized avatar

Jake McArthur jmcarthur

  • Jersey City, NJ, USA
View GitHub Profile
yourbikes A
mapwidth 15
mapheight 15
map Aa..............
map a..............
map ...............
map .#............
map ..............
map ..#..........
map .............
@jmcarthur
jmcarthur / gist:777544
Created January 13, 2011 07:48
Tron Line of Sight
; Alice's point of view
yourbikes A
mapwidth 15
mapheight 15
map Aa..............
map a..............
map ...............
map .#............
map ..............
map ..#..........
Please try to write in here
Hey look it's a new line!
import System.IO
import System.Posix
import Network
import Network.Socket hiding (accept)
import Data.List
import Control.Monad
import Control.Concurrent
import Control.Concurrent.STM
#!/usr/bin/env ruby
require "net/http"
require "uri"
require "json"
require "base64"
class Imgur
API_KEY = "15a6efd29935f62ea87579a8325d945a"