slaney (Nathan Powell)

Name
Nathan Powell
Email
Website/Blog
http://nathanpowell.org
Location
Carlisle PA
Member Since
Apr 04, 2008 (about 1 year)

Following 11 githubbers and watching 8 repositories view all →

Public Repositories (8)

  • this-is-blog

    legend

    Last updated Sat Nov 28 05:25:02 -0800 2009

  • adhearsion_talk

    This is the code from a talk I gave at cprb.

    legend

    Last updated Thu Nov 19 19:16:34 -0800 2009

  • dot_files

    These are my dotfiles

    legend

    Last updated Thu Nov 12 18:21:05 -0800 2009

  • compojure-minimum

    This is the minimum stuff I needed to do to get some simple Compojure working

    legend

    Last updated Sun Aug 09 18:06:00 -0700 2009

  • whippoorwill

    Blogging software written in Rails.

    legend

    Last updated Sat Jun 20 04:45:31 -0700 2009

  • wherehaveyoubeen

    A small Sinatra app to record your whereabouts on the net

    legend

    Last updated Sat Mar 28 16:24:17 -0700 2009

  • userscripts

    Greasemonkey Scripts

    legend

    Last updated Sun Mar 22 18:15:38 -0700 2009

  • ldap_authenticated

    LDAP Authentication for Rails applications using Resourceful Authentication.

    legend

    Forked from alibby/ldap_authenticated Mon Mar 16 17:21:18 -0700 2009

    Last updated Sat Jan 31 05:45:31 -0800 2009

Public Activity feed

slaney pushed to master at slaney/this-is-blog Sat Nov 28 05:25:03 -0800 2009
HEAD is 9f8796753391e0a6f8f4848daf27f9dca066347b
slaney pushed to master at slaney/this-is-blog Fri Nov 27 19:42:09 -0800 2009
HEAD is eca63cc01d38e62656372ac0acc88f4d75fc7394
slaney pushed to master at slaney/this-is-blog Thu Nov 26 06:54:53 -0800 2009
slaney created branch master at slaney/this-is-blog Thu Nov 26 06:48:55 -0800 2009
slaney created repository this-is-blog Thu Nov 26 06:44:10 -0800 2009
New repository is at slaney/this-is-blog
slaney pushed to master at slaney/adhearsion_talk Thu Nov 19 19:16:34 -0800 2009
HEAD is 4f7e9587996d6ff3056e80e3759430e8b53ff015
slaney pushed to master at slaney/adhearsion_talk Thu Nov 19 19:13:25 -0800 2009
HEAD is 2a4efc7f70c76713d2bc571078da6e4d56e09e41
slaney created branch master at slaney/adhearsion_talk Thu Nov 19 19:09:46 -0800 2009
slaney created repository adhearsion_talk Thu Nov 19 19:07:19 -0800 2009
New repository is at slaney/adhearsion_talk
slaney created gist: 234590 Sat Nov 14 07:56:22 -0800 2009
user=> (defn whathappens[x y z] (println (println y)
slaney created gist: 234564 Sat Nov 14 06:47:57 -0800 2009
npowell@malaise:~$ cat test.txt hai hai
slaney pushed to master at slaney/dot_files Thu Nov 12 18:21:05 -0800 2009
HEAD is 23ae87969db7df90443fbdb22b294fe8ef01b645
  • npowell committed 23ae8796:
    Need this is vc as well
slaney created gist: 218596 Mon Oct 26 04:28:08 -0700 2009
# takes a file with a column of numbers and sums them function summr(){
slaney pushed to master at slaney/dot_files Sun Oct 18 04:29:16 -0700 2009
slaney pushed to master at slaney/dot_files Sun Oct 18 04:26:40 -0700 2009
HEAD is d1251e61d2c67a131084b6b6364b4b8edac36b57
  • slaney committed d1251e61:
    catching up on changes I have made to vim since March.
slaney started watching jochu/clojure-mode Fri Oct 16 04:26:18 -0700 2009
clojure-mode's description:
A mode for emacs that handles clojure
slaney created gist: 203214 Tue Oct 06 10:16:48 -0700 2009
(defn div-1-thru-20?[n] (let [factors (count (filter #(= (mod n %) 0) (range 3 20)))] (if (...
slaney created gist: 202111 Mon Oct 05 06:24:35 -0700 2009
#!/usr/bin/ruby max = 0
slaney created gist: 200832 Sat Oct 03 12:47:28 -0700 2009
a=($(for i in {100..999};do for j in {100..999};do h="$(($i * $j))"; if [ "$h" = `echo $h|rev` ];...
slaney updated gist: 199690 Fri Oct 02 05:02:17 -0700 2009
(last (sort (filter #(= (seq (str %)) (seq (reverse (str %)))) (apply concat (for [i (ran...
slaney created gist: 199690 Fri Oct 02 05:01:47 -0700 2009
(last (sort (filter #(= (seq (str %)) (seq (reverse (str %)))) (apply concat (for [i (range 100 9...
slaney created gist: 198964 Thu Oct 01 06:35:26 -0700 2009
#include <iostream> int main(){
slaney created gist: 198625 Wed Sep 30 18:11:20 -0700 2009
#include <iostream> int main(){
slaney created gist: 198616 Wed Sep 30 17:55:30 -0700 2009
:(){ for i in `seq 2 $1`;do if [ "$i" = "$1" ];then return; fi; if [ $(( $1 % i )) = 0 ];then ec...
slaney created gist: 198052 Wed Sep 30 05:11:36 -0700 2009
; Returns the smallest factor of 'n' (defn smallest-factor[n] (take 1 (filter #(= (mod n %) 0) ...