Skip to content

Instantly share code, notes, and snippets.

View barnaba's full-sized avatar
🤡

Barnaba Turek barnaba

🤡
View GitHub Profile
@barnaba
barnaba / $ gem environment
Created February 10, 2012 16:45
RVM trying to delete current system rubygems and failing
$ gem environment
RubyGems Environment:
- RUBYGEMS VERSION: 1.5.0
- RUBY VERSION: 1.8.7 (2009-06-12 patchlevel 174) [x86_64-linux]
- INSTALLATION DIRECTORY: /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8
- RUBY EXECUTABLE: /opt/ruby-enterprise-1.8.7-20090928/bin/ruby
- EXECUTABLE DIRECTORY: /opt/ruby-enterprise-1.8.7-20090928/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86_64-linux
@barnaba
barnaba / .gitignore
Created February 23, 2012 21:26
Wyborny recept
*.gem
.bundle
Gemfile.lock
pkg/*
22:50:17 barnex in ~/lierolibre-0.1 master ? → ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
import re
import os
#configuration
KillStreakFile = "/home/barnex/test/KillStreaks.txt"
DemoDirectory = "/home/barnex/test"
KillStreakRegex = "\"(.*)\""
DemoFileExtension = ".dem"
import re
import os
from collections import OrderedDict
#configuration
KillStreakFile = "/home/barnex/test/KillStreaks.txt"
DemoDirectory = "/home/barnex/test"
KillStreakRegex = "\"(.*)\""
DemoFileExtension = ".dem"
@barnaba
barnaba / log
Created September 18, 2013 09:04
11:04:18 barnex in ~/test master ? → ls
10.dem 20130820_1724_cp_badlands_RED_BLU.dem
11.dem 20130820_1807_cp_process_final_RED_BLU.dem
12.dem 20130821_1245_cp_snakewater_RED_BLU.dem
13.dem 20130821_1330_cp_granary_RED_BLU.dem
14.dem 20130821_1342_cp_badlands_RED_BLU.dem
15.dem 20130821_1902_dm_vikings_final_RED_BLU.dem
16.dem 20130822_1616_cp_coldfront_RED_BLU.dem
17.dem 20130823_1649_pl_badwater_RED_BLU.dem
18.dem 20130823_1943_cp_egypt_final_RED_BLU.dem
import re
import os
from collections import OrderedDict
#configuration
KillStreakFile = "/home/barnex/test/KillStreaks.txt"
DemoDirectory = "/home/barnex/test"
KillStreakRegex = "\"(.*)\""
DemoFileExtension = ".dem"
import re
import os
from collections import OrderedDict
#configuration
KillStreakFile = "/home/barnex/test/KillStreaks.txt"
DemoDirectory = "/home/barnex/test"
KillStreakRegex = "\"(.*)\""
DemoFileExtension = ".dem"
import re
import os
from collections import OrderedDict
#configuration
KillStreakFile = "/home/barnex/test/KillStreaks.txt"
DemoDirectory = "/home/barnex/test"
KillStreakRegex = "\"(.*)\""
DemoFileExtension = ".dem"
import re
import os
from collections import OrderedDict
#configuration
KillStreakFile = "/home/barnex/test/KillStreaks.txt"
DemoDirectory = "/home/barnex/test"
KillStreakRegex = "\"(.*)\""
DemoFileExtension = ".dem"