This file contains 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
# Jeff's setup: | |
def pc(arg, offset = 0) | |
file, line = caller.first.split(":") | |
actual_line = line.to_i - 1 + offset | |
code = File.read(file).split("\n")[actual_line].strip.sub("pc ", "") | |
result = arg.is_a?(String) ? arg : arg.inspect | |
puts "Line ##{actual_line}:" | |
puts " #{[code, result].join(" # => ")}" | |
puts |
This file contains 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
mistidoi-macbook:~ mistidoi$ rvm get head | |
Downloading https://get.rvm.io | |
Downloading https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer.asc | |
Verifying /Users/mistidoi/.rvm/archives/rvm-installer.asc | |
gpg: Signature made Thu Oct 30 15:27:39 2014 EDT using RSA key ID BF04FF17 | |
gpg: Good signature from "Michal Papis (RVM signing) <[email protected]>" | |
gpg: WARNING: This key is not certified with a trusted signature! | |
gpg: There is no indication that the signature belongs to the owner. | |
Primary key fingerprint: 409B 6B17 96C2 7546 2A17 0311 3804 BB82 D39D C0E3 | |
Subkey fingerprint: 62C9 E5F4 DA30 0D94 AC36 166B E206 C29F BF04 FF17 |
This file contains 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
[2014-11-02 16:29:46] __rvm_make | |
__rvm_make () | |
{ | |
\make "$@" || return $? | |
} | |
current path: /Users/brandonhamilton/.rvm/src/ruby-2.1.4 | |
GEM_HOME=/Users/brandonhamilton/.rvm/gems/ruby-2.1.4 | |
PATH=/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/brandonhamilton/.rvm/gems/ruby-2.1.4/bin:/Users/brandonhamilton/.rvm/gems/ruby-2.1.4@global/bin:/Users/brandonhamilton/.rvm/rubies/ruby-2.1.4/bin:/Users/brandonhamilton/.rvm/bin:/opt/local/include/gtk-2.0/gtk:/opt/local/bin:/opt/local/sbin:/Library/PostgreSQL/9.1/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/MacGPG2/bin | |
GEM_PATH=/Users/brandonhamilton/.rvm/gems/ruby-2.1.4:/Users/brandonhamilton/.rvm/gems/ruby-2.1.4@global | |
command(3): __rvm_make -j 1 |
This file contains 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
var memoize; | |
memoize = function(func) { | |
var cache; | |
cache || (cache = {}); | |
return function() { | |
var key; | |
key = JSON.stringify(arguments); | |
if (cache[key]) { | |
return cache[key]; |
This file contains 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
var memoize; | |
memoize = function(func) { | |
var cache; | |
cache || (cache = {}); | |
return function() { | |
var key; | |
key = JSON.stringify(arguments); | |
if (cache[key]) { | |
return cache[key]; |
This file contains 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
showArguments = function () { | |
console.log(arguments); | |
} | |
showArguments("hey", "I","thought", "this", "function", "didn't", "take", "any", "arguments"); |
This file contains 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
var memoize; | |
memoize = function(func) { | |
var cache; | |
cache || (cache = {}); | |
return function() { | |
var key; | |
key = JSON.stringify(arguments); | |
if (cache[key]) { | |
return cache[key]; |
This file contains 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
File.open("input.txt").readlines.each do |line| | |
moves_from_file = line.chomp.split("") | |
moves1 = [] | |
moves2 = [] | |
moves_from_file.each_with_index do |element, index| | |
if index % 2 == 1 | |
moves1 << element |
This file contains 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
"use strict"; | |
let _ = require('lodash'); | |
let fs = require('fs'); | |
fs.readFile('input.txt', 'utf8', function (err, input) { | |
let moves1 = []; | |
let moves2 = []; | |
let starting_coords = [0, 0]; |
This file contains 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
^^<<v<<v><v^^<><>^^<v<v^>>^^^><^>v^>v><><><<vv^^<^>^^<v^>v>v^v>>>^<>v<^<v^><^>>>>><<v>>^>>^>v^>><<^>v>v<>^v^v^vvv><>^^>v><v<><>^><^^<vv^v<v>^v>>^v^>v><>v^<vv>^><<v^>vv^<<>v>>><<<>>^<vv<^<>^^vv>>>^><<<<vv^v^>>><><^>v<>^>v<v^v<^vv><^v^><<<<>^<>v>^v>v<v<v<<>v<^<<<v>>>>>^^v>vv^^<>^<>^^^^<^^^v<v^^>v<^^v^^>v>^v^^^^>><<v<>v<>^v^<v<>><>^^><<^^<^^>vv<>v^<^v<vv<<<>^>^^>^<>v^^vv<>>v><<<>vvv<>v<>><^<^v<>^vv>^^v<v<v><^<>>vv<^>>^>>vv^v<vv^vv<^<<>>^v^<>^>>>>vv>^^>v>vv>v><^vv^<<v>^<<^^<v<v>vv<v^^<>^^v>^>>v><^<<vv<<v^vv^^^v>>v<<v^><vv^><vv<^vv<<vv^v<<^v<^^v>><<v^>>^^<>v>><<v<>>^^<v>>^^>>vvv^><<<<<^<^vv<^<><v<<>^^^<<<^>^^^<v<<vv>vv<>^<>v<^v>^<<<v<v<v>>^v<>>v<<^<<v<<>^<<<><><>^>>>>^>v^v<<v<v<<>>vv<^vvv^^^^<vv>vv>^v^^v^<v^v><^vv<^vv>v<^>vv<>>^>^><vv<><^>v>^v>vvv<>^>^v<><>vv>><^v^<><><v>>v^v^><^<^>vv>v<^>vvv>v<<<<<^<v<<vv<^^^<<>>^v<vv<^<>v>^<v<>><><>^<<v>v^>^<vv>><><>>^>^>><^<v>^^>^^>^^v^^<^v^^>v^^>>><<><v<v<<v^vv<><><>^<v>^<<^^v^>v>><>^^^><^vvv<^^^^^v><<><v<^^v><><>>^>vv<vvvv<<>>><v<^^^^v<<^><v>^vv<v^^v^vv<^^>^^<v>><<v^>v<^^>^<^ |
OlderNewer