Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.281 Times

Install This Script software
Filter: All | Freeware | Demo
 

Install This Script

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 321

httpExists This script quickly finds out whether a web file exists or an http reference is valid. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): httpExists Download

Added: May 10, 2013 | Visits: 347

Root access required This script shows how simple is to avoid any access from user to your scripts. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Root access required Download

Added: May 10, 2013 | Visits: 624

How to use twisted pb pager This script shows how to transfer large files with Twisted Perspective Broker using twisted.spread.util.Pager. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): How to use twisted pb pager Download

Added: May 10, 2013 | Visits: 377

Asynchronous port forwarding This script forward the TCP traffic from your machine to another host, and back in the the other way. It uses asynchronous socket thanks to ye olde asyncore module, which was used by Zope up until recently (they integrated the Twisted reactor). As a consequence, it should be able to handle a... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Asynchronous port forwarding Download

Added: May 10, 2013 | Visits: 584

Simple UDP Multicast Client / Server using twisted This script represents a simple example showing how to correctly use the UDP multicast functionality of twisted. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 1.060

Get the MAC address of a remote computer This script uses the Internet Protocol Helper functions on Win32 and helps you to find the MAC adress of a remote computer. Platforms: Windows, Python,

License: Freeware Download (56): Get the MAC address of a remote computer Download

Added: May 10, 2013 | Visits: 445

Data over ICMP This script provides you a simple beta-tool that fills the DATA field of an address packet with strings, then send the packet(s) to an host specified. You can observe the strings received by putting an ICMP sniffer on the remote machines. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Data over ICMP Download

Added: May 10, 2013 | Visits: 456

Editable buffer for the Python shell This script is a useful wrapper around the python command line shell to allow editing of the last typed in lines of code in an external editor. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Editable buffer for the Python shell Download

Added: May 10, 2013 | Visits: 396

Using the logging module This script allows you to use separate loggers to make specific sub-system debugging easier. You don't even have to pass the logger objects between modules; just use getLogger("my.hierarchical.name"). Messages sent to that logger would be handled by itself, then (if not removed by filters) by... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Using the logging module Download

Added: May 10, 2013 | Visits: 378

Integrating Twisted reactor with IPython This script allows you to run the Twisted reactor event loop in a thread alongside an IPython shell, for introspecting a running Twisted process. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Integrating Twisted reactor with IPython Download

Added: May 10, 2013 | Visits: 358

Timeit function This script contains a function to use the timeit module from a script, creating a nice overview of the runtimes of one or more code snippets. All command line flags that the timeit module accepts can be used. The output can easily be customized. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (49): Timeit function Download

Added: May 10, 2013 | Visits: 394

Disk Dumper This script will display a hex dump of the disk specified on the command line. As the last two arguments, the program takes the first sector and last sector that should be displayed by this utility. The size of the sectors is stored in a variable created right after the imports executed by this... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Disk Dumper Download

Added: May 10, 2013 | Visits: 401

Simple multiline interactive interpreter This script is a simple embedded multiline python interpreter built around raw_input(). It interrupts the control flow at any given location with 'exec prompt' and gives control to the user. Allways runs in the current scope and can even be started from the pdb prompt in debugging mode.It... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (60): Simple multiline interactive interpreter Download

Added: May 10, 2013 | Visits: 378

Trace expressions and comments in debug mode This script acts like a stepping debugger to diagnose and fix your programs. It contains functions for log state and execution flow. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 449

Determining the current functions name This script defines the whoaminow() function that can be used inside a function to determine, at the time it is called, the name under which that function has been invoked. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Determining the current functions name Download

Added: May 10, 2013 | Visits: 459

Debug statements include function name This script allows a user to place debug messages, error messages and standard messages throughout a program. The function name and line number will be added to each debug and error message before it is printed out. In addition, each of these messages can be passed to multiple handler objects... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Debug statements include function name Download

Added: May 10, 2013 | Visits: 430

Extending the 'logging' module This script helps you in adding new format specifiers to the logging module. In this example, it's for the user name and the name of the function that logged the message. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Extending the 'logging' module Download

Added: May 10, 2013 | Visits: 306

Iterator to return items N-at-a-time This script creates an iterator which returns N-tuples built from the incoming items from another iterator. It is useful, for example, when you need items two at a time. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Iterator to return items N-at-a-time Download

Added: May 10, 2013 | Visits: 360

Picking random items from an iterator This script allows you to choose a random object from an iterated list. Each item has an equal chance of being picked. The iterator is processed only once, and only the selected items are stored, making this function memory efficid only thbr /> Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Picking random items from an iterator Download

Added: May 10, 2013 | Visits: 449

Continuator This script yields from a generator used inside anotherpt yieldsr. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Continuator Download

< 1 2 3 4 5 >