Pinned Repositories
application_nginx
Development repository for Opscode Cookbook application_nginx
bitstarter
GraphView
Android Graph Library for creating zoomable and scrollable line and bar graphs.
HeavyBreather
monkeybounce
There is a monkey which can walk around on a planar grid. The monkey can move one space at a time left, right, up or down. That is, from (x, y) the monkey can go to (x+1, y), (x-1, y), (x, y+1), and (x, y-1). Points where the sum of the digits of the x coordinate plus the sum of the digits of the y coordinate are greater than 25 are inaccessible to the monkey. For example, the point (59, 79) is inaccessible because 5 + 9 + 7 + 9 = 30, which is greater than 25. The sum of the digits for negative coordinates should be calculated based on the absolute value. For example, the sum of the digits of (-22, 12) equals the sum of the digits of (22, 12). How many points can the monkey access if it starts at (0, 0), including (0, 0) itself?
monotouch-samples
MonoTouch sample programs
ORF
find a reverse Open Reading Frame in a FASTA file
PokemonGo-Bot
The Pokemon Go Bot, baking with community.
RoutingHTTPServer
A routing API for CocoaHTTPServer
rsyslog-doc
documentation for the rsyslog project
dorklord's Repositories
dorklord/monkeybounce
There is a monkey which can walk around on a planar grid. The monkey can move one space at a time left, right, up or down. That is, from (x, y) the monkey can go to (x+1, y), (x-1, y), (x, y+1), and (x, y-1). Points where the sum of the digits of the x coordinate plus the sum of the digits of the y coordinate are greater than 25 are inaccessible to the monkey. For example, the point (59, 79) is inaccessible because 5 + 9 + 7 + 9 = 30, which is greater than 25. The sum of the digits for negative coordinates should be calculated based on the absolute value. For example, the sum of the digits of (-22, 12) equals the sum of the digits of (22, 12). How many points can the monkey access if it starts at (0, 0), including (0, 0) itself?
dorklord/ORF
find a reverse Open Reading Frame in a FASTA file
dorklord/application_nginx
Development repository for Opscode Cookbook application_nginx
dorklord/bitstarter
dorklord/GraphView
Android Graph Library for creating zoomable and scrollable line and bar graphs.
dorklord/HeavyBreather
dorklord/monotouch-samples
MonoTouch sample programs
dorklord/PokemonGo-Bot
The Pokemon Go Bot, baking with community.
dorklord/RoutingHTTPServer
A routing API for CocoaHTTPServer
dorklord/rsyslog-doc
documentation for the rsyslog project