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.481.271 Times

Python Tie Tool freeware
Filter: All | Freeware | Demo
 

Python Tie Tool

< 1 2 3 4 5 > 
Added: September 06, 2010 | Visits: 1.169

Sybase module for Python Sybase module for Python project provides a Python interface to the Sybase relational database system. The Sybase package supports all of the Python Database API, version 2.0 with extensions. Whats New in This Release: - This release works with Python 2.5, Sybase 15, and 64-bit clients. - It... Platforms: *nix

License: Freeware Size: 99.33 KB Download (119): Sybase module for Python Download

Added: July 21, 2010 | Visits: 956

Tie::UrlEncoder Tie::UrlEncoder is a Perl module for interpolatably URL-encode strings. Syntactic sugar for URL-Encoding strings. Tie::UrlEncoder imports a tied hash %urlencode into your package, which delivers a RFC 1738 URL Encoded string of whatever is given to it, for easy embedding of URL-Encoded strings... Platforms: *nix

License: Freeware Size: 3.07 KB Download (87): Tie::UrlEncoder Download

Added: June 02, 2010 | Visits: 909

Fonty Python Fonty Python project allows you to manage your fonts on Gnu/Linux. As a designer, I missed the ability to view and keep lists of fonts in easy-to-use collections. With this program you can assign/remove fonts to/from a pog (from the word typography) and then install the pog. All the fonts... Platforms: *nix

License: Freeware Size: 143.36 KB Download (98): Fonty Python Download

Added: July 11, 2010 | Visits: 1.180

DREAM Tool 0.7 DREAM Tool is a generic framework that aims at providing a common semantic domain which can express several (real-time, power consumption, resource) constraints. The semantic domain has an executable C++ model which has been semantically anchored to the hybrid automata formalism. Although the... Platforms: *nix

License: Freeware Size: 3.3 MB Download (140): DREAM Tool 0.7 Download

Added: June 18, 2010 | Visits: 1.005

Tie::CountLoop Tie::CountLoop is a Perl module that helps you have a counter looping in a scalar with min max and increment value. SYNOPSIS use Tie::CountLoop; tie my $counter , Tie::CountLoop,15 ,-1 ,15 ,7 ,0; my $t = tied $counter; $t->increment( 1 ); for ( 1 .. 20 ) { print " <<$counter>> <$_>... Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Tie::CountLoop Download

Added: January 08, 2010 | Visits: 947

GStreamer Python Bindings GStreamer Python Bindings project provide Python bindings for the GStreamer project. These bindings provide access to almost all of the GStreamer C API through an object oriented Python API. GStreamer is a library that allows the construction of graphs of media-handling components, ranging from... Platforms: *nix

License: Freeware Size: 573.44 KB Download (97): GStreamer Python Bindings Download

Added: March 03, 2010 | Visits: 1.020

Gst-Python Gst-Python provides Python bindings for the GStreamer project. These bindings provide access to almost all of the GStreamer C API through an object oriented Python API.. Platforms: *nix

License: Freeware Size: 491.52 KB Download (112): Gst-Python Download

Added: February 05, 2010 | Visits: 880

Thread::Tie Thread::Tie can tie variables into a thread of their own. SYNOPSIS use Thread::Tie; # use as early as possible for maximum memory savings # use default thread + tieing + create thread when needed tie $scalar, Thread::Tie; tie @array, Thread::Tie; tie %hash, Thread::Tie; tie *HANDLE,... Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Thread::Tie Download

Added: May 25, 2010 | Visits: 1.974

mii-tool The mii-tool command provides an tool for checking and setting ethernet cabling parameters. It is normally included in Bernd Eckenfels net-tools package, but this is an single distribution which only contains mii-tool. This package also comes with cleaned makefile and allows build-time... Platforms: *nix

License: Freeware Size: 15.36 KB Download (273): mii-tool Download

Added: October 13, 2010 | Visits: 1.151

Sudoku Tool Sudoku Tool is a sudoku game that helps you to solve sudoku puzzles. Sudoku Tool can generate puzzles randomly or puzzles can be entered manually. Some of the features include random puzzle generation, pencil marks, and the ability to save games. Manual Setup: The game starts in... Platforms: *nix

License: Freeware Size: 1.5 MB Download (106): Sudoku Tool Download

Added: May 26, 2010 | Visits: 778

python-gdkinput python-gdkinput is a Python binding for the gdk_input_add and gdk_input_remove functions missing in PyGtk. his group of functions is not present in the Gtk+/Python "PyGtk" binding, and one needs it to do asynchronous I/O in a Gtk+ based GUI. Plans for the future: A priori, its finished. Maybe... Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): python-gdkinput Download

