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

Python Tie Tool freeware
Filter: All | Freeware | Demo
 

Python Tie Tool

< 1 2 3 4 5 > 
Released: September 09, 2004  |  Added: September 21, 2006 | Visits: 3.662

Swaps Security Tool Swaps Security Tool is a software specially made for computer administator. This software helps the administrator to preseve his administrating rights. It contains more than 60 Windows setting controls which can be used as security manager and also to customize the Windows. Features :... Platforms: Windows

License: Freeware Size: 2.17 MB Download (818): Swaps Security Tool Download

Added: June 18, 2006 | Visits: 4.059

Tie Fighter Screen Saver This animated screensaver features the famous tie fighter of star wars flying around your screen. Platforms: Windows

License: Freeware Size: 1.13 MB Download (382): Tie Fighter Screen Saver Download

Added: August 25, 2006 | Visits: 3.819

Mp3 ID3v1v2 Tag Edit & Sort Tool Mp3 files ID3 tags group edits tool with sorting, copying & renaming functions. Main features: reading and writing of mp3 file’s id3 tags with ID3 V1 full Read/Write Support and ID3 V2 Basic Read/Write Support; group ID3V1 or V2 or both tags editing/updating/removing; copying/renaming of edited... Platforms: Windows

License: Freeware Size: 265 KB Download (244): Mp3 ID3v1v2 Tag Edit & Sort Tool Download

Released: January 31, 2013  |  Added: December 31, 2013 | Visits: 3.272

Ultra PDF Tool Ultra PDF Tool is a powerful FREE utility program for creating/editing/manipulating many PDF files with ease. Features include: drawing barcodes, populating form fields from a database, creating PDF files from many file types, combining PDF files, attaching files to PDFs, printing PDFs, setting... Platforms: Windows, Windows 7, Other

License: Freeware Size: 672.79 KB Download (154): Ultra PDF Tool Download

Released: November 22, 2006  |  Added: November 23, 2006 | Visits: 3.556

Handy File Tool Imagine that you need to process hundreds of files. It would take you many hours to do this manually. With HFT you can solve these problems with one mouse click. You can even process files from several directories or even disks simultaneously, using Basket a clipboard for files. HFT has two-panel... Platforms: Windows

License: Freeware Size: 1.28 MB Download (221): Handy File Tool Download

Released: March 15, 2013  |  Added: April 04, 2013 | Visits: 7.762

XPS Removal Tool Windows 7 introduces the XPS Document format and uses it as a document format, a Windows spool file format, and a page description language (PDL) for printers. The Microsoft XPS Document Writer (MXDW) printer is already in place. If you don't feel like to use this printer to create XPS... Platforms: Windows

License: Freeware Size: 387.51 KB Download (1063): XPS Removal Tool Download

Added: April 02, 2010 | Visits: 1.143

Python rope rope is a Python IDE. Python ropes main goal is to provide features like auto-completion, refactorings, content assistance, and outlines. Refactoring: In recent years refactoring has become a basic task of everyday programing, specially in java community. In the agile programing methodologies,... Platforms: *nix

License: Freeware Download (93): Python rope Download

Added: August 12, 2010 | Visits: 1.389

nautilus-search-tool nautilus-search-tool is a Nautilus extension to have "search files" on popup menu.. Platforms: *nix

License: Freeware Size: 358.4 KB Download (95): nautilus-search-tool Download

Added: September 07, 2010 | Visits: 1.181

Cache::Memcached::Tie Cache::Memcached::Tie is a Perl module created for using Cache::Memcached as hash. SYNOPSIS #!/usr/bin/perl -w use strict; use Cache::Memcached::Tie; my %hash; my $memd=tie %hash,Cache::Memcached::Tie, {servers=>[192.168.0.77:11211]}; $hash{b}=[a,{b=>a}]; print $hash{a}; print... Platforms: *nix

License: Freeware Size: 15.36 KB Download (97): Cache::Memcached::Tie Download

Added: November 07, 2010 | Visits: 1.140

Cache-Memcached-Tie Cache-Memcached-Tie is a tie for Cache::Memcached. Installation: To install this module type the following: perl Makefile.PL make make test make install. Platforms: *nix

License: Freeware Size: 15.36 KB Download (96): Cache-Memcached-Tie Download

Added: August 26, 2010 | Visits: 1.530

XPN - X Python Newsreader XPN - X Python Newsreader project is a graphical newsreader written in Python with the GTK+ toolkit. I started writing it because I was learning Python language and working on a real project keeps your attention high. XPN is distributed with the GPL licence, youll found a copy of the licence... Platforms: *nix

License: Freeware Size: 266.24 KB Download (99): XPN - X Python Newsreader Download

Added: October 07, 2010 | Visits: 1.290

CSE-Tool CSE-Tool allows you to easily deploy a Google Custom Search Engine by copying and pasting a few lines of code provided to you by Google. CSE-Tool doesnt require a database.. Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): CSE-Tool Download

Added: March 02, 2010 | Visits: 4.706

Open Source Requirements Management Tool Open Source Requirements Management Tool is designed to achieve full SDLC traceability for features, requirements, design, implementation, and testing. Open Source Requirements Management Tool has a UI for requirements derivation, version control, and common or custom attributes (rationale,... Platforms: *nix

License: Freeware Size: 145 MB Download (218): Open Source Requirements Management Tool Download

Added: March 08, 2010 | Visits: 2.008

Python Stencil Environment Python Stencil Environment also know as PySE is a new python library for solving Partial Differential Equations with the Finite Difference Method (FDM). This is still a quite new library, and the current release must be considered as beta software. It is quite rough around the edges,... Platforms: *nix

License: Freeware Size: 94.21 KB Download (159): Python Stencil Environment Download

Added: February 02, 2010 | Visits: 863

Locale::Maketext::Lexicon::Tie Locale::Maketext::Lexicon::Tie is a Perl module to use tied hashes as lexicons for Maketext. SYNOPSIS package Hello::I18N; use base Locale::Maketext; use Locale::Maketext::Lexicon { en => [ Tie => [ DB_File => en.db ] ], }; This module lets you easily tie the %Lexicon hash to a database... Platforms: *nix

License: Freeware Size: 83.97 KB Download (96): Locale::Maketext::Lexicon::Tie Download

Added: October 08, 2010 | Visits: 955

Tie::Array::PackedC Tie::Array::PackedC is a tie a Perl array to a C-style array (packed; elements of a single, simple data type). SYNOPSIS use Tie::Array::PackedC qw(packed_array packed_array_string); my $ref=packed_array(1,2,3,4); my $ref2=packed_array_string(my $s,1,2,3,4); use Tie::Array::PackedC... Platforms: *nix

License: Freeware Size: 6.14 KB Download (88): Tie::Array::PackedC Download

Added: April 20, 2010 | Visits: 1.557

Java Preferences Tool Java Preferences Tool is a simple utility for Java developers and testers, in the spirit of Microsofts Registry Editor. Java Preferences Tool allows you to view, edit, compare, and search Java preferences. The program has traditional explorer-style interface, with tree view of current... Platforms: *nix

License: Freeware Download (124): Java Preferences Tool Download

Added: June 09, 2010 | Visits: 1.127

Python MyCMS Python MyCMS program is an application development platform built with robust MySQL integration that allows for the easy creation of state and event driven Web-based interfaces. Domain- group-user management is built in for direct, authenticated applicability. To start the authentication... Platforms: *nix

License: Freeware Size: 368.64 KB Download (91): Python MyCMS Download

Added: February 23, 2010 | Visits: 1.113

Webware for Python Webware for Python project is a suite of Python packages and tools for developing object-oriented, web-based applications. The suite uses well known design patterns and includes a fast Application Server, Servlets, Python Server Pages (PSP), Object-Relational Mapping, Task Scheduling, Session... Platforms: *nix

License: Freeware Size: 952.32 KB Download (95): Webware for Python Download

Added: August 06, 2010 | Visits: 2.481

WebInject - Web/HTTP Test Tool WebInject is a free tool for automated testing of web applications and services. It can be used to test individual system components that have HTTP interfaces (JSP, ASP, CGI, PHP, Servlets, HTML Forms, etc), and can be used as a test harness to create a suite of [HTTP level] automated functional,... Platforms: *nix

License: Freeware Size: 29.7 KB Download (102): WebInject - Web/HTTP Test Tool Download

< 1 2 3 4 5 >