|
|
|
Programming Methods and Algorithms |
641 script(s) |
|
| Platform: |
|
| |
| Language: |
|
locust_fetchmail draft script is useful to fetchmail and distribute to every user.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma...
Other Free / Open So... Good (3.9/5) 1,125 view screenshot |
June 7th, 2007 GMT update |

|
Memory usage script provides a number of functions to get the memory usage of a Python application on Linux.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Linux / BSD Python Other Free / Open So... Good (3.2/5) 357 view screenshot |
June 7th, 2007 GMT NEW |

|
Odbc connection on win32 script implement the features of retrieving dsn and tables list on win32.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Good (3.2/5) 389 view screenshot |
June 7th, 2007 GMT NEW |

|
RegConfig script allows you to use the registry as a configuration file.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Fair (2.7/5) 362 view screenshot |
June 7th, 2007 GMT NEW |

|
Simple pattern-based string generator script allows you to generate all the string described by a pattern.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 293 view screenshot |
June 7th, 2007 GMT NEW |

|
Terminating a subprocess on Windows script shows how to terminate a subprocess.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Good (3.6/5) 237 view screenshot |
June 7th, 2007 GMT NEW |

|
Windows free drive space report script reads a file containing a list of share names, and prints a report of the current free space on the volumes.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.4/5) 460 view screenshot |
June 7th, 2007 GMT NEW |

|
Treat the Win32 Registry like a Python dict class wraps most of the win32api functions for accessing a registry.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Fair (2.8/5) 415 view screenshot |
June 7th, 2007 GMT NEW |

|
getch() script contains a small utility class to read single characters from standard input.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / BSD Python Other Free / Open So... Good (3.8/5) 507 view screenshot |
June 7th, 2007 GMT NEW |

|
How to Set Environment Variables script writes the environment variables using a batch file wrapper.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Good (3.2/5) 264 view screenshot |
June 7th, 2007 GMT NEW |

|
Controlling Windows Services script is a module for manipulating WinNT, Win2k & WinXP services.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Fair (2.7/5) 278 view screenshot |
June 7th, 2007 GMT NEW |

|
CookieInfo script provides developers with an read-only interface to the "cookies.txt" that most browsers store.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.3/5) 192 view screenshot |
June 7th, 2007 GMT NEW |

|
Lock NT via screensaver code implements a Python solution for locking a workstation via a secure screensaver.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Good (3.0/5) 209 view screenshot |
June 7th, 2007 GMT NEW |

|
A friendly mkdir() scripts provides a function mkdir() more friendly than Python's standard os.mkdir().
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 432 view screenshot |
June 7th, 2007 GMT NEW |

|
pykill is a python script very loosely approximating pkill that is a Linux command .
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 359 view screenshot |
June 7th, 2007 GMT NEW |

|
Importing a dynamically generated module script will let you import a module from code that is dynamically generated.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 219 view screenshot |
June 7th, 2007 GMT NEW |

|
Delete directories except special administration script allows you to remove non-empty directories leaving specified directories.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Fair (2.4/5) 202 view screenshot |
June 7th, 2007 GMT NEW |

|
Avoid running multiple copies of pine script shows how to stop yourself from running multiple copies of a program (in this case, pine).
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.7/5) 187 view screenshot |
June 7th, 2007 GMT NEW |

|
Easily call executables from Python script implements a shell-like module in Python which allows you to easily call executables
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.3/5) 248 view screenshot |
June 7th, 2007 GMT NEW |

|
Parse Command Line String from CommandLine script represents a way to parse command line from user provided string.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Fair (2.4/5) 480 view screenshot |
June 7th, 2007 GMT NEW |

|
Transfer Windows login script to Python allows Windows administrators to use Python for their login scripts.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Good (3.6/5) 438 view screenshot |
June 7th, 2007 GMT NEW |

|
Persistent environment variables on Windows script allows adding/modifying/removing environment variables persistently on Windows.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Good (3.6/5) 249 view screenshot |
June 7th, 2007 GMT NEW |

|
Execute Python program from Windows Cmd. file script generates a Windows command file that executes a Python program.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Good (3.6/5) 1,207 view screenshot |
June 7th, 2007 GMT NEW |

|
Parsing the command line script allows to use optparse module with a minimum of boilerplate, trading flexibility for easy of use.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.9/5) 255 view screenshot |
June 7th, 2007 GMT NEW |

|
SIGIO handler manages a chain of registered callback functions.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Linux / BSD Python Other Free / Open So... Good (3.3/5) 271 view screenshot |
June 7th, 2007 GMT NEW |

|
Watching a directory tree under Linux script contains a class named DirectoryNotifier that encapsulates the code required for watching directory entry contents.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Linux / BSD Python Other Free / Open So... Good (3.1/5) 286 view screenshot |
June 7th, 2007 GMT NEW |

|
Accessing MS exchange with webdav script allows you to query an MS exchange server.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Good (3.4/5) 739 view screenshot |
June 7th, 2007 GMT NEW |

|
Changing file attributes on windows script allows you to make changes to a file in windows.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Good (3.2/5) 476 view screenshot |
June 7th, 2007 GMT NEW |

|
Converting windows 64 bit time script is a function that returns the time in the typical format the python time libraries use (seconds since 1970).
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Fair (2.5/5) 495 view screenshot |
June 7th, 2007 GMT NEW |

|
Create an account in MS active directory script contains the basic code to create an account in active directory.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Poor (1.8/5) 429 view screenshot |
June 7th, 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 20 21 22 | << prev next >> |
|
|