penguincoder (Andrew Coleman)

Name
Andrew Coleman
Email
Website/Blog
http://penguincoder.org
Location
US and A
Member Since
Jun 02, 2008 (about 1 year)

Following 6 githubbers and watching 59 repositories view all →

Public Repositories (31)

  • acts_as_restricted_subdomain

    Allows a Rails application to run multiple subdomain sites transparently inside of a single Rails...

    legend

    Last updated Fri Oct 16 18:49:13 -0700 2009

  • airtruk

    Airtruk Enterprise Configuration Manager

    legend

    Last updated Fri Jun 05 10:24:20 -0700 2009

  • tuxbliki

    A Blog/Wiki hybrid with photos and advanced tagging support.

    legend

    Last updated Wed Apr 01 21:29:39 -0700 2009

  • cftp

    Coleman's FTP - a computer networks class exercise

    legend

    Last updated Fri Feb 20 20:19:46 -0800 2009

  • binaryattraction

    A bit of social networking with darwinism

    legend

    Last updated Tue Dec 09 22:18:14 -0800 2008

  • droppy

    Nested drop downs, jQuery styleee

    legend

    Forked from jaz303/droppy Tue Dec 09 21:29:45 -0800 2008

    Last updated Tue Dec 09 21:32:43 -0800 2008

  • facebooker

    The facebooker Rails plugin

    legend

    Forked from mmangino/facebooker Mon Dec 01 23:46:16 -0800 2008

    Last updated Mon Dec 01 07:49:28 -0800 2008

  • rawstats

    A ruby and merb implementation of awstats

    legend

    Last updated Mon Sep 01 12:11:31 -0700 2008

  • barleysodas

    The beer wiki site for real beer nerds

    legend

    Last updated Mon Jul 21 22:45:30 -0700 2008

  • wumpus-agent

    A wumpus world game written in C with a first-order logic agent that can solve the game by itself

    legend

    Last updated Thu Jul 10 19:36:17 -0700 2008

  • weblech

    A java program to slurp a web site

    legend

    Last updated Wed Jul 02 23:02:00 -0700 2008

  • vertexcolor

    A program written to color a set of verticies in a graph with distinct colors such that no two co...

    legend

    Last updated Wed Jul 02 23:00:48 -0700 2008

  • ugentoo

    Files for a minimalistic gentoo router installation on my home network

    legend

    Last updated Wed Jul 02 22:58:50 -0700 2008

  • sortroutines

    A java program for different methods of sorting. Written for java data structures class.

    legend

    Last updated Wed Jul 02 22:57:34 -0700 2008

  • refrigerator

    Flowcharting program for assembly that was designed for a software engineering class

    legend

    Last updated Wed Jul 02 22:56:47 -0700 2008

  • pokedex

    A pokemon index for Crystal

    legend

    Last updated Wed Jul 02 22:53:46 -0700 2008

  • portu

    A java program that will stall until a port opens on a remote machine

    legend

    Last updated Wed Jul 02 22:51:35 -0700 2008

  • nwnadmin

    A PHP/Horde application that will manage a NeverWinter Nights linux server

    legend

    Last updated Wed Jul 02 22:34:24 -0700 2008

  • moviegraph

    A java graph that will model the relationships between actors as they star in films (IMDB-esque)

    legend

    Last updated Wed Jul 02 22:32:58 -0700 2008

  • matrixoperations

    Program from first semester java programming that demonstrates various matrix operations

    legend

    Last updated Wed Jul 02 22:31:35 -0700 2008

  • massivelyusefulcluster

    A threaded Java application for running commands on a large amount of servers

    legend

    Last updated Wed Jul 02 22:25:01 -0700 2008

  • jlinkedlist

    A linked list implementation in Java

    legend

    Last updated Wed Jul 02 22:23:40 -0700 2008

  • csc3410

    A collection of IA-32 assembly programs

    legend

    Last updated Wed Jul 02 22:22:14 -0700 2008

  • grindable

    A rails application that manages a coffee fund at work (my first rails project)

    legend

    Last updated Wed Jul 02 22:19:11 -0700 2008

  • clinkedlist

    A linked list implementation in C

    legend

    Last updated Wed Jul 02 22:16:57 -0700 2008

  • jgraph

    A graph implementation written in Java (includes Djikstra's)

    legend

    Last updated Wed Jul 02 22:11:50 -0700 2008

  • dfamin

    A deterministic finite automata minimizer written in Java

    legend

    Last updated Wed Jul 02 22:09:36 -0700 2008

  • calculator-c

    A collection of programs for the 68k Texas Instruments graphing calculators

    legend

    Last updated Wed Jul 02 22:06:24 -0700 2008

  • convexhull

    This program will find the smallest polygon that will encircle a set of points in a coordinate plane

    legend

    Last updated Wed Jul 02 22:00:49 -0700 2008

  • avltree

    A simple and complete C implementation of an AVL tree

    legend

    Last updated Wed Jul 02 21:44:25 -0700 2008

  • acmcompetition2003

    Completed tasks from the ACM programming competition

    legend

    Last updated Wed Jul 02 20:50:10 -0700 2008

Public Activity feed

penguincoder started watching eladmeidar/rails_indexes Thu Nov 12 16:06:22 -0800 2009
rails_indexes's description:
A rake task to track down missing database indexes. does not assume that all foreign keys end with the convention of _id.
penguincoder pushed to master at penguincoder/acts_as_restricted_subdomain Fri Oct 16 18:49:13 -0700 2009
HEAD is 43fcdc64e9f1790419b9a2099efb3ae80d7c63d2
  • Andrew Coleman committed 43fcdc64:
    do not use id. that apparently causes activerecord to epicly fail into an infinite loop