Skip to content

Instantly share code, notes, and snippets.

bye‐bye(naughties);
hallo(teens);
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[branch "master"]
[remote "github"]
url = git@github.com:elliottcable/rat.git
fetch = refs/heads/*:refs/remotes/github/*
[remote "gitorious"]
@ELLIOTTCABLE
ELLIOTTCABLE / Learning
Created July 24, 2008 03:32
EVE-Online skill paths
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
[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!
require 'benchmark'
TIMES = 10_000_000
:foo # Anal-retentivity
def thrice_yield
3.times { yield }
end
def thrice_block &block
3.times &block
[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))