Added: June 23, 2010 | Visits: 996

Tie::Hash::RegexKeys Tie::Hash::RegexKeys will match hash keys using Regular Expressions. SYNOPSIS use Tie::Hash::RegexKeys; use Data::Dumper; my %h; tie %h, Tie::Hash::RegexKeys; my $a = .1.2.3.4.5.6.2; my $b = .1.2.3.4.5.7; my $c = .1.2.3.4.5.6.1; my $d = .1.2.3.4.5.6.1.6; $h{$a}="key1";... Platforms: *nix

License: Freeware Size: 3.07 KB Download (104): Tie::Hash::RegexKeys Download

Added: June 12, 2010 | Visits: 1.026

CORBA-Python CORBA-Python is a package supplies the following tools : idl2py : IDL compiler to Python. idl2pyemb : IDL compiler to Python embedded with C idl2pyext : IDL compiler to Python extension with C idl2pycli : RPC-GIOP client stub generator idl2pysrv : RPC-GIOP server skeleton generator. Platforms: *nix

License: Freeware Size: 61.44 KB Download (119): CORBA-Python Download

Added: November 27, 2010 | Visits: 1.095

Python GnuPGInterface GnuPGInterface is a Python module to interface with GnuPG . It concentrates on interacting with GnuPG via filehandles, providing access to control GnuPG via versatile and extensible means. This module is based on GnuPG::Interface, a Perl module by the same author. To install this... Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): Python GnuPGInterface Download

Added: November 18, 2010 | Visits: 901

Tie::Array::RestrictUpdates Tie::Array::RestrictUpdates can limit the number of times you change elements in an array. SYNOPSIS use Tie::Array::RestrictUpdates; tie @foo,"Tie::Array::RestrictUpdates",1; # Default limit is 1. # Every element from the array can only be changed once @foo = qw(A B C D E); for(0..4) {... Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Tie::Array::RestrictUpdates Download

Added: August 09, 2010 | Visits: 1.142

CrunchyFrog CrunchyFrog is a database schema browser and query tool written in Python/PyGTK. CrunchyFrogs current status is under development, but its useable for the most common tasks.. Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): CrunchyFrog Download

Added: July 05, 2010 | Visits: 876

cpuspeedy Cpuspeedy is a simple tool written in Python which allows you to change the clock speed and voltage of the CPUs using the Linuxs CPUFreq driver. A graphical frontend written in C using GTK+-2 libs is also available. Installation: become the superuser, then type: make install By default... Platforms: *nix

License: Freeware Size: 17.41 KB Download (103): cpuspeedy Download

Added: May 06, 2010 | Visits: 1.519

MIME-tool MIME-tool is a little mime encoding tool I slapped together when I needed something on a production box at work (productions = no C development environment, only the ancient K&R compiler required for god-knows-what sys-admin task). The resulting program will compile happilly on both the... Platforms: *nix

License: Freeware Size: 13.31 KB Download (117): MIME-tool Download

Added: May 25, 2010 | Visits: 880

Tie::Scalar::Sticky Tie::Scalar::Sticky is a Perl module with block assignments to scalars. SYNOPSIS use strict; use Tie::Scalar::Sticky; tie my $sticky, Tie::Scalar::Sticky; $sticky = 42; $sticky = ; # still 42 $sticky = undef; # still 42 $sticky = 0; # now its zero tie my $sticky, Tie::Scalar::Sticky... Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Tie::Scalar::Sticky Download

Added: May 09, 2010 | Visits: 1.315

Python Call Graph Python Call Graph (pycallgraph) is a Python library that creates call graphs for Python programs pycallgraph is quite new. It seems to work well and I will most likely improve it in the near future!. Gravit is a free gravity simulator. Platforms: *nix

License: Freeware Size: 4.1 KB Download (106): Python Call Graph Download

< 1 2 3 4 5 >