idangazit (Idan Gazit)

Name
Idan Gazit
Email
Website/Blog
http://pixane.net/blog
Company
Pixane Design
Location
Tel Aviv, Israel
Member Since
Aug 31, 2008 (about 1 year)

Following 14 githubbers and watching 53 repositories view all →

Public Repositories (15)

  • django-fuzzydt

    "Fuzzy" datetime parsing app for django including form fields/widgets

    legend

    Last updated Sun Nov 29 22:23:27 -0800 2009

  • django-siwt

    A django reusable app for utilizing Sign In With Twitter

    legend

    Last updated Wed Nov 04 13:43:26 -0800 2009

  • django-debug-toolbar

    A configurable set of panels that display various debug information about the current request/res...

    legend

    Forked from robhudson/django-debug-toolbar Tue Aug 18 15:26:21 -0700 2009

    Last updated Fri Sep 11 15:47:07 -0700 2009

  • celery

    Distributed Task Queue for Django

    legend

    Forked from ask/celery Mon Aug 10 07:45:06 -0700 2009

    Last updated Sat Aug 08 05:24:43 -0700 2009

  • 960-textmate-bundle

    A TextMate bundle which eases authoring of HTML using the 960.gs CSS framework.

    legend

    Last updated Thu Jul 09 07:52:19 -0700 2009

  • django-oembed

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

    legend

    Forked from ericflo/django-oembed Mon Jul 06 18:13:33 -0700 2009

    Last updated Mon Jul 06 19:05:07 -0700 2009

  • django-twitter-oauth

    Example of how to authenticate against Twitter oAuth using Django

    legend

    Forked from henriklied/django-twitter-oauth Tue Jun 30 07:42:30 -0700 2009

    Last updated Sun Jun 14 00:59:46 -0700 2009

  • djangopeople.net

    A geographical community site for Django developers.

    legend

    Forked from simonw/djangopeople.net Fri May 08 05:59:48 -0700 2009

    Last updated Wed May 06 07:35:09 -0700 2009

  • djoosh

    Extensible pure-python fulltext indexing for Django models using whoosh

    legend

    Last updated Sat Mar 07 14:56:47 -0800 2009

  • python-twitter

    A fork of the original python-twitter API by DeWitt Clinton.

    legend

    Last updated Tue Mar 03 03:12:47 -0800 2009

  • qlrest

    QuickLook render plugin for ReST (ReStructuredText) files.

    legend

    Forked from toland/qlmarkdown Tue Feb 17 02:29:07 -0800 2009

    Last updated Tue Feb 24 01:28:44 -0800 2009

  • djangregator

    A django application for aggregating your activities from various social networking sites

    legend

    Last updated Mon Feb 16 18:55:31 -0800 2009

  • consonance

    A django app for consuming public FriendFeed streams

    legend

    Last updated Wed Jan 28 06:25:44 -0800 2009

  • blueprint-css

    legend

    Forked from joshuaclayton/blueprint-css Mon Nov 10 03:04:59 -0800 2008

    Last updated Sun Nov 09 13:38:09 -0800 2008

  • djumble

    A simple, tumblelog-like blog written for the django framework.

    legend

    Created Sat Oct 04 13:26:32 -0700 2008

Public Activity feed

idangazit started watching michael164231/django-countries Wed Dec 02 04:03:13 -0800 2009
django-countries's description:
Make django-countries work with Django 1.1.
idangazit created gist: 246395 Tue Dec 01 08:12:17 -0800 2009
from foo import bar fruit = ['apple', 'orange', 'banana']
idangazit created gist: 245295 Sun Nov 29 22:27:00 -0800 2009
.content form .field_wrap>input.natural_dtinput { width: 220px; float: left;
idangazit pushed to master at idangazit/django-fuzzydt Sun Nov 29 22:23:27 -0800 2009
HEAD is da88f55960ae19d8af55fa24926913f60e276ef6
idangazit pushed to master at idangazit/django-fuzzydt Sun Nov 29 22:18:31 -0800 2009
HEAD is 07a8a7d74faf6c553a02ed470624f689c5f6c4d0
  • idangazit committed 07a8a7d7:
    Rename all widgets to "Fuzzy", templatify widget rendering
idangazit created branch master at idangazit/django-siwt Wed Nov 04 13:43:26 -0800 2009
idangazit created repository django-siwt Fri Oct 30 16:42:14 -0700 2009
New repository is at idangazit/django-siwt
idangazit created branch master at idangazit/django-fuzzydt Thu Oct 08 17:41:40 -0700 2009
idangazit created repository django-fuzzydt Thu Oct 08 17:12:22 -0700 2009
New repository is at idangazit/django-fuzzydt
idangazit updated gist: 199301 Thu Oct 01 18:42:11 -0700 2009
from django.http import HttpResponse, HttpResponseBadRequest from parsedatetime.parsedatetime imp...
idangazit created gist: 199301 Thu Oct 01 15:50:18 -0700 2009
from django.shortcuts import render_to_response from django.http import HttpResponse, HttpRespons...
idangazit created gist: 199092 Thu Oct 01 09:47:08 -0700 2009
try: import simplejson as json except ImportError:
idangazit created gist: 198396 Wed Sep 30 13:14:00 -0700 2009
import site from os import environ from os.path import join