SCRIPTS CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>

7-DAY TOP DOWNLOAD

#
Program
aircrack 1.0RC1
56,807
Scary Maze
33,470
Advance Backup 2.0
28,284
QuickPlay 3.8.4
23,985
Free Youtube
Downloader

23,326
FFmpeg
19,667
Referrer
verification/validat
ion Javascript

19,133
szewo referer logger
3.0

19,019
Netcat 0.7.1
17,604
vBulletin 3.7.0b4
17,083
Home / Scripts / Categories / Programming Methods and Algorithms

Programming Methods and Algorithms

553 script(s)

LATEST DOWNLOADS IN THIS CATEGORY:

RSS

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | << prev next >>
 
Platform:
+ANY PLATFORM     Windows     Linux     Mac OS     BSD     Solaris
 
Language:
ANY LANGUAGEPHPASP.NETC/C++PerlPythonRuby
FlashJavaScriptHTMLXMLASPBasic/VBColdFusion
C#CSSDelphiFortranJavaLISPmathCAD
MathematicaMatlabSQLTCL/Tk

A queue for string data

A queue for string data class takes care of the list.append and .join mess, which is needed for fast string concatenation.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Good (3.3/5)
86
view screenshot

March 2nd, 2007 GMT
NEW

Style Events in Python

Style Events in Python script is a useful class that encapsulates the core to event subscription and event firing.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Good (3.6/5)
68
view screenshot

March 2nd, 2007 GMT
NEW

Property decorator for python 2.4

Property decorator for python 2.4 probes the decorated function, captures its locals() just before it returns and looks for the names "fget", "fset" and "fdel".
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Fair (2.5/5)
209
view screenshot

March 2nd, 2007 GMT
NEW

Solving the Metaclass Conflict

Solving the Metaclass Conflict script contains a general recipe to solve the metaclass/metatype conflict.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Fair (2.1/5)
83
view screenshot

March 2nd, 2007 GMT
NEW

Yet another Design By Contract module

Yet another Design By Contract module implements class invariants, pre/postconditions in a way similar to PyDBC, but significantly better.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Fair (2.0/5)
74
view screenshot

March 2nd, 2007 GMT
NEW

Public and protected attribute access

Public and protected attribute access script presents a way to introduce proper attribute access protection levels using a generic proxy object.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Fair (2.3/5)
42
view screenshot

March 2nd, 2007 GMT
NEW

HTML Help

HTML Help script produces tables with a readable format.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Good (3.2/5)
55
view screenshot

March 2nd, 2007 GMT
NEW

Simple exception logging

Simple exception logging script offers you a simple way to log exceptions.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Fair (2.9/5)
88
view screenshot

March 2nd, 2007 GMT
NEW

Rebind class properties

Rebind class properties script defines properties in base class and override the getter setter methods in derived classes.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Fair (2.3/5)
86
view screenshot

March 2nd, 2007 GMT
NEW

Dictionary tool for lazy typers

Dictionary tool for lazy typers script provides an alternative way of generating and updating dictionaries.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Fair (2.8/5)
112
view screenshot

February 24th, 2007 GMT
NEW

Fuzzy matching dictionary

Fuzzy matching dictionary script is an ease of use subclass of dict - rather then one that uses a lot of dict features.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Fair (2.0/5)
164
view screenshot

February 23rd, 2007 GMT
NEW

Exception-based Switch-Case

Exception-based Switch-Case script presents you another way to emulate a switch-case statement.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Fair (2.8/5)
61
view screenshot

February 23rd, 2007 GMT
NEW

Expanded dictionary inversion

Expanded dictionary inversion script contains functions that invert different types of dictionaries with mixed data types as values.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Fair (2.4/5)
61
view screenshot

February 23rd, 2007 GMT
NEW

Functional exception handling

Functional exception handling script presents a simple functional approach to work with exceptions and finalizations.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Fair (2.9/5)
93
view screenshot

