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
$ 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 |
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
*.gem | |
.bundle | |
Gemfile.lock | |
pkg/* |
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
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 |
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 re | |
import os | |
#configuration | |
KillStreakFile = "/home/barnex/test/KillStreaks.txt" | |
DemoDirectory = "/home/barnex/test" | |
KillStreakRegex = "\"(.*)\"" | |
DemoFileExtension = ".dem" |
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 re | |
import os | |
from collections import OrderedDict | |
#configuration | |
KillStreakFile = "/home/barnex/test/KillStreaks.txt" | |
DemoDirectory = "/home/barnex/test" | |
KillStreakRegex = "\"(.*)\"" | |
DemoFileExtension = ".dem" |
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
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 |
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 re | |
import os | |
from collections import OrderedDict | |
#configuration | |
KillStreakFile = "/home/barnex/test/KillStreaks.txt" | |
DemoDirectory = "/home/barnex/test" | |
KillStreakRegex = "\"(.*)\"" | |
DemoFileExtension = ".dem" |
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 re | |
import os | |
from collections import OrderedDict | |
#configuration | |
KillStreakFile = "/home/barnex/test/KillStreaks.txt" | |
DemoDirectory = "/home/barnex/test" | |
KillStreakRegex = "\"(.*)\"" | |
DemoFileExtension = ".dem" |
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 re | |
import os | |
from collections import OrderedDict | |
#configuration | |
KillStreakFile = "/home/barnex/test/KillStreaks.txt" | |
DemoDirectory = "/home/barnex/test" | |
KillStreakRegex = "\"(.*)\"" | |
DemoFileExtension = ".dem" |
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 re | |
import os | |
from collections import OrderedDict | |
#configuration | |
KillStreakFile = "/home/barnex/test/KillStreaks.txt" | |
DemoDirectory = "/home/barnex/test" | |
KillStreakRegex = "\"(.*)\"" | |
DemoFileExtension = ".dem" |
OlderNewer