ericflo (Eric Florenzano)

Name
Eric Florenzano
Email
Website/Blog
http://www.eflorenzano.com/
Member Since
Feb 27, 2008 (about 1 year)

Following 129 githubbers and watching 65 repositories view all →

Public Repositories (20)

  • django-threadedcomments

    django-threadedcomments is a simple yet flexible threaded commenting system for Django.

    legend

    Last updated Sat Nov 21 08:23:36 -0800 2009

  • pykontagent

    A simple interface into the Kontagent REST API

    legend

    Last updated Tue Nov 17 21:21:11 -0800 2009

  • django-avatar

    A reusable django application for handling Avatars.

    legend

    Last updated Mon Nov 09 13:18:54 -0800 2009

  • tc

    Tokyo Cabinet Python bindings

    legend

    Forked from rsms/tc Sun Nov 01 11:51:30 -0800 2009

    Last updated Sun Nov 01 11:56:39 -0800 2009

  • pystache

    Mustache in Python

    legend

    Forked from defunkt/pystache Fri Oct 30 11:08:59 -0700 2009

    Last updated Fri Oct 30 13:12:38 -0700 2009

  • django-pagination

    A set of utilities for creating robust pagination tools throughout a django application.

    legend

    Last updated Fri Oct 16 12:59:15 -0700 2009

  • django-oembed

    A collection of Django tools which make it easy to change text filled with oembed links into the ...

    legend

    Last updated Tue Oct 13 10:41:20 -0700 2009

  • Telephus

    Telephus is a connection pooled, low-level client API for Cassandra in Twisted python.

    legend

    Forked from driftx/Telephus Mon Nov 23 22:44:40 -0800 2009

    Last updated Wed Oct 07 15:40:44 -0700 2009

  • cassbot

    Stupid little bot to help out on #cassandra

    legend

    Last updated Mon Oct 05 11:53:42 -0700 2009

  • hurricane

    Hurricane is a project for easily creating Comet web applications.

    legend

    Last updated Sun Sep 20 22:41:06 -0700 2009

  • django-classfaves

    A different approach to favorites in Django

    legend

    Last updated Sun Sep 13 23:19:15 -0700 2009

  • weightbot

    An unofficial API into WeightBot.com

    legend

    Last updated Sat Aug 15 19:14:29 -0700 2009

  • twissandra

    A tiny experiment in modeling a Twitter-like service in Cassandra.

    legend

    Last updated Wed Jun 17 01:45:24 -0700 2009

  • pytyrant

    pytyrant is a pure python client implementation of the binary Tokyo Tyrant protocol (this is a fo...

    legend

    Last updated Fri May 22 01:47:36 -0700 2009

  • pynzb

    pynzb is a unified API for parsing NZB files, with several concrete implementations included

    legend

    Last updated Sun May 10 23:34:09 -0700 2009

  • django-tokyo-sessions

    This is a session backend for Django that stores sessions in a Tokyo Cabinet database, which comm...

    legend

    Last updated Sun Mar 01 21:14:13 -0800 2009

  • django-memcached

    This is a very simple reusable app which does one thing: shows you statistics about your currentl...

    legend

    Last updated Thu Feb 05 02:09:53 -0800 2009

  • django-couch-lifestream

    An application for creating a lifestream with CouchDB and Django.

    legend

    Last updated Sun Dec 14 17:58:26 -0800 2008

  • yourmomdotcom

    An IRC markov bot based on Twisted.

    legend

    Last updated Sun Nov 16 19:30:04 -0800 2008

  • startthedark

    StartTheDark is the product of a series of screencasts by Eric Florenzano about the Django web pr...

    legend

    Last updated Mon Oct 13 01:24:22 -0700 2008

Public Activity feed

ericflo forked driftx/Telephus Mon Nov 23 22:44:41 -0800 2009
Forked repository is at ericflo/Telephus
ericflo started watching simonw/djangode Fri Nov 20 10:23:13 -0800 2009
djangode's description:
Utilities functions for node.js that borrow some useful concepts from Django
ericflo started watching rcrowley/gas Wed Nov 18 17:33:38 -0800 2009
gas's description:
Gas is a tiny prefork WSGI server and app for streaming static files through grep-, awk- and sed-like generators.
ericflo pushed to master at ericflo/pykontagent Tue Nov 17 21:21:11 -0800 2009
HEAD is 15347a02d21c4a833b3bc6413bfc06ea6f677f78
  • Eric Florenzano committed 15347a02:
    Change ts format to not be in scientific notation
ericflo started watching ry/node Tue Nov 17 17:47:31 -0800 2009
node's description:
evented I/O for v8 javascript
ericflo commented on defunkt/pystache Mon Nov 16 21:56:49 -0800 2009
Comment in 08b06f9:

Yeah, I wasn't necessarily advocating reverting the change...I was just pointing it out. The link I gave above suggests hasattr(f, 'call') like you mention.

ericflo commented on defunkt/pystache Mon Nov 16 21:17:41 -0800 2009
Comment in 08b06f9:

FWIW, callable() will be going away in Python 3.0. http://docs.python.org/dev/3.0/whatsnew/3.0.html#builtins Not important for now, but something to keep in mind. The previous code would have continued to work, whereas this new code will break.

ericflo commented on incuna/django-avatar Fri Nov 13 14:44:43 -0800 2009
Comment in 228e313:

Thanks for the clarification brosner, that makes sense (if unfortunate :). incuna, if you just change the blog stuff to look in INSTALLED_APPS instead of assuming blog is there, I'll merge your fork. Thanks!

ericflo started watching ask/chishop Fri Nov 13 14:26:12 -0800 2009
chishop's description:
Simple PyPI server written in django. Allows you to register/upload with distutils and install with easy_install/pip.
ericflo commented on incuna/django-avatar Fri Nov 13 13:17:28 -0800 2009
Comment in 228e313:

Elaborate please.

ericflo commented on incuna/django-avatar Fri Nov 13 10:18:32 -0800 2009
Comment in 228e313:

This change creates a dependency on blog, as well as adding an extraneous print statement. Could you please remove the print statement, and change it to use the standard get_app ( as is done in http://github.com/incuna/django-avatar/blob/228e3135216d0ac3d669d291c6c796250f61da12/avatar/views.py#L11 ) to determine whether blog is installed?

(Friends should be using this technique too. I can do this in my own branch once yours has been merged.)

ericflo created gist: 233239 Thu Nov 12 12:18:16 -0800 2009
from uuid import uuid1 from simplejson import dumps, loads from urlparse import urlparse
ericflo commented on defunkt/pystache Wed Nov 11 16:52:43 -0800 2009
Comment in 6372a33:

while True looks so much nicer.

ericflo commented on defunkt/pystache Wed Nov 11 16:49:59 -0800 2009
Comment in 6372a33:

The reason is because you can dynamically change the value of True while the loop is running, so it needs to re-load its current value each iteration. Crazy, huh? :)

ericflo commented on defunkt/pystache Wed Nov 11 16:49:11 -0800 2009
Comment in 6372a33:

while 1 actually produces slightly more efficient bytecode, FWIW.

>>> def first():
...     while True:
...         continue
... 
>>> def second():
...     while 1:
...         continue
... 
>>> import dis
>>> dis.dis(first)
  2           0 SETUP_LOOP              15 (to 18)
        >>    3 LOAD_GLOBAL              0 (True)
              6 JUMP_IF_FALSE            7 (to 16)
              9 POP_TOP             

  3          10 JUMP_ABSOLUTE            3
             13 JUMP_ABSOLUTE            3
        >>   16 POP_TOP             
             17 POP_BLOCK           
        >>   18 LOAD_CONST               0 (None)
             21 RETURN_VALUE        
>>> dis.dis(second)
  2           0 SETUP_LOOP               6 (to 9)

  3     >>    3 JUMP_ABSOLUTE            3
              6 JUMP_ABSOLUTE            3
        >>    9 LOAD_CONST               0 (None)
             12 RETURN_VALUE        
>>> 
ericflo applied fork commits to django-avatar/master Mon Nov 09 13:18:54 -0800 2009
master was changed to ed21e5
ericflo started watching slact/nginx_http_push_module Sun Nov 08 09:53:12 -0800 2009
nginx_http_push_module's description:
Turn NGiNX into an adept HTTP push server.
ericflo started watching briancollins/nice_find Sat Nov 07 20:35:18 -0800 2009
nice_find's description:
A Find In Project plugin for TextMate
ericflo closed issue 6 on ericflo/django-threadedcomments Sat Nov 07 13:31:27 -0800 2009
Nested Trees
ericflo commented on ericflo/django-threadedcomments Thu Nov 05 16:07:59 -0800 2009
Comment in 456268d:

This is handy!

ericflo commented on ericflo/django-threadedcomments Thu Nov 05 16:03:17 -0800 2009
Comment in 3b2815d:

Nice, I didn't see that get_comment_create_data was there. This simplifies things a lot.

ericflo pushed to master at ericflo/tc Sun Nov 01 11:56:42 -0800 2009
HEAD is 6f13e6673719caac1f7888426e6029740c4e412a
  • ericflo committed 6f13e667:
    This flag no longer works on snow leopard: -mssse3
ericflo forked rsms/tc Sun Nov 01 11:51:33 -0800 2009
Forked repository is at ericflo/tc