Tuesday, May 31, 2005

Reference Library

Reference Library
Niet verkeerd...

Friday, May 27, 2005

Resources for Parallel Computing in Python

Resources for Parallel Computing in Python: "Resources for Parallel Computing in Python"

Wednesday, May 25, 2005

Viki/Deplate - A personal wiki for Vim : vim online

Viki/Deplate - A personal wiki for Vim : vim online: "Viki/Deplate : A personal wiki for Vim "

Monday, May 23, 2005

OpenSVN

OpenSVN allows for open svn repositories?!?!

Friday, May 20, 2005

XML-RPC - Client Classes

XML-RPC - Client Classes for java. From apache. Seems very simple to use... effecient enough at least to stub calls to a python xmlrpc server :)

QUT | CITI | YAWL

QUT | CITI | YAWL: "Based on a rigorous analysis of existing workflow management systems and workflow languages, we have developed a new workflow language: YAWL (Yet Another Workflow Language). To identify the differences between the various languages, we have collected a fairly complete set of workflow patterns. Based on these patterns we have evaluated several workflow products and detected considerable differences in expressive power. Languages based on Petri nets perform better when it comes to state-based workflow patterns. However, some patterns (e.g. involving multiple instances, complex synchronizations or non-local withdrawals) are not easy to map onto (high-level) Petri nets. This inspired us to develop a new language by taking Petri nets as a starting point and adding mechanisms to allow for a more direct and intuitive support of the workflow patterns identified."

JGraph Applications Screenshots

JGraph Applications Screenshots: "YAWLEditor is a workflow editor that allows users to draw workflow definitions for YAWL (Yet Another Workflow Language). YAWL is an ongoing research project principally driven by the Queensland University of Technology, in collaboration with Eindhoven University of Technology. One of the key aims of this project is to synthesize patterns from existing workflow systems and offer a language capable of expressing those patterns. This first version of the editor supports the control-flow perspective of workflow systems. Users can save and load diagrams natively and also export them to executable specifications in the YAWL engine. There are rich syntactic requirements for expressing valid YAWL diagrams, and JGraph has performed admirably in enforcing those requirements in an intuitive, user-friendly manner.
Submitted by Lindsay Bradford, Queensland University of Technology, Brisbane, Australia"

Tuesday, May 17, 2005

subclipse.tigris.org

subclipse.tigris.org: "Eclipse 2.1.3

Subclipse 0.9.3.3 is linked against Subversion 1.1.4. Binaries for Windows are included.

Development for this version of Eclipse is no longer active. There are no new releases planned.

Download
Eclipse 3.0/3.1

Subclipse releases for Eclipse 3.x are hosted at our update site. Add http://subclipse.tigris.org/update as an update site in Eclipse's update manager (which you can find in the Help menu)."

subclipse.tigris.org

subclipse.tigris.org: "Subclipse is an Eclipse plugin that adds Subversion integration to the Eclipse IDE. Subclipse is licensed under the terms of the Common Public License (CPL) 1.0."

Download

Download

Eclipse as your python environment.. way to cool...

EventNet 5

EventNet 5: "EventNet is a simple module which assists the creation of event driven software. Events can be tranparently posted and received over a tcp connection, using a two-way client server model."

Sunday, May 15, 2005

xlrd 0.3a1

xlrd 0.3a1: "Extract data from new and old Excel spreadsheets on any platform. Pure Python code. Strong support for Excel dates. Unicode-aware."

Webwereld | 'Bewaarplicht gaat veel bedrijven de kop kosten'

Webwereld | 'Bewaarplicht gaat veel bedrijven de kop kosten': "Jan304 @ zaterdag 14 mei, 18:05
Ik vind die hoge cijfers realistisch.

Vergeet niet dat elke request die je maakt over het internet dan gelogd wordt. Een voorbeeld: het openen van de homepage van webwereld resulteerde zonet in het maken van 35 requests.

En dan spreken we nog niet van p2p programma's die er in slagen per seconde 10 verbindingen op te bouwen. Stel je voor wat het loggen hiervan betekend...

Politiekers beseffen duidelijk niet erg goed hoe het internet in elkaar zit. Ik denk dat ik ze maar eens een cd aanbied met Internet op ;-)."

-------------------------------------
Gier!!!!

Some knowledge base

check http://www.ultratech-llc.com/KB/?File=!Contents.TXT .

This stuff ik kinda neat. They display a load of information using simple text files.
Search and catalog available... nice for sys admins searching for just a little more knowledge or power users who would like to know just a bit more how to tweak a system.

Seems a fine site to me...

Friday, May 13, 2005

Logilab.org - PyReverse

Logilab.org - PyReverse: "PyReverse is a set of tools for reverse engineering Python code. So far, it features dependency analysis tools, documentation generation, and XMI generation for importation in a UML modeling tool. A special module can be used to generate files readable by Argo UML."

Pymerase

Pymerase: "Pymerase is a tool intended to generate a python object model, relational database, and an object-relational model connecting the two. However it has been extended to also output webpages and can be easily extended to output whatever else you might like."

Thursday, May 12, 2005

NewWorkflow - The Trac Project - Trac

NewWorkflow - The Trac Project - Trac: "This document describes new workflow implementation for Trac."

And it has a nice display of some states, and how to map them. . it's a nice to see sample of mapping states, transitions and stuff to tables.. - while obvious, it's something you'll have to see once :)

IT by Johannes Kutsam

IT by Johannes Kutsam: "Freemind to Ganttproject converter PDF Print E-mail
Ever wanted to convert Freemind Mindmaps into Ganttproject files or vice versa?"

Tuesday, May 10, 2005

gdmodule - Python GD module

gdmodule - Python GD module: "This module is a python wrapper for the GD library. Due to the constant change in the GD library API, there are several older versions of this module available here. It is distributed for free under a BSD-style license. With Richard's blessing, I have taken over support for this module; so, send all bug reports, etc. to"

Sunday, May 08, 2005

Jakarta Tapestry - Welcome!

Jakarta Tapestry - Welcome!: "Tapestry is a powerful, open-source, all-Java framework for creating leading edge web applications in Java.

Tapestry reconceptualizes web application development in terms of objects, methods and properties instead of URLs and query parameters.

Tapestry is an alternative to scripting environments such as JavaServer Pages or Velocity. Tapestry goes far further, providing a complete framework for creating extremely dynamic applications with minimal amounts of coding.

Tapestry's approach, using a component object model similar to a traditional GUI, provides the following benefits:"

firstworks: sql relay - sqlrelay persistent database connection pool pooling proxy load balance balancing odbc oracle mysql msql postgresql sybase db2

Saturday, May 07, 2005

ASPN : Python Cookbook : Multiple-reader-one-writer (MROW) resource locking

Monday, May 02, 2005

The Sgmlop Parser/Tokenizer ::: www.effbot.org

The Sgmlop Parser/Tokenizer ::: www.effbot.org
The sgmlop module is a fast replacement for the regular expression-based parsers used in the sgmllib/htmllib and xmllib module. A single module supports both SGML and XML.

The sgmlop parser is tolerant, and happily accepts XML-like data that are not well-formed. If you need strictness, use another parser. sgmlop is an excellent choice for applications that read human-authored content and wants to be fairly tolerant, and also for applications that read machine-generated XML in situations where it's safe to trade standard compliancy for speed.

The current release is about 6 times faster than the original re-based implementation provided with Python 1.5, when using an xmllib/sgmllib-style interface. When using sgmlop directly, it can be more than 30 times faster.

and it's being used for speedup in the python xmlrpclib if available!!

Sunday, May 01, 2005

Xming - Freedesktop.org

Xming - Freedesktop.org: "Xming is the port of the X Window System to Microsoft Windows. Unlike Cygwin/X it does not depend on the [WWW]Cygwin environment."