GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Removed some stupid .part file and added such files to .gitignore
[mirrors/Programs.git]
/
c
/
tv-b-gone
/
parsecode.pl
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/usr/local/bin/perl
2
3
4
foreach $line (<STDIN>) {
5
if ($line =~ /(\d+)\s+(\d+)/) {
6
print "{$1,\t$2},\n";
7
}
8
}
This page took
0.419977 seconds
and
4
git commands to generate.