Skip to content

Commit

Permalink
moving to proper owner
Browse files Browse the repository at this point in the history
  • Loading branch information
abetusk committed Feb 10, 2012
1 parent 9298fe3 commit d06f9a5
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions gpl.txt → GPLv3.txt
@@ -1,3 +1,4 @@

GNU GENERAL PUBLIC LICENSE GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007 Version 3, 29 June 2007


Expand Down
1 change: 1 addition & 0 deletions README
Expand Up @@ -5,3 +5,4 @@ numberify - numbers lines (like 'less -S')
ped - perl regex processing (i.e. "echo foo | ped 's/foo/bar/'") ped - perl regex processing (i.e. "echo foo | ped 's/foo/bar/'")
pretform - pads columns of deliminated rows with spaces for easy viewing pretform - pads columns of deliminated rows with spaces for easy viewing
transpose - takes deliminated file (i.e. csv) and transposes it transpose - takes deliminated file (i.e. csv) and transposes it

1 change: 0 additions & 1 deletion cnvrtime
Expand Up @@ -19,7 +19,6 @@
# Dated Febuary 4th 2012 # Dated Febuary 4th 2012
# #



use Time::Local; use Time::Local;


my $t = ($ARGV[0] || time); my $t = ($ARGV[0] || time);
Expand Down
1 change: 0 additions & 1 deletion numberify
Expand Up @@ -19,7 +19,6 @@
# Dated Febuary 4th 2012 # Dated Febuary 4th 2012
# #



use strict; use strict;


my $k=0; my $k=0;
Expand Down
1 change: 0 additions & 1 deletion ped
Expand Up @@ -19,7 +19,6 @@
# Dated Febuary 4th 2012 # Dated Febuary 4th 2012
# #



use strict; use strict;


my $r = $ARGV[0]; my $r = $ARGV[0];
Expand Down
2 changes: 0 additions & 2 deletions pretform
Expand Up @@ -19,8 +19,6 @@
# Dated Febuary 4th 2012 # Dated Febuary 4th 2012
# #




use strict; use strict;
use Getopt::Std; use Getopt::Std;


Expand Down
2 changes: 0 additions & 2 deletions transpose
Expand Up @@ -19,8 +19,6 @@
# Dated Febuary 4th 2012 # Dated Febuary 4th 2012
# #




use strict; use strict;
use Getopt::Std; use Getopt::Std;


Expand Down

0 comments on commit d06f9a5

Please sign in to comment.