February 23rd, 2007 GMT
NEW

Example For winreg

Example For winreg script is an example of how to use the winreg module.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows
Python
Other Free / Open So...
Good (3.2/5)
285
view screenshot

February 23rd, 2007 GMT
NEW

Method call when exit "with" statement

Method call when exit "with" statement script allows the user to specify a method on the passed-in object to be called when the 'with' statement is exited.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Good (3.2/5)
81
view screenshot

February 23rd, 2007 GMT
NEW

Extensible object to XML converter

Extensible object to XML converter function generates XML for any Python object through recursive functions.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Good (3.6/5)
74
view screenshot

February 23rd, 2007 GMT
NEW

Remote control with telnetlib

Remote control with telnetlib script sends commands to one or more logins using Python's standard telnetlib module.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Good (3.5/5)
195
view screenshot

February 23rd, 2007 GMT
NEW

Constant Object Passing

Constant Object Passing script shows you how to pass objects as "constant" (immutable) in python.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Fair (2.9/5)
45
view screenshot

February 23rd, 2007 GMT
NEW

Apache Client Cache-rate Calculator

Apache Client Cache-rate Calculator script contains a function to calculate the percent of requests that were "refused" by Apache server due to the clients ability to read the file from their cache instead.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Poor (1.9/5)
107
view screenshot

February 23rd, 2007 GMT
NEW

Dynamically change the Python system path

Dynamically change the Python system path script contains a function that adds the specified path to the Python system path if it is not already there.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Fair (2.5/5)
56
view screenshot

February 23rd, 2007 GMT
NEW

Directory Size Lister for Windows

Directory Size Lister for Windows script lists the summed size of a directory (or set of directories) without the GUI.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows
Python
Other Free / Open So...
Good (3.5/5)
375
view screenshot

February 22nd, 2007 GMT
NEW

Windows registry

Windows registry script allows you to store some data for your progam in the windows registry.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows
Python
Other Free / Open So...
Fair (2.5/5)
169
view screenshot

February 22nd, 2007 GMT
NEW

Dependable URL startfile (Windows)

Dependable URL startfile (Windows) script provides a dependable function for opening a URL.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows
Python
Other Free / Open So...
Fair (2.8/5)
98
view screenshot

February 22nd, 2007 GMT
NEW

Human readable 'random' password

Human readable 'random' password script allows you to generate a password in the form 'word' digits 'word'.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Fair (2.8/5)
100
view screenshot

February 22nd, 2007 GMT
NEW

Win32 process information

Win32 process information script contains a function that will return a list of tuples of process names and ids.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows
Python
Other Free / Open So...
Fair (2.4/5)
161
view screenshot

February 22nd, 2007 GMT
NEW

Formats current exception with stack trace

Formats current exception with stack trace script provides functions for formatting exceptions and stack traces.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Fair (2.1/5)
66
view screenshot

February 22nd, 2007 GMT
NEW

Importer-specific module initialization

Importer-specific module initialization script is a function that placed inside a module X, allows you to initialize module X according to the module (properties) that is importing X.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Fair (2.4/5)
76
view screenshot

February 22nd, 2007 GMT
NEW

Get system/language dependent paths on windows

Get system/language dependent paths on windows module provides a few functions to retrieve the path names of some windows system directories from the registry and the environment.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows
Python
Other Free / Open So...
Fair (2.9/5)
64
view screenshot

February 22nd, 2007 GMT
NEW

Implementing a circular data structure using lists

Implementing a circular data structure using lists script allows you to define circular data structure.
[read more >]

Platform:
Language:
License:
Rating:
Downloads:
Screenshot:

Windows / Linux / Ma...
Python
Other Free / Open So...
Fair (2.2/5)
72
view screenshot

February 16th, 2007 GMT
NEW

Go to top Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | << prev next >>




SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   ENTER NEWS SITE   |   ENGLISH BOARD   |   ROMANIAN FORUM