public marks

PUBLIC MARKS with tags generator & python

2014

2010

markup.py - an HTML and XML generator in Python

by marco
Markup.py is an intuitive, light weight, easy-to-use, customizable and pythonic HTML/XML generator

2008

p a s s k o o l

by camel (via)
PassKool is a deterministic password generator. It tries to generate passwords that more or less sound like English. As PassKool generator is deterministic, identical inputs will give the same password. The security here relies on a secret passphrase used to generate the final password. A passphrase is usually easier to remember than a cryptic password. If you happen to forget the password, you can still retrieve it using PassKool. PassKool can also create deterministic password with random content. This may sound contradictory but the deterministic parameter is the seed used for the random generator. Here's a short example for a "root" account on some Unix/Linux box. By default, the password has a length of 12 characters. python passkool.py "root" "top secret phrase" ---> Generated password : quencatithro If you call this command again, you will find the same password.

2007

event-badge-generator - Google Code

by greut
A python script to generate badges for use in events

multitask - O2S Wiki

by pvergain
multitask allows [WWW] Python programs to use [WWW] generators (aka coroutines) to perform cooperative multitasking and asynchronous I/O. Applications written using multitask consist of a set of cooperating tasks that yield to a shared task manager whenever they perform a (potentially) blocking operation, such as I/O on a socket or getting data from a queue. The task manager temporarily suspends the task (allowing other tasks to run in the meantime) and then restarts it when the blocking operation is complete. Such an approach is suitable for applications that would otherwise have to use select() and/or multiple threads to achieve concurrency. multitask is [WWW] free software, distributed under the [WWW] MIT license.

2006

PUBLIC TAGS related to tag generator

asynchronous IO +   badge +   bibliotheques +   code +   development +   glade +   google +   gtk +   gui +   html +   list +   multitask +   multitasking +   passphrase +   password +   pil +   programming +   pygtk +   python +   security +   use +  

Active users

bamthomas
last mark : 18/03/2014 08:21

marco
last mark : 30/06/2010 09:50

camel
last mark : 09/12/2008 16:44

krachot
last mark : 09/01/2008 07:59

greut
last mark : 23/08/2007 09:20

pvergain
last mark : 28/05/2007 14:53

adrpater
last mark : 14/12/2006 12:03