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
yourbikes A | |
mapwidth 15 | |
mapheight 15 | |
map Aa.............. | |
map a.............. | |
map ............... | |
map .#............ | |
map .............. | |
map ..#.......... | |
map ............. |
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
; Alice's point of view | |
yourbikes A | |
mapwidth 15 | |
mapheight 15 | |
map Aa.............. | |
map a.............. | |
map ............... | |
map .#............ | |
map .............. | |
map ..#.......... |
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
Please try to write in here | |
Hey look it's a new line! |
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
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 | |
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
#!/usr/bin/env ruby | |
require "net/http" | |
require "uri" | |
require "json" | |
require "base64" | |
class Imgur | |
API_KEY = "15a6efd29935f62ea87579a8325d945a" | |
NewerOlder