zerok (Horst Gutmann)

Name
Horst Gutmann
Website/Blog
http://zerokspot.com/
Location
Klagenfurt, Austria
Member Since
Mar 25, 2008 (about 1 year)

Following 17 coders and watching 60 repositories view all →

Public Repositories (16)

  • zerokspot.gitrecipe

    legend

    Last updated Thu Feb 04 06:19:39 -0800 2010

  • zs.bibtex

    A collection of bibtex related utilities including a very simple parser.

    legend

    Last updated Thu Jan 14 13:57:08 -0800 2010

  • django-flatblocks

    django-chunks + headerfield + variable chunknames + "inclusion tag" == django-flatblocks

    legend

    Forked from howiworkdaily/django-freetext Sat Jan 17 10:57:31 -0800 2009

    Last updated Sat Sep 26 08:56:23 -0700 2009

  • zerokspot.recipe.distutils

    legend

    Last updated Sat Sep 26 05:54:25 -0700 2009

  • django-docs-de

    German translation of the Django documentation. You can find

    legend

    Last updated Sat Jun 20 08:18:41 -0700 2009

  • django-mailer

    mail queuing and management for the Django web framework

    legend

    Forked from jtauber/django-mailer Thu May 07 14:26:17 -0700 2009

    Last updated Thu May 07 14:28:46 -0700 2009

  • zs.rstaddons

    A small collection of Restructured Text addons

    legend

    Last updated Tue May 05 04:50:14 -0700 2009

  • django-haystack

    Search for Django. Based lightly on Djangosearch. Currently beta.

    legend

    Forked from toastdriven/django-haystack Thu Apr 30 02:38:51 -0700 2009

    Last updated Thu Apr 30 03:12:58 -0700 2009

  • django

    Unofficial mirror of the Subversion repository (updated every 15 minutes)

    legend

    Forked from django/django Wed Mar 18 12:51:19 -0700 2009

    Last updated Wed Mar 18 13:37:46 -0700 2009

  • owltools

    Some tools for working with OWL files (currently only an XSLT for OWL2XHTML-conversion)

    legend

    Last updated Sat Jan 10 05:10:58 -0800 2009

  • django-oopviews

    django-oopviews provides a simple way to have some object orientation in Django's view layer

    legend

    Last updated Mon Nov 10 16:47:35 -0800 2008

  • django-zsutils

    Some Django utilities I share between some of my sites (like Pagination, OOPViews ...)

    legend

    Last updated Mon Oct 27 14:42:19 -0700 2008

  • django-de

    A git clone of the SVN repository of django-de, the app that drives http://www.django-de.org

    legend

    Forked from jezdez/django-de Sat Sep 27 13:22:09 -0700 2008

    Last updated Sat Sep 27 15:28:05 -0700 2008

  • barcampweb

    Interface für Session-Management auf Barcamps

    legend

    Created Sun Feb 07 02:14:33 -0800 2010

  • django-project365

    legend

    Created Fri Oct 24 07:11:16 -0700 2008

Public Activity feed

zerok edited a page in the zerok/barcampweb wiki Sun Feb 07 03:04:06 -0800 2010
zerok edited a page in the zerok/barcampweb wiki Sun Feb 07 02:49:35 -0800 2010
zerok created a page in the zerok/barcampweb wiki Sun Feb 07 02:17:38 -0800 2010
zerok created repository barcampweb Sun Feb 07 02:14:35 -0800 2010
New repository is at zerok/barcampweb
zerok closed issue 3 on zerok/zerokspot.gitrecipe Thu Feb 04 06:19:40 -0800 2010
with statements incopatible with python2.5
zerok pushed to master at zerok/zerokspot.gitrecipe Thu Feb 04 06:19:40 -0800 2010
HEAD is 3b18b79a2856b54bcb25f8a5e255016741f3fb17
  • zerok committed 3b18b79a:
    Fixes #3 (missing with-statement import in tests.py)
zerok closed issue 3 on zerok/zs.bibtex Thu Jan 14 13:57:09 -0800 2010
Parsing errors when year value is not bracketed
zerok pushed to master at zerok/zs.bibtex Thu Jan 14 13:57:09 -0800 2010
zerok closed issue 2 on zerok/zs.bibtex Thu Jan 14 13:45:27 -0800 2010
Parsing fails when last field of a reference ends with comma
zerok pushed to master at zerok/zs.bibtex Thu Jan 14 13:45:26 -0800 2010
zerok closed issue 1 on zerok/zs.bibtex Thu Jan 14 13:12:23 -0800 2010
@article structure mistyped volume entry
zerok pushed to master at zerok/zs.bibtex Thu Jan 14 13:12:23 -0800 2010
HEAD is 6b164e6711a3a5ef4388a2682e90325559c7fe4e

2 commits »

zerok started watching grails/grails Wed Jan 13 14:25:22 -0800 2010
grails's description:
A powerful web application framework based on the Groovy language
zerok created tag v0.1.0 at zerok/zs.bibtex Wed Jan 13 14:15:11 -0800 2010
zerok created branch master at zerok/zs.bibtex Wed Jan 13 14:15:10 -0800 2010
New branch is at zerok/zs.bibtex/tree/master
zerok created repository zs.bibtex Wed Jan 13 14:10:14 -0800 2010
New repository is at zerok/zs.bibtex
zerok created gist: 273661 Sun Jan 10 10:17:46 -0800 2010
from __future__ import with_statement import shutil, plistlib, urllib2, re, tempfile from os.path...
zerok updated gist: 273605 Sun Jan 10 09:42:01 -0800 2010
use strict; use File::Temp qw/tempdir/; use File::Path qw/rmtree/;
zerok closed issue 2 on zerok/zerokspot.gitrecipe Mon Oct 12 13:03:52 -0700 2009
Add ability to develop packages from subdirectory.
zerok created tag v0.5.0 at zerok/zerokspot.gitrecipe Mon Oct 12 13:02:38 -0700 2009
zerok pushed to master at zerok/zerokspot.gitrecipe Mon Oct 12 13:02:31 -0700 2009
HEAD is 2de92e2e5b5087a25a342726533eef79e1664680

2 commits »

zerok started watching miracle2k/django-flatblocks Sat Oct 03 12:57:09 -0700 2009
django-flatblocks's description:
django-chunks + headerfield + variable chunknames + "inclusion tag" == django-flatblocks
zerok started watching corrni/django-oopviews Mon Sep 28 07:38:34 -0700 2009
django-oopviews's description:
django-oopviews provides a simple way to have some object orientation in Django's view layer