z_sync

z_sync Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 408
  • Released: Jun 7, 2007

z_sync Description

This script gives access to the Sync class. Objects created by the Sync class are meant to be used when trying to syncronize the execution of two or more threads.

z sync Bookmark

Hyperlink code:
Hyperlink for Forum code:

z_sync Script Download Notice

Top 4 Download periodically updates information of z_sync script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. z_sync torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Yet another Set class for Python

This script is a pure Pythonic implementation of a set class. The syntax and methods implemented are, for the most part, borrowed from PEP 218. ...
Python

A simple date class

This script can be used by anyone who wants a date object for a program. The code was written as a help for someone trying to do the same thing in C . ...
Python

AbstractFactory

This script has a base Factory class that is meant to be subclassed and then ... as well as module's to search for the class implementation. ...
Python

Real class methods in Python

This script demonstrates 'real' class methods, like they are known from Smalltalk. Class methods implicitely receive the actual class as the first parameter. They are inherited by subclasses, and may as well be overridden. Class methods may return anything, although they are particularly ...
Python

Interfaces

Interfaces script deals with the Interface concept in Python. ...
Python