repo string | commit string | message string | diff string |
|---|---|---|---|
jhasse/jntetri | 5288c37c3ebb4668f81d09e2f1f4b5189516c5a0 | Login as anonymous user when not using a username | diff --git a/server/Client.cpp b/server/Client.cpp
index 2182354..b0ab0d9 100644
--- a/server/Client.cpp
+++ b/server/Client.cpp
@@ -1,216 +1,227 @@
#include "Client.hpp"
#include "Server.hpp"
#include "NetworkConstants.hpp"
#include <boost/array.hpp>
#include <boost/bind.hpp>
#include <iostream>
#include <n... |
ssm/puppet_modules | ffc5960431b98919baeaab3a5765e0c0424ad009 | Initial import of logrotate::conf definition for log rotation | diff --git a/logrotate/README b/logrotate/README
new file mode 100644
index 0000000..78208ff
--- /dev/null
+++ b/logrotate/README
@@ -0,0 +1,22 @@
+A custom definition for log rotation with logrotate:
+
+Parameters:
+ logfiles
+ interval: "daily", "weekly" or "monthly". Default: "daily"
+ dateext: true or false, def... |
ssm/puppet_modules | de469379b9b94e750473b8cbac00dc358bb21ca1 | Fix paths, remove whitespace at eol | diff --git a/keepalived/README b/keepalived/README
index 2996ff3..d5285fa 100644
--- a/keepalived/README
+++ b/keepalived/README
@@ -1,39 +1,39 @@
==============================
Puppet module for keepalived
==============================
This is a module to install and control keepalived.
Limited functionalit... |
ssm/puppet_modules | 120e08ae90f112e5ff129517ea1531ae07dfc834 | Add a README file | diff --git a/keepalived/README b/keepalived/README
new file mode 100644
index 0000000..6e13122
--- /dev/null
+++ b/keepalived/README
@@ -0,0 +1,40 @@
+==============================
+ Puppet module for keepalived
+==============================
+
+This is a module to install and control keepalived.
+
+Limited functiona... |
ssm/puppet_modules | 7c621b0c67be921ee519c59a88fa0437f788115a | Move comments to right file | diff --git a/keepalived/manifests/init.pp b/keepalived/manifests/init.pp
index fba1c54..03fdb8c 100644
--- a/keepalived/manifests/init.pp
+++ b/keepalived/manifests/init.pp
@@ -1,51 +1,31 @@
# Module: keepalived
# Class: keepalived
-# Control keepalived VRRP instances (failover IP addresses and routes) between server... |
ssm/puppet_modules | 85b1ec9751f84f8a578ee8b79f764dc50fe9bc17 | Initial import of the keepalived module | diff --git a/keepalived/manifests/init.pp b/keepalived/manifests/init.pp
new file mode 100644
index 0000000..fba1c54
--- /dev/null
+++ b/keepalived/manifests/init.pp
@@ -0,0 +1,51 @@
+# Module: keepalived
+# Class: keepalived
+# Control keepalived VRRP instances (failover IP addresses and routes) between servers.
+#
+... |
ssm/puppet_modules | 36770a41c2f5cc4feaf4c2e5de51cd62ff5b4d74 | Split defined types into their own files | diff --git a/monit/manifests/check/process.pp b/monit/manifests/check/process.pp
new file mode 100644
index 0000000..9bc15b9
--- /dev/null
+++ b/monit/manifests/check/process.pp
@@ -0,0 +1,43 @@
+# Define: monit::check::process
+# Creates a monit process check,
+#
+# Parameters:
+# namevar - the name of this reso... |
ssm/puppet_modules | 75cbddf4f8c73857b341331aef6297d3ce33de2f | Just use "localhost" as mailserver in the monit template | diff --git a/monit/templates/monitrc.erb b/monit/templates/monitrc.erb
index 8197cb3..466db89 100644
--- a/monit/templates/monitrc.erb
+++ b/monit/templates/monitrc.erb
@@ -1,48 +1,48 @@
# /etc/monit/monitrc - Monit Configuration file
#
# This file is handled by puppet, any local changes will be lost
#
<%# BEGI... |
ssm/puppet_modules | 8399ee57be962345deae6f46ca77e3710106cbfb | The config definition can accept ensure, and target, source or content | diff --git a/monit/manifests/init.pp b/monit/manifests/init.pp
index 7a6282d..83177a7 100644
--- a/monit/manifests/init.pp
+++ b/monit/manifests/init.pp
@@ -1,88 +1,99 @@
# Monit class
#
# Stig Sandbeck Mathisen <ssm@fnord.no>
#
# See README for details
class monit {
# The monit_secret is used with the fqdn... |
ssm/puppet_modules | 46e868d8cec006d89b12d6a01f87a8f8ee81f4f8 | Enable the monit daemon on Debian/Ubuntu | diff --git a/monit/manifests/init.pp b/monit/manifests/init.pp
index f1cd5d8..7a6282d 100644
--- a/monit/manifests/init.pp
+++ b/monit/manifests/init.pp
@@ -1,80 +1,88 @@
# Monit class
#
# Stig Sandbeck Mathisen <ssm@fnord.no>
#
# See README for details
class monit {
# The monit_secret is used with the fqdn... |
ssm/puppet_modules | 14e0fddc65789ddeb8935538133783eecaf75bd5 | Monit module changes | diff --git a/monit/README b/monit/README
index 8637d09..70c2a41 100644
--- a/monit/README
+++ b/monit/README
@@ -1,42 +1,43 @@
=========================
Puppet module for monit
=========================
This is a puppet module for monit. It provides a simple way to install the
package, run the service, and han... |
ssm/puppet_modules | b27c5a6b949da757fd3705abfc9347f420fb86ff | First checkin of the monit module | diff --git a/monit/README b/monit/README
new file mode 100644
index 0000000..8637d09
--- /dev/null
+++ b/monit/README
@@ -0,0 +1,42 @@
+=========================
+ Puppet module for monit
+=========================
+
+This is a puppet module for monit. It provides a simple way to install the
+package, run the service,... |
ssm/puppet_modules | 41b81db4b02859e1f56d750deccaee1b8e32ccad | Added some text to the readme file | diff --git a/README b/README
index e69de29..2fd7f24 100644
--- a/README
+++ b/README
@@ -0,0 +1,7 @@
+Stig's puppet modules
+=====================
+
+This is a repo for my puppet modules. You can find the latest version at
+http://github.com/ssm/puppet_modules/tree/master
+
+Stig Sandbeck Mathisen <ssm@fnord.no>
|
olle/sortable | 98cbe1e5f88b68ef159c6265e2534b19f78da4ca | Added minified version of the javascript | diff --git a/js/jquery.sortable.min.js b/js/jquery.sortable.min.js
new file mode 100644
index 0000000..cbd9cad
--- /dev/null
+++ b/js/jquery.sortable.min.js
@@ -0,0 +1,29 @@
+/*
+ * The MIT License
+ *
+ * Copyright (c) 2008-2009 Olle Törnström studiomediatech.com
+ *
+ * Permission is hereby granted, free of charge... |
olle/sortable | a9da01700eea9aa72be6f68bb380b221584a0eab | Scoped options per plugin, enabling multi sortables on same page. | diff --git a/js/jquery.sortable.js b/js/jquery.sortable.js
index 35b87e0..1d4c2d8 100644
--- a/js/jquery.sortable.js
+++ b/js/jquery.sortable.js
@@ -1,82 +1,81 @@
/*
* The MIT License
*
* Copyright (c) 2008-2009 Olle Törnström studiomediatech.com
*
* Permission is hereby granted, free of charge, to any pe... |
olle/sortable | 8eff4910e7798d4183f20349ff839aa67d3345eb | Stopped propagation of sorting click. | diff --git a/js/jquery.sortable.js b/js/jquery.sortable.js
index e0992ae..35b87e0 100644
--- a/js/jquery.sortable.js
+++ b/js/jquery.sortable.js
@@ -1,82 +1,82 @@
/*
* The MIT License
*
* Copyright (c) 2008-2009 Olle Törnström studiomediatech.com
*
* Permission is hereby granted, free of charge, to any pe... |
olle/sortable | 2d953d2a285f4feb006286979bd0e8d580a18af6 | Adding sprite image. | diff --git a/img/jquery.sortable.png b/img/jquery.sortable.png
new file mode 100644
index 0000000..d9b8a83
Binary files /dev/null and b/img/jquery.sortable.png differ
|
olle/sortable | 077c98f26676c6fbe2fd4b20fef3305bba165b1f | Combined button images into single sprite background. | diff --git a/css/jquery.sortable.css b/css/jquery.sortable.css
index cd614f4..1d556a7 100644
--- a/css/jquery.sortable.css
+++ b/css/jquery.sortable.css
@@ -1,34 +1,34 @@
.sortable {
width: auto;
}
.sortable li {
padding: 3px 0;
}
.sorting {
float: right;
}
button.up, button.down {
margin: 0;
pa... |
olle/sortable | 26504a11a0fb1b8777571521d56bd857b88a16fc | Added readme text. | diff --git a/.gitignore b/.gitignore
index 3a4edf6..f4160f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
.project
+php/db.json
diff --git a/README b/README
index e69de29..5ec6667 100644
--- a/README
+++ b/README
@@ -0,0 +1,36 @@
+ * The MIT License
+ *
+ * Copyright (c) 2009 Olle Törnström studiomediatech... |
olle/sortable | 56c2856cf702f87988a41a3740e22d166f26292f | Adding initial project resources. | diff --git a/css/jquery.sortable.css b/css/jquery.sortable.css
new file mode 100644
index 0000000..cd614f4
--- /dev/null
+++ b/css/jquery.sortable.css
@@ -0,0 +1,34 @@
+.sortable {
+ width: auto;
+}
+
+.sortable li {
+ padding: 3px 0;
+}
+
+.sorting {
+ float: right;
+}
+
+button.up, button.down {
+ margin: 0;
+ paddi... |
olle/sortable | 0b71cb935a2cc31eea5f8b6911d3438c63e2176f | Added ignore for Aptana project files | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3a4edf6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.project
|
apocalypse/perl-poe-benchmarker | 7c4fc43648decc2629a0cfa91a1adf0865e9ced3 | mailmap | diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..1b06641
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,4 @@
+Apocalypse <APOCAL@cpan.org> <apocalypse@users.noreply.github.com>
+Apocalypse <APOCAL@cpan.org> <perl@0ne.us>
+Apocalypse <APOCAL@cpan.org> <apoc@blackhole.(none)>
+Apocalypse <APOCAL@cpan.org> <a... |
apocalypse/perl-poe-benchmarker | 892360ac2e64a798caff46445189936ab9d987e9 | add docs about queue benchmarking, thanks TonyC | diff --git a/MANIFEST b/MANIFEST
index 72e5e5a..bbde230 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,22 +1,23 @@
Build.PL
MANIFEST
MANIFEST.SKIP
README
Makefile.PL
META.yml
Changes
LICENSE
lib/POE/Devel/Benchmarker.pm
lib/POE/Devel/Benchmarker/GetInstalledLoops.pm
lib/POE/Devel/Benchmarker/GetInstalledLoops/... |
apocalypse/perl-poe-benchmarker | 75f24fb77b38b0064120622ab48a4353df195998 | more work on tidying up the output | diff --git a/lib/POE/Devel/Benchmarker.pm b/lib/POE/Devel/Benchmarker.pm
index 8d6ea97..c5c83d5 100644
--- a/lib/POE/Devel/Benchmarker.pm
+++ b/lib/POE/Devel/Benchmarker.pm
@@ -615,592 +615,601 @@ sub wrapup_test : State {
'poe' => {
'v' => $_[HEAP]->{'current_version'}->stringify, # YAML::Tiny doesn't like ver... |
apocalypse/perl-poe-benchmarker | 2a86113bae50c2e4fafb213d83e15ec5263b24d8 | start of work on benchmark output and multirun | diff --git a/Build.PL b/Build.PL
index c4ef2d3..c54d3f4 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,100 +1,92 @@
# Build.PL
use strict; use warnings;
use Module::Build;
my $build = Module::Build->new(
# look up Module::Build::API for the info!
'dynamic_config' => 0,
'module_name' => 'POE::Devel::Benchmarker... |
apocalypse/perl-poe-benchmarker | ce77e055b685f892fb176c47fd36fbb0627592c1 | minor tweaks | diff --git a/Changes b/Changes
index ad0964c..1dfa118 100644
--- a/Changes
+++ b/Changes
@@ -1,50 +1,51 @@
Revision history for Perl extension POE::Devel::Benchmarker
* 0.06
POD tweaks and typo fixes
Cleanup Build.PL and remove a lot of tests in favor of Test::Apocalypse
Fixed a bug where the Benchmarker wo... |
apocalypse/perl-poe-benchmarker | 172ee21850637ccac38917a9bc063f9c6ba704e0 | fixes to get Wx/Kqueue working | diff --git a/Changes b/Changes
index 5dae389..ad0964c 100644
--- a/Changes
+++ b/Changes
@@ -1,48 +1,50 @@
Revision history for Perl extension POE::Devel::Benchmarker
* 0.06
POD tweaks and typo fixes
Cleanup Build.PL and remove a lot of tests in favor of Test::Apocalypse
Fixed a bug where the Benchmarker wo... |
apocalypse/perl-poe-benchmarker | 8f3edf63752571db077f2c956aefcf623940c2b1 | cleanups in preparation of CPAN release | diff --git a/Build.PL b/Build.PL
index 7980144..c4ef2d3 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,111 +1,100 @@
# Build.PL
+use strict; use warnings;
use Module::Build;
my $build = Module::Build->new(
# look up Module::Build::API for the info!
'dynamic_config' => 0,
'module_name' => 'POE::Devel::Benchmarke... |
apocalypse/perl-poe-benchmarker | c010c272a9ed11bec986aa831c3e43e9978471ec | added Eclipse prefs | diff --git a/.settings/org.eclipse.core.runtime.prefs b/.settings/org.eclipse.core.runtime.prefs
new file mode 100644
index 0000000..9fe81aa
--- /dev/null
+++ b/.settings/org.eclipse.core.runtime.prefs
@@ -0,0 +1,3 @@
+#Sun Nov 15 20:53:57 MST 2009
+eclipse.preferences.version=1
+line.separator=\n
|
apocalypse/perl-poe-benchmarker | 923750de270fe316176d250a948961933493c708 | add Eclipse includepath | diff --git a/.includepath b/.includepath
new file mode 100644
index 0000000..53c29fe
--- /dev/null
+++ b/.includepath
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<includepath>
+ <includepathentry path="${resource_loc:/perl-poe-benchmarker/lib}" />
+</includepath>
|
apocalypse/perl-poe-benchmarker | f55a73eedf43c6b77f3effd5c50169141ae4b691 | added comment from dngor | diff --git a/lib/POE/Devel/Benchmarker.pm b/lib/POE/Devel/Benchmarker.pm
index b232953..438b0ca 100644
--- a/lib/POE/Devel/Benchmarker.pm
+++ b/lib/POE/Devel/Benchmarker.pm
@@ -560,594 +560,597 @@ sub test_timedout : State {
if ( ! $_[HEAP]->{'quiet_mode'} ) {
print " Test Timed Out!";
}
$_[HEAP]->{'test_tim... |
apocalypse/perl-poe-benchmarker | bf1cba87daada010a585fa0af51c0c683eb8d183 | added new distro | diff --git a/POE-Devel-Benchmarker-0.05.tar.gz b/POE-Devel-Benchmarker-0.05.tar.gz
new file mode 100644
index 0000000..8b54049
Binary files /dev/null and b/POE-Devel-Benchmarker-0.05.tar.gz differ
|
apocalypse/perl-poe-benchmarker | b8a76bd1f32d2c580f3fddf71f29500c0dff4c9b | change chmod to +x | diff --git a/examples/test.pl b/examples/test.pl
old mode 100644
new mode 100755
diff --git a/scripts/dngor_socket_test.pl b/scripts/dngor_socket_test.pl
old mode 100644
new mode 100755
diff --git a/scripts/dngor_socket_test_optimized.pl b/scripts/dngor_socket_test_optimized.pl
old mode 100644
new mode 100755
diff --gi... |
apocalypse/perl-poe-benchmarker | f3ccc064526200776b47407636d2e8e1b5c856a4 | added more files | diff --git a/examples/test.pl b/examples/test.pl
new file mode 100644
index 0000000..b8c680c
--- /dev/null
+++ b/examples/test.pl
@@ -0,0 +1,24 @@
+#!/usr/bin/perl
+use strict; use warnings;
+
+# create our test directory
+mkdir( 'poe-benchmarker' ) or die "unable to mkdir: $!";
+
+# enter it!
+chdir( 'poe-benchmarker'... |
apocalypse/perl-poe-benchmarker | ec0516db76c0498b208643eb6a623d34b9d9ae10 | POD tweaks and general fixes for kwalitee | diff --git a/Build.PL b/Build.PL
index f0886b4..7980144 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,108 +1,111 @@
# Build.PL
use Module::Build;
my $build = Module::Build->new(
# look up Module::Build::API for the info!
'dynamic_config' => 0,
'module_name' => 'POE::Devel::Benchmarker',
'license' => 'perl',... |
apocalypse/perl-poe-benchmarker | da8579c9d51e2175358b4745c737560c9fd632b0 | remove Gtk dep, as we only need Glib | diff --git a/Build.PL b/Build.PL
index a606594..f0886b4 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,109 +1,108 @@
# Build.PL
use Module::Build;
my $build = Module::Build->new(
# look up Module::Build::API for the info!
'dynamic_config' => 0,
'module_name' => 'POE::Devel::Benchmarker',
'license' => 'perl',... |
apocalypse/perl-poe-benchmarker | 02fcc50f534eb6206bf7f7b27aaffb639b731241 | add some more stuff | diff --git a/Changes b/Changes
index 30ab3c1..56ea3d8 100644
--- a/Changes
+++ b/Changes
@@ -1,39 +1,40 @@
Revision history for Perl extension POE::Devel::Benchmarker
* 0.05
Minor tweaks on the YAML output ( nothing new, hah! )
Added the socket tests, yay! ( adapted from LotR's script, thanks! )
Some more t... |
apocalypse/perl-poe-benchmarker | cb4b3f530f5f41aec6db4d172dfa14c8327846bc | general cleanups | diff --git a/Build.PL b/Build.PL
old mode 100755
new mode 100644
diff --git a/Changes b/Changes
old mode 100755
new mode 100644
diff --git a/MANIFEST b/MANIFEST
old mode 100755
new mode 100644
index 50f5869..5ce3917
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,35 +1,36 @@
Makefile.PL
Build.PL
MANIFEST
MANIFEST.SKIP
README
... |
apocalypse/perl-poe-benchmarker | f43780f7a173c6e70b9c44fd2afabfa597eb4a64 | lots of cleanups | diff --git a/Build.PL b/Build.PL
index fc5089c..a606594 100755
--- a/Build.PL
+++ b/Build.PL
@@ -1,108 +1,109 @@
# Build.PL
use Module::Build;
my $build = Module::Build->new(
# look up Module::Build::API for the info!
'dynamic_config' => 0,
'module_name' => 'POE::Devel::Benchmarker',
'license' => 'perl',... |
apocalypse/perl-poe-benchmarker | e5d556ee6e86f8c8a6bfd29213ab1ec8c3ec7bdd | more tweaks | diff --git a/Build.PL b/Build.PL
index 03bda6e..fc5089c 100755
--- a/Build.PL
+++ b/Build.PL
@@ -1,107 +1,108 @@
# Build.PL
use Module::Build;
my $build = Module::Build->new(
# look up Module::Build::API for the info!
'dynamic_config' => 0,
'module_name' => 'POE::Devel::Benchmarker',
'license' => 'perl',... |
apocalypse/perl-poe-benchmarker | e50b55a1a6e7d02373c064a0194e229e15154fd7 | almost done with socket stuff | diff --git a/Build.PL b/Build.PL
index 1f20faf..03bda6e 100755
--- a/Build.PL
+++ b/Build.PL
@@ -1,104 +1,107 @@
# Build.PL
use Module::Build;
my $build = Module::Build->new(
# look up Module::Build::API for the info!
'dynamic_config' => 0,
'module_name' => 'POE::Devel::Benchmarker',
'license' => 'perl',... |
apocalypse/perl-poe-benchmarker | 79851233e86f24cd095cc811cf0420f1fc4d7e1d | new distro | diff --git a/Build.PL b/Build.PL
index df7dbaa..1f20faf 100755
--- a/Build.PL
+++ b/Build.PL
@@ -1,101 +1,104 @@
# Build.PL
use Module::Build;
my $build = Module::Build->new(
# look up Module::Build::API for the info!
'dynamic_config' => 0,
'module_name' => 'POE::Devel::Benchmarker',
'license' => 'perl',... |
apocalypse/perl-poe-benchmarker | 01de65ed2f7a3b8d872a8d44b1113fc71ac75cec | more tweaks to the basicstats output | diff --git a/Build.PL b/Build.PL
index 905d6f4..df7dbaa 100755
--- a/Build.PL
+++ b/Build.PL
@@ -1,101 +1,101 @@
# Build.PL
use Module::Build;
my $build = Module::Build->new(
# look up Module::Build::API for the info!
'dynamic_config' => 0,
'module_name' => 'POE::Devel::Benchmarker',
'license' => 'perl',... |
apocalypse/perl-poe-benchmarker | 87601897bc77b8ca3489bb9565809035681938db | nearing release of 0.04 | diff --git a/Build.PL b/Build.PL
index 88358bf..905d6f4 100755
--- a/Build.PL
+++ b/Build.PL
@@ -1,102 +1,101 @@
# Build.PL
use Module::Build;
my $build = Module::Build->new(
# look up Module::Build::API for the info!
'dynamic_config' => 0,
'module_name' => 'POE::Devel::Benchmarker',
'license' => 'perl',... |
apocalypse/perl-poe-benchmarker | 279baf9a8141ed65b530e62884e2753c8a97b572 | more tweaks to get YAML filesize down | diff --git a/Build.PL b/Build.PL
index 9758a94..88358bf 100755
--- a/Build.PL
+++ b/Build.PL
@@ -1,100 +1,102 @@
# Build.PL
use Module::Build;
my $build = Module::Build->new(
# look up Module::Build::API for the info!
'dynamic_config' => 0,
'module_name' => 'POE::Devel::Benchmarker',
'license' => 'perl',... |
apocalypse/perl-poe-benchmarker | 8213f1b94fb9ab69b2288f077f2aaee807940492 | start of work on Imager | diff --git a/Build.PL b/Build.PL
index ac7ac95..9758a94 100755
--- a/Build.PL
+++ b/Build.PL
@@ -1,97 +1,100 @@
# Build.PL
use Module::Build;
my $build = Module::Build->new(
# look up Module::Build::API for the info!
'dynamic_config' => 0,
'module_name' => 'POE::Devel::Benchmarker',
'license' => 'perl',
... |
apocalypse/perl-poe-benchmarker | b3cdd9ba0811eb1c9043a2c9706910b60adaf254 | pushing changes for 0.03 | diff --git a/Build.PL b/Build.PL
index bd6131b..ac7ac95 100755
--- a/Build.PL
+++ b/Build.PL
@@ -1,94 +1,97 @@
# Build.PL
use Module::Build;
my $build = Module::Build->new(
# look up Module::Build::API for the info!
'dynamic_config' => 0,
'module_name' => 'POE::Devel::Benchmarker',
'license' => 'perl',
... |
apocalypse/perl-poe-benchmarker | 0fb6e7fe42e28c030cf71fed7e769b7f17404ab2 | more doc updates | diff --git a/Build.PL b/Build.PL
index 66b8692..bd6131b 100755
--- a/Build.PL
+++ b/Build.PL
@@ -1,94 +1,94 @@
# Build.PL
use Module::Build;
my $build = Module::Build->new(
# look up Module::Build::API for the info!
'dynamic_config' => 0,
'module_name' => 'POE::Devel::Benchmarker',
'license' => 'perl',
... |
apocalypse/perl-poe-benchmarker | b29d2ad6d887d16ccfeafad9cae90110c6d294c0 | added loop option, thanks dngor | diff --git a/Changes b/Changes
index 74d8ecb..affe9bd 100755
--- a/Changes
+++ b/Changes
@@ -1,10 +1,14 @@
Revision history for Perl extension POE::Devel::Benchmarker
+* 0.03
+
+ Added the loop option to benchmark(), thanks dngor!
+
* 0.02
Added the Analyzer module ( and dump YAML files, yay! )
A lot of minor... |
apocalypse/perl-poe-benchmarker | 35e2837b948b6f82d36b4aa460f6d73156ccfe33 | finalize 0.02 release | diff --git a/Build.PL b/Build.PL
index 03d7fdd..66b8692 100755
--- a/Build.PL
+++ b/Build.PL
@@ -1,95 +1,94 @@
# Build.PL
use Module::Build;
my $build = Module::Build->new(
# look up Module::Build::API for the info!
'dynamic_config' => 0,
'module_name' => 'POE::Devel::Benchmarker',
'license' => 'perl',
... |
apocalypse/perl-poe-benchmarker | f9c0a824379cf1287dff56b865e72715cfab1aaa | final distro tarball after tweaks | diff --git a/POE-Devel-Benchmarker-0.01.tar.gz b/POE-Devel-Benchmarker-0.01.tar.gz
index 23e145f..ef90bb1 100644
Binary files a/POE-Devel-Benchmarker-0.01.tar.gz and b/POE-Devel-Benchmarker-0.01.tar.gz differ
diff --git a/lib/POE/Devel/Benchmarker.pm b/lib/POE/Devel/Benchmarker.pm
index 9290ac3..e4ceff7 100644
--- a/li... |
apocalypse/perl-poe-benchmarker | 98c1af98ef71144983d7c50fa2bc303e0e88a7eb | first release | diff --git a/Build.PL b/Build.PL
index ab01bef..03d7fdd 100755
--- a/Build.PL
+++ b/Build.PL
@@ -1,95 +1,95 @@
# Build.PL
use Module::Build;
my $build = Module::Build->new(
# look up Module::Build::API for the info!
'dynamic_config' => 0,
'module_name' => 'POE::Devel::Benchmarker',
'license' => 'perl',
... |
apocalypse/perl-poe-benchmarker | 73b2ea70ae1023023c711d880d83b75d5ac4ab36 | more work smoothing things out | diff --git a/.project b/.project
index 75eb52d..c4485a3 100644
--- a/.project
+++ b/.project
@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>perl-poe-simpledbi</name>
+ <name>perl-poe-benchmarker</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildComma... |
apocalypse/perl-poe-benchmarker | 884eaff1fc4b1ac5a4e79494f305b3a03bf43381 | initial import | diff --git a/.project b/.project
new file mode 100644
index 0000000..75eb52d
--- /dev/null
+++ b/.project
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>perl-poe-simpledbi</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.epic.p... |
cjmartin/mythapi | 2c43460573241f8313bfe8b2f67d038b1e2e965c | modified ffmpeg command to only process 30sec | diff --git a/app/processors/transcode_processor.rb b/app/processors/transcode_processor.rb
index 591aa68..0dd0f5c 100644
--- a/app/processors/transcode_processor.rb
+++ b/app/processors/transcode_processor.rb
@@ -1,38 +1,38 @@
require 'rvideo'
class TranscodeProcessor < ApplicationProcessor
subscribes_to :transc... |
cjmartin/mythapi | f57c9c12d0ac441ea89634510ba764b896591fda | removed a rescue | diff --git a/app/processors/transcode_processor.rb b/app/processors/transcode_processor.rb
index 363b409..591aa68 100644
--- a/app/processors/transcode_processor.rb
+++ b/app/processors/transcode_processor.rb
@@ -1,42 +1,38 @@
require 'rvideo'
class TranscodeProcessor < ApplicationProcessor
subscribes_to :transc... |
cjmartin/mythapi | ace129b428cb9bba8eade4fd5ab76b26a9113dc0 | put everything back | diff --git a/app/processors/transcode_processor.rb b/app/processors/transcode_processor.rb
index 074d230..363b409 100644
--- a/app/processors/transcode_processor.rb
+++ b/app/processors/transcode_processor.rb
@@ -1,10 +1,42 @@
require 'rvideo'
class TranscodeProcessor < ApplicationProcessor
subscribes_to :transc... |
cjmartin/mythapi | ae0433b4c45a4914ccee5cf0b5d614ca0b26fc19 | damnit | diff --git a/app/processors/transcode_processor.rb b/app/processors/transcode_processor.rb
index 363b409..074d230 100644
--- a/app/processors/transcode_processor.rb
+++ b/app/processors/transcode_processor.rb
@@ -1,42 +1,10 @@
require 'rvideo'
class TranscodeProcessor < ApplicationProcessor
subscribes_to :transc... |
cjmartin/mythapi | 23a62ab46cd6203f0208c620abc7b5fbd84a4d70 | don't know what's wrong, trying things | diff --git a/app/processors/transcode_processor.rb b/app/processors/transcode_processor.rb
index 50f9d2a..363b409 100644
--- a/app/processors/transcode_processor.rb
+++ b/app/processors/transcode_processor.rb
@@ -1,44 +1,42 @@
-require 'aws/s3'
require 'rvideo'
class TranscodeProcessor < ApplicationProcessor
sub... |
cjmartin/mythapi | fdfe301688e2855e6eb9c948d8854c81148e592e | hadn't saved transcode_processor | diff --git a/app/processors/transcode_processor.rb b/app/processors/transcode_processor.rb
index 4beb0ce..50f9d2a 100644
--- a/app/processors/transcode_processor.rb
+++ b/app/processors/transcode_processor.rb
@@ -1,43 +1,44 @@
require 'aws/s3'
require 'rvideo'
class TranscodeProcessor < ApplicationProcessor
sub... |
cjmartin/mythapi | cdb4f7b1ff06d428eb55241f6e517fdec6b6a8d0 | finished up the transcode processor, haven't added s3 upload stuff yet | diff --git a/app/controllers/videos_controller.rb b/app/controllers/videos_controller.rb
index f763e48..e12759a 100644
--- a/app/controllers/videos_controller.rb
+++ b/app/controllers/videos_controller.rb
@@ -1,89 +1,89 @@
require 'activemessaging/processor'
class VideosController < ApplicationController
include Ac... |
cjmartin/mythapi | 576a487f12417ef263d52d01b6fb53c343bcb858 | Added a bunch of stuff for video processing. Now requires more gems and a plugin detailed @ http://blog.skiptree.com/?p=22 | diff --git a/app/controllers/videos_controller.rb b/app/controllers/videos_controller.rb
new file mode 100644
index 0000000..f763e48
--- /dev/null
+++ b/app/controllers/videos_controller.rb
@@ -0,0 +1,89 @@
+require 'activemessaging/processor'
+class VideosController < ApplicationController
+ include ActiveMessaging::M... |
cjmartin/mythapi | a8e368b0b9156b47b05570496a530be080bba422 | modified README - next commit will add a bunch of stuff for video processing and drastically change the simplicity of this project. | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7c2ac8f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+config/database.yml
diff --git a/README b/README
index a1db73c..77bdc3e 100644
--- a/README
+++ b/README
@@ -1,203 +1,11 @@
-== Welcome to Rails
+mythapi is generally just a really simple inter... |
nateware/dotfiles | f8e23a88740eda9b8d7720107fcbeb4827dd979b | prompt | diff --git a/.zprofile b/.zprofile
index a25e653..03aee91 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,108 +1,110 @@
# Autocomplete
autoload -U +X bashcompinit && bashcompinit
autoload -U +X compinit && compinit
# Homebrew
[ -f /opt/homebrew/bin/brew ] && eval "$(/opt/homebrew/bin/brew shellenv)"
# Node
ex... |
nateware/dotfiles | 192f2d5e8f9b8e35963589bb0f9d77d5079226f3 | cool git aliases | diff --git a/.gitconfig b/.gitconfig
index a1c95ab..312e12b 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,25 +1,28 @@
[user]
name = Nate Wiger
email = nwiger@gmail.com
[alias]
ci = commit
co = checkout
st = status
up = pull
pu = push -u origin
+ ca = "!f() { git add -A && git commit -m \"$@\"; };... |
nateware/dotfiles | 03a199fba2ba334b5138e8bac7a2364f59965ddf | changes | diff --git a/.zprofile b/.zprofile
index b52fadd..e1fdc31 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,104 +1,110 @@
# Aliases
alias ls='\ls -Gh'
alias ll='ls -al'
alias wget='curl -LO'
alias ldd='otool -L'
alias rsync='\rsync --exclude=.svn --exclude=.git --exclude=RCS'
alias vi='vim -b'
# Homebrew
[ -f /op... |
nateware/dotfiles | 84e611e7bc134c02c03281ba09e86f3c8334ab99 | source on login | diff --git a/.zprofile b/.zprofile
index 6f14cda..b52fadd 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,102 +1,104 @@
# Aliases
alias ls='\ls -Gh'
alias ll='ls -al'
alias wget='curl -LO'
alias ldd='otool -L'
alias rsync='\rsync --exclude=.svn --exclude=.git --exclude=RCS'
alias vi='vim -b'
# Homebrew
[ -f /op... |
nateware/dotfiles | fff7460062f2456f69f13fbc25b1337d8704acb6 | tweaks | diff --git a/.bash_profile b/.bash_profile
index 7ea3936..acdb492 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,56 +1,56 @@
# Must source manually
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
# Old school 1986 style colors
# c1="\033["
# c2="m"
# c_normal="${c1}0${c2}"
# c_bold="${c1}1${c2}"
# c_black="${... |
nateware/dotfiles | 69e64de58717f25ece9c9392decf32974a7f1f51 | nvm bash completion | diff --git a/.zshrc b/.zshrc
index cb481ca..ebb4543 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,81 +1,82 @@
# ~/.zshrc
umask 022
# Add to PATH but only if it exists
add_path () {
err=0
for p
do
if [ -d $p ]; then
PATH="$p:$PATH"
else
err=1
fi
done
return $err
}
# Add to ... |
nateware/dotfiles | f544c4b625f324f1e637e368a46b160ca783fcb9 | added zprofile | diff --git a/.zprofile b/.zprofile
new file mode 100644
index 0000000..782dc02
--- /dev/null
+++ b/.zprofile
@@ -0,0 +1,64 @@
+# Aliases
+alias ls='\ls -Gh'
+alias ll='ls -al'
+alias wget='curl -LO'
+alias ldd='otool -L'
+alias rsync='\rsync --exclude=.svn --exclude=.git --exclude=RCS'
+alias vi='vim -b'
+
+# Homebrew
... |
nateware/dotfiles | e4723bf6070e0875ae0672e3d610f91afe21f15e | zsh support | diff --git a/.zshrc b/.zshrc
new file mode 100644
index 0000000..1a204ab
--- /dev/null
+++ b/.zshrc
@@ -0,0 +1,72 @@
+# ~/.zshrc
+umask 022
+
+# Add to PATH but only if it exists
+add_path () {
+ err=0
+ for p
+ do
+ if [ -d $p ]; then
+ PATH="$p:$PATH"
+ else
+ err=1
+ fi
+ done
+ return $err
+... |
nateware/dotfiles | 6739eeadf9f7e1debbf7966babfe2cb504ed9f5d | removed linking of .git | diff --git a/relink b/relink
index 82b3d70..85e58da 100755
--- a/relink
+++ b/relink
@@ -1,13 +1,14 @@
#!/usr/bin/env ruby
# use ruby to get relative paths
require 'pathname'
Dir['.[a-z]*'].each do |file|
+ next if file == '.git'
path = Pathname.new(Dir.pwd + '/' + file)
home = Pathname.new(ENV['HOME'])
... |
nateware/dotfiles | 57e0e6489f20baf3699029012d9e4010c5ed0161 | bounds check for GCE | diff --git a/.bashrc b/.bashrc
index 280ca79..df6f701 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,263 +1,267 @@
# ~/.bashrc
umask 022
# Add to PATH but only if it exists
add_path () {
err=0
for p
do
if [ -d $p ]; then
PATH="$p:$PATH"
else
err=1
fi
done
return $err
}
... |
nateware/dotfiles | 6df267fd91a6ffbe38d736f34fc8e897ae068235 | a bit more cleanup and restructuring | diff --git a/.bashrc b/.bashrc
index d5b3606..280ca79 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,260 +1,263 @@
# ~/.bashrc
umask 022
# Add to PATH but only if it exists
add_path () {
err=0
for p
do
if [ -d $p ]; then
PATH="$p:$PATH"
else
err=1
fi
done
return $err
}
... |
nateware/dotfiles | 26c8a857d5759268a80d67984ec412d141e4900b | cleanup awsacct switching functions | diff --git a/.bashrc b/.bashrc
index 378b7c1..d5b3606 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,262 +1,260 @@
# ~/.bashrc
umask 022
# Add to PATH but only if it exists
add_path () {
err=0
for p
do
if [ -d $p ]; then
PATH="$p:$PATH"
else
err=1
fi
done
return $err
}
... |
nateware/dotfiles | 4abca086e920f56ed082fa3743ae557a44315acc | bash built-ins vs tons of cats | diff --git a/.bashrc b/.bashrc
index bb18603..0fa7a54 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,256 +1,255 @@
# ~/.bashrc
umask 022
# Add to PATH but only if it exists
add_path () {
err=0
for p
do
if [ -d $p ]; then
PATH="$p:$PATH"
else
err=1
fi
done
return $err
}
... |
nateware/dotfiles | 058c64ba5ab09bbef7cc08f55774c57fe36f13ec | sublime and terminal | diff --git a/IR_Nateware.terminal b/IR_Nateware.terminal
index 4735613..fc0f822 100644
--- a/IR_Nateware.terminal
+++ b/IR_Nateware.terminal
@@ -1,438 +1,438 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version... |
nateware/dotfiles | 58792b8a0bf48e323b37462bef1fc6165a78a673 | wd fix | diff --git a/.bashrc b/.bashrc
index e71b283..bb18603 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,252 +1,256 @@
# ~/.bashrc
umask 022
# Add to PATH but only if it exists
add_path () {
err=0
for p
do
if [ -d $p ]; then
PATH="$p:$PATH"
else
err=1
fi
done
return $err
}
... |
nateware/dotfiles | 84aecab17771a714f01cba66648135a3314d0c15 | bug-free terminal colors, ec2acct refactor for defaults, fancy PS1 | diff --git a/.bash_profile b/.bash_profile
index afd8d1f..ffce8b5 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,40 +1,57 @@
# Must source manually
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
-# Colors!
-c1="\033["
-c2="m"
-c_normal="${c1}0${c2}"
-c_bold="${c1}1${c2}"
-c_black="${c1}0;30${c2}"
-c_blue="${c1}0;3... |
nateware/dotfiles | caa8b96f3fa89f40c90b8e39c007b27c83247599 | ruby relink and terminal settings | diff --git a/IR_Nateware.terminal b/IR_Nateware.terminal
new file mode 100644
index 0000000..4735613
--- /dev/null
+++ b/IR_Nateware.terminal
@@ -0,0 +1,438 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version=... |
nateware/dotfiles | 4622c113679c52ad1f2150e5d7c5460fd1ead5d2 | really? | diff --git a/.bash_profile b/.bash_profile
index b2679c6..afd8d1f 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,40 +1,40 @@
# Must source manually
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
# Colors!
c1="\033["
c2="m"
c_normal="${c1}0${c2}"
c_bold="${c1}1${c2}"
c_black="${c1}0;30${c2}"
c_blue="${c1}0;3... |
nateware/dotfiles | 5e2d1070f38711b93de959c8ae485dcb21922182 | untar bz2 | diff --git a/.bashrc b/.bashrc
index 486c511..f6170ae 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,239 +1,240 @@
# ~/.bashrc
umask 022
# Add to PATH but only if it exists
add_path () {
err=0
for p
do
if [ -d $p ]; then
PATH="$p:$PATH"
else
err=1
fi
done
return $err
}
... |
nateware/dotfiles | 46c2923a007aeb7f8a46523e7b354078552b91fe | minor cleanup and refactoring | diff --git a/.bash_profile b/.bash_profile
index 794063b..e26c378 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,40 +1,44 @@
# Must source manually
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
# Colors!
c1="\033["
c2="m"
c_normal="${c1}0${c2}"
c_bold="${c1}1${c2}"
c_black="${c1}0;30${c2}"
c_blue="${c1}0;3... |
nateware/dotfiles | 9316c71102408822a24f9d3f6ae48cc3906378d7 | aws setup, macports and fuck() | diff --git a/.bash_profile b/.bash_profile
index fcad07b..794063b 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,37 +1,40 @@
# Must source manually
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
# Colors!
c1="\033["
c2="m"
c_normal="${c1}0${c2}"
c_bold="${c1}1${c2}"
c_black="${c1}0;30${c2}"
c_blue="${c1}0;3... |
nateware/dotfiles | 7de8859da3b67c0e297acdbe32705437c7621f2e | no dylib | diff --git a/.bashrc b/.bashrc
index 3100b17..c5bb1e9 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,184 +1,187 @@
# ~/.bashrc
umask 022
# Add to PATH but only if it exists
add_path () {
err=0
for p
do
if [ -d $p ]; then
PATH="$p:$PATH"
else
err=1
fi
done
return $err
}
... |
nateware/dotfiles | c63fd8ce76f3a63a8429222bb0086cbd95cdf953 | use aws-cli and remove github token | diff --git a/.bashrc b/.bashrc
index 17f50b0..22c46ca 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,186 +1,184 @@
# ~/.bashrc
umask 022
# Add to PATH but only if it exists
add_path () {
err=0
for p
do
if [ -d $p ]; then
PATH="$p:$PATH"
else
err=1
fi
done
return $err
}
... |
nateware/dotfiles | 1af5f07cce7986a64ad7771078aa5ee2c004d01b | tweaks | diff --git a/.bashrc b/.bashrc
index 57576c9..17f50b0 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,176 +1,186 @@
# ~/.bashrc
umask 022
# Add to PATH but only if it exists
add_path () {
err=0
for p
do
if [ -d $p ]; then
PATH="$p:$PATH"
else
err=1
fi
done
return $err
}
... |
nateware/dotfiles | 18f53aec1a86ebf449bfc726c4ed3eb0e263c42a | rake and wd updates | diff --git a/.bashrc b/.bashrc
index 3cc4836..92a57cd 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,146 +1,141 @@
# ~/.bashrc
umask 022
# Add to PATH but only if it exists
add_path () {
err=0
for p
do
if [ -d $p ]; then
PATH="$p:$PATH"
else
err=1
fi
done
return $err
}
... |
nateware/dotfiles | cf683b4d9b0066bc3c95c7af51bd0f4ffa156604 | new aliases | diff --git a/.bashrc b/.bashrc
index be14fef..a7d594e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,146 +1,152 @@
# ~/.bashrc
umask 022
# Add to PATH but only if it exists
add_path () {
err=0
for p
do
if [ -d $p ]; then
PATH="$p:$PATH"
else
err=1
fi
done
return $err
}
... |
nateware/dotfiles | 65380a645c4ac0509fa3c5086523ed1c3da25c81 | alias reshuffle | diff --git a/.bashrc b/.bashrc
index bfadd28..72d48b7 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,134 +1,140 @@
# ~/.bashrc
umask 022
-alias ls='\ls -Gh'
-alias ll='ls -al'
-alias wget='curl -LO'
-alias ldd='otool -L'
-alias rsync='\rsync --exclude=.svn --exclude=.git --exclude=RCS'
-alias vi='vim -b'
-
-# Don't wan... |
nateware/dotfiles | 5b547290d2dc79463a427bbaf932f95026482434 | moved to 1.9.3 using rvm --default | diff --git a/.bash_profile b/.bash_profile
index e3edd7d..f431589 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,38 +1,33 @@
# Must source manually
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
# Colors!
c1="\033["
c2="m"
c_normal="${c1}0${c2}"
c_bold="${c1}1${c2}"
c_black="${c1}0;30${c2}"
c_blue="${c1}0;3... |
nateware/dotfiles | 51b5b384f12f9def6dd0b5d2fb0153d55b4479b8 | vim and git | diff --git a/.bashrc b/.bashrc
index 53c3031..6a75dc7 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,130 +1,133 @@
# ~/.bashrc
umask 022
alias ls='\ls -Gh'
alias ll='ls -al'
alias wget='curl -LO'
alias ldd='otool -L'
alias rsync='\rsync --exclude=.svn --exclude=.git --exclude=RCS'
# Don't want local rubydocs - ... |
nateware/dotfiles | 4096862d3636047a72955df7b9c0aabcde68f71e | more bundle aliases | diff --git a/.bashrc b/.bashrc
index 01811e0..53c3031 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,129 +1,130 @@
# ~/.bashrc
umask 022
alias ls='\ls -Gh'
alias ll='ls -al'
alias wget='curl -LO'
alias ldd='otool -L'
alias rsync='\rsync --exclude=.svn --exclude=.git --exclude=RCS'
# Don't want local rubydocs - ... |
nateware/dotfiles | f4fb7f23438481630830a056a052213ff8a775cc | vim bundle | diff --git a/.vimrc b/.vimrc
new file mode 100644
index 0000000..4791bd6
--- /dev/null
+++ b/.vimrc
@@ -0,0 +1,14 @@
+" mkdir -p ~/.vim/autoload ~/.vim/bundle
+" curl -so ~/.vim/autoload/pathogen.vim https://raw.github.com/tpope/vim-pathogen/HEAD/autoload/pathogen.vim
+" git clone git://github.com/tpope/vim-fugitive.gi... |
nateware/dotfiles | 895ad72dd70c83dbfdb922879b95982a35982709 | added moron catch for rake | diff --git a/.bashrc b/.bashrc
index 9d77794..01811e0 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,120 +1,129 @@
# ~/.bashrc
umask 022
alias ls='\ls -Gh'
alias ll='ls -al'
alias wget='curl -LO'
alias ldd='otool -L'
alias rsync='\rsync --exclude=.svn --exclude=.git --exclude=RCS'
# Don't want local rubydocs - ... |
nateware/dotfiles | 364043997f2093c7020f5f6bfb1c6424675036bf | added bundle exec alias | diff --git a/.bashrc b/.bashrc
index eaeae35..9d77794 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,119 +1,120 @@
# ~/.bashrc
umask 022
alias ls='\ls -Gh'
alias ll='ls -al'
alias wget='curl -LO'
alias ldd='otool -L'
alias rsync='\rsync --exclude=.svn --exclude=.git --exclude=RCS'
# Don't want local rubydocs - ... |
nateware/dotfiles | df59ec14f512d8930b02ad888dfe379071759477 | added helper funcs for paths/libs | diff --git a/.bashrc b/.bashrc
index 38f440c..234a87c 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,78 +1,116 @@
# ~/.bashrc
umask 022
alias ls='\ls -Gh'
alias ll='ls -al'
alias wget='curl -LO'
alias ldd='otool -L'
alias rsync='\rsync --exclude=.svn --exclude=.git --exclude=RCS'
# Don't want local rubydocs - T... |
nateware/dotfiles | a2a8c1d02129daa3764acbab6d24ed73abcf495a | added gitconfig to get highlighting | diff --git a/.gitconfig b/.gitconfig
new file mode 100644
index 0000000..2ec1d72
--- /dev/null
+++ b/.gitconfig
@@ -0,0 +1,18 @@
+[user]
+ name = Nate Wiger
+ email = nate@wiger.org
+[alias]
+ ci = commit
+ co = checkout
+ st = status
+ up = pull
+ rv = checkout --
+ br = branch -a
+ hard = reset --hard origin/m... |
nateware/dotfiles | d483e20ed068da5349adabfe82a6bd5fd755c6d7 | added colors to prompt because I am bored | diff --git a/.bash_profile b/.bash_profile
index 114a666..e3edd7d 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,7 +1,38 @@
+
+# Must source manually
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
+# Colors!
+c1="\033["
+c2="m"
+c_normal="${c1}0${c2}"
+c_bold="${c1}1${c2}"
+c_black="${c1}0;30${c2}"
+c_blue="${c1}0;34... |
nateware/dotfiles | 1496cd45679a3ce64aff744ca441af330d94d45e | umask and bundle alias | diff --git a/.bashrc b/.bashrc
index 9cf8b5e..c26daa8 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,79 +1,81 @@
# ~/.bashrc
+umask 022
export PS1='[\u@\h:\W]\$ '
alias ls='\ls -Gh'
alias ll='ls -al'
alias wget='curl -LO'
alias ldd='otool -L'
alias rsync='\rsync --exclude=.svn --exclude=.git --exclude=RCS'
# Do... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.