timtrueman (Tim Trueman)

Name
Tim Trueman
Email
Website/Blog
http://timtrueman.com/
Company
Fluther (http://fluther.com/)
Location
San Francisco, CA
Member Since
Aug 14, 2008 (about 1 year)

Following 21 coders and watching 16 repositories view all →

Public Repositories (5)

  • Twilight-Terminal

    Terminal.app theme based on the Textmate Twilight theme—no teenage vampires!

    legend

    Last updated Wed Jan 27 02:04:21 -0800 2010

  • MQ-9-Reaper

    X-Plane 9 Aircraft

    legend

    Last updated Thu Aug 13 22:43:44 -0700 2009

  • ysh

    web-based shell using Yahoo! services (and others)

    legend

    Last updated Fri Mar 20 11:42:29 -0700 2009

  • tf-idf

    Term frequency - inverse document frequency example in Python

    legend

    Last updated Sat Mar 14 12:06:56 -0700 2009

  • neural-network

    A simple neural network written in Python intended as an example to help people get started with AI

    legend

    Last updated Sat Mar 14 12:01:45 -0700 2009

Public Activity feed

timtrueman created gist: 298938 Mon Feb 08 21:16:52 -0800 2010
def display_matrix(screen, m, x, y, precision=2, title=None): rows, cols = m.shape if title:
timtrueman updated gist: 296560 Fri Feb 05 22:24:58 -0800 2010
def truncate_urls_to_domain_plus_tld(text): """ Get all the urls
timtrueman updated gist: 296560 Fri Feb 05 22:22:10 -0800 2010
def truncate_urls_to_domain_plus_tld(text): """ Get all the urls
timtrueman updated gist: 296560 Fri Feb 05 22:21:05 -0800 2010
def prepare_text_for_tokenization(text): """ Get all the urls
timtrueman updated gist: 296560 Fri Feb 05 22:10:57 -0800 2010
# http://stackoverflow.com/questions/1986059/grubers-url-regular-expression-in-python url = re.co...
timtrueman created gist: 296560 Fri Feb 05 21:32:39 -0800 2010
url = re.compile('''^((?P<scheme>https?|ftp):\/)?\/?((?P<username>.*?)(:(?P<password>.*?)|)@)?(?P...
timtrueman pushed to master at timtrueman/Twilight-Terminal Wed Jan 27 02:04:22 -0800 2010
HEAD is e374f45526fa7f674cdc7ea1e06441ab8fe560c6
timtrueman created branch master at timtrueman/Twilight-Terminal Wed Jan 27 02:02:27 -0800 2010
timtrueman created repository Twilight-Terminal Wed Jan 27 02:00:29 -0800 2010
New repository is at timtrueman/Twilight-Terminal
timtrueman created gist: 285478 Sun Jan 24 14:11:59 -0800 2010
def update_elo_score(k=32, defender_rating=1000, attacker_rating=1000, attacker_won=False): q...
timtrueman started watching lg/murder Thu Jan 21 14:50:01 -0800 2010
murder's description:
Large scale server deploys using BitTorrent and the BitTornado library
timtrueman updated gist: 140334 Sat Dec 12 15:19:26 -0800 2009
<script id="uniqueId" type="text/javascript"> (function() { // Code you want to execute here
timtrueman created gist: 234275 Fri Nov 13 15:50:18 -0800 2009
#!/usr/bin/python #encoding:utf-8
timtrueman created gist: 228998 Sat Nov 07 16:49:32 -0800 2009
#!/usr/bin/env python # encoding: utf-8
timtrueman started watching robhudson/django-debug-toolbar Tue Nov 03 02:42:17 -0800 2009
django-debug-toolbar's description:
A configurable set of panels that display various debug information about the current request/response.