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
test |
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
test2 |
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
test3 |
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
test4 |
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
bye‐bye(naughties); | |
hallo(teens); |
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
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
bare = false | |
logallrefupdates = true | |
[branch "master"] | |
[remote "github"] | |
url = [email protected]:elliottcable/rat.git | |
fetch = refs/heads/*:refs/remotes/github/* | |
[remote "gitorious"] |
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
Learning 1 # We start by leap-frogging the basic Learning skill with the Intelligence and Memory skills (because those skills make training all other learning skills faster) | |
Analytical Mind 1 | |
Instant Recall 1 | |
Learning 2 | |
Analytical Mind 2 | |
Instant Recall 2 | |
Learning 3 | |
Analytical Mind 3 | |
Instant Recall 3 | |
Learning 4 |
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
[16:06:26] <@Kittens> ec, εσείς μιλάτε ελληνικά; | |
[16:06:49] <@Kittens> i asked if you spoke greek | |
[16:07:02] <@ec> greek lines end in semicolons? | |
[16:07:05] <@ec> that explains... a lot. | |
[16:07:42] <@ec> I'll feel so much more justified in saying that Java is like Greek to me now! |
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
require 'benchmark' | |
TIMES = 10_000_000 | |
:foo # Anal-retentivity | |
def thrice_yield | |
3.times { yield } | |
end | |
def thrice_block &block | |
3.times &block |
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
[Sat Jul 26 - 11:48:37] [elliottcable @ Bishop] [~/Code/rat/] | |
-- git-push repo.or.cz master | |
Counting objects: 208, done. | |
Compressing objects: 100% (125/125), done. | |
Writing objects: 100% (208/208), 34.44 KiB, done. | |
Total 208 (delta 96), reused 151 (delta 66) | |
fatal: Unable to create temporary file: Permission denied | |
error: unpack failed: index-pack abnormal exit | |
To ssh://repo.or.cz/srv/git/rat.git | |
! [remote rejected] master -> master (n/a (unpacker error)) |