trak3r (Thomas "Teflon Ted" Davis)

Name
Thomas "Teflon Ted" Davis
Email
Website/Blog
http://trak3r.blogspot.com/
Company
Anachromystic
Location
South Florida
Member Since
Mar 03, 2008 (about 1 year)

Following 6 githubbers and watching 26 repositories view all →

Public Repositories (23)

  • teds-dot-files

    Ted's Dot Files

    legend

    Last updated Fri Nov 13 11:31:16 -0800 2009

  • ereiamjh

    Ruby library and command-line tool to announce your geographical location to Twitter.

    legend

    Last updated Wed Oct 28 13:47:19 -0700 2009

  • cacti-beanstalkd-script

    Ruby script for gathering stats from beanstalkd for integration into Cacti

    legend

    Last updated Thu Oct 15 05:39:41 -0700 2009

  • twitter2rss

    Read your twitter feed, including direct messages and malformed @replies, via RSS.

    legend

    Last updated Mon Sep 07 10:02:45 -0700 2009

  • podcast

    web site for the podcast

    legend

    Last updated Fri Sep 04 14:12:53 -0700 2009

  • rate-marina-s-outfits

    Rate the outfits worn by Marina on her YouTube show HotForWords

    legend

    Last updated Sun Aug 23 13:31:31 -0700 2009

  • pocketrails

    Demo of iPhone RDoc template applied to Rails

    legend

    Last updated Mon Aug 17 10:18:58 -0700 2009

  • anachromystic

    Anachromystic Web Site

    legend

    Last updated Mon Aug 17 10:18:31 -0700 2009

  • just-tweet

    JustTweet Web Site

    legend

    Last updated Mon Aug 17 10:18:12 -0700 2009

  • trak3r.github.com

    My GitHub Pages Repository

    legend

    Last updated Sun Aug 02 16:48:52 -0700 2009

  • freshcamp

    Sync my logged time entries from FreshBooks to my clients' Basecamp projects.

    legend

    Last updated Sun May 17 05:35:28 -0700 2009

  • 4peachy

    tried extending the vanilla GLSprite project to do parallaxing and sound

    legend

    Last updated Wed May 06 13:12:34 -0700 2009

  • resize-windows

    Applescript to resize the windows of a running application

    legend

    Last updated Sat Apr 25 05:42:42 -0700 2009

  • cascade-windows

    AppleScript to center or cascade the windows on your OS X desktop.

    legend

    Last updated Fri Feb 27 19:18:47 -0800 2009

  • rss2twitter

    Read an RSS feed (even HTTPS with authentication) and rebroadcast it to a Twitter account.

    legend

    Last updated Sat Feb 21 15:48:45 -0800 2009

  • crontabr

    Ruby library for non-destructively adding, removing, and replacing crontab entries.

    legend

    Last updated Thu Feb 12 06:27:45 -0800 2009

  • youtube_sso

    UPDATE: this is pretty much dead since YouTube switched over to Google account authentication.

    legend

    Last updated Sun Feb 08 12:51:04 -0800 2009

  • hook-me-up

    iPhone client/server application for finding fellow "hookers" (no, not those kind).

    legend

    Last updated Sun Feb 08 12:50:16 -0800 2009

  • freshbooks-iphone-project

    Forked to make work with LessTimeSpent back-end.

    legend

    Forked from freshbooks-addons/freshbooks-iphone-project Thu Jan 15 07:36:57 -0800 2009

    Last updated Sat Jan 17 09:20:52 -0800 2009

  • ajaxful-rating

    Provides a simple way to add rating functionality to your application.

    legend

    Forked from edgarjs/ajaxful-rating Wed Jan 14 15:16:14 -0800 2009

    Last updated Wed Jan 14 15:18:58 -0800 2009

  • iphone-rdoc-template

    An RDoc template which looks better on the iPhone web browser. See the Rails example at http://p...

    legend

    Last updated Sun Dec 21 17:17:47 -0800 2008

  • openvpn-for-os-x-start-up-on-boot

    Configuration files to get OpenVPN starting on boot on OS X

    legend

    Last updated Tue Jun 03 19:21:45 -0700 2008

  • hamachi-for-os-x-start-up-on-boot

    A "StartupItems" folder (script and plist) which makes Hamachi start up when your OS X machine bo...

    legend

    Last updated Wed May 14 07:55:53 -0700 2008

Public Activity feed

trak3r created gist: 236919 Tue Nov 17 06:09:08 -0800 2009
def campaigns_for_client_app(client_app) @summaries.find_all do |summary| client_app....
trak3r pushed to master at trak3r/teds-dot-files Fri Nov 13 11:31:18 -0800 2009
HEAD is f0a505bfa4a44bc6933b627b3f9b372d6b49d930
  • Thomas Davis committed f0a505bf:
    tweaked ackrc
trak3r created gist: 232964 Thu Nov 12 07:11:33 -0800 2009
class Array def indifferent_intersection(other) self.collect{|i| i.to_sym} & other.collect{...
trak3r created gist: 231043 Tue Nov 10 09:13:46 -0800 2009
some_variable = begin if some_condition? some_value
trak3r created gist: 228262 Fri Nov 06 12:25:09 -0800 2009
RAILS_GEM_VERSION = nil RAILS_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '../../.....
trak3r created gist: 228131 Fri Nov 06 09:33:03 -0800 2009
ted@ceylon ~/Sites/asm/config/cloud-crowd »gem list | grep -i rails autotest-rails (4.1.0) rails ...
trak3r created gist: 228090 Fri Nov 06 08:47:41 -0800 2009
ted@ceylon ~/Sites/asm/config/cloud-crowd »crowd load_schema -- create_table("jobs", {:force=>tru...
trak3r created gist: 224225 Mon Nov 02 07:34:41 -0800 2009
def remote_file_exists?(full_path) 'true' == capture("if [ -e #{full_path} ]; then echo 'true'...
trak3r created gist: 222547 Fri Oct 30 10:21:13 -0700 2009
def last_wednesday today = Date.today backup = ((4 + today.wday) % 7)
trak3r created gist: 221580 Thu Oct 29 09:35:53 -0700 2009
module Enumerable def most?(&block) trues = 0
trak3r pushed to master at trak3r/ereiamjh Wed Oct 28 13:47:19 -0700 2009
HEAD is 166d69a484f3f6353325367cc53a79792ae8895c
  • Thomas Davis committed 166d69a4:
    skip post if hasn't changed
trak3r started watching nesquena/cap-recipes Fri Oct 16 16:18:44 -0700 2009
cap-recipes's description:
Battle-tested capistrano recipes for ruby, rubygems, apache, passenger, delayed_job, juggernaut, thinking_sphinx, mongodb, whenever, among other popular tools
trak3r pushed to master at trak3r/teds-dot-files Fri Oct 16 06:54:43 -0700 2009
HEAD is bbaaf20b1c366c20857640de32aec4f6c1252f14
  • Thomas Davis committed bbaaf20b:
    hack to disable parallels network connections since they conflict with pptp vpn
trak3r created gist: 210979 Thu Oct 15 07:26:54 -0700 2009
<
trak3r pushed to master at trak3r/cacti-beanstalkd-script Thu Oct 15 05:39:41 -0700 2009
HEAD is 2287304c2c9c6a0448169f44f619fb39830e433f
  • Thomas Davis committed 2287304c:
    added the script
trak3r created branch master at trak3r/cacti-beanstalkd-script Thu Oct 15 05:38:25 -0700 2009
trak3r created repository cacti-beanstalkd-script Thu Oct 15 05:37:59 -0700 2009
New repository is at trak3r/cacti-beanstalkd-script
trak3r pushed to master at trak3r/teds-dot-files Wed Oct 14 05:05:19 -0700 2009
HEAD is c34156344447880a26300e3e967fcd1507767bed
  • Thomas Davis committed c3415634:
    new ignores
trak3r created gist: 209994 Wed Oct 14 04:39:02 -0700 2009
<
trak3r created gist: 209722 Tue Oct 13 19:05:27 -0700 2009
doppleganger = Class.new(ActiveRecord::Base) doppleganger.set_table_name ...
trak3r started watching justinfrench/formtastic Mon Oct 05 16:40:07 -0700 2009
formtastic's description:
A Rails form builder plugin with semantically rich and accessible markup. It's deliciously close to 1.0!
trak3r opened issue 2 on timocratic/test_benchmark Sun Oct 04 17:04:32 -0700 2009
would be nice if only reported metrics if all tests pass
trak3r forked gist: 201456 Sun Oct 04 09:18:18 -0700 2009
tell application "Terminal" activate do script with command "cd ~/my/development/directory"
trak3r pushed to master at trak3r/teds-dot-files Tue Sep 29 06:26:15 -0700 2009
HEAD is 91264c64497194bc61b1a216e7820351dd1639e6

2 commits »