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

Imports freeware
Filter: All | Freeware | Demo
 

Imports

< 1 2 3 4 5 
Added: July 21, 2010 | Visits: 949

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 16, 2010 | Visits: 1.313

WmConsole WmConsole is a console server for Windows Mobile devices which listen over BlueTooth RFCOMM channels. WmConsole allows the user to interact with the device using a commandline interface from a Linux or Windows workstation. You need the QTTY Linux/Windows client to access a WmConsole server....





Platforms: *nix

License: Freeware Size: 245.76 KB Download (98): WmConsole Download

Added: June 20, 2010 | Visits: 1.095

vars::global vars::global is a Perl module that tries to make global variables a little safer. SYNOPSIS # In the place/package where we want to create globals use vars::global create => qw( $foo @bar %baz ); # Add some more global symbols vars::global->create(qw( $hello @world %now )); # Somewhere...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (93): vars::global Download

Added: July 27, 2010 | Visits: 1.011

Apollo Apollo is an open-source developer test skeleton toolkit for Web Start. Apollo lets you turbo-charge Web Start apps without Web Start to speed up your compile/run/test/debug/goof-off cycle avoiding the hassle of stuffing, signing, uploading or downloading your jars every time you rearrange a...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (103): Apollo Download

Added: September 26, 2010 | Visits: 1.211

Getfem The Getfem++ project focuses on the development of a generic and efficient C++ library for finite element methods elementary computations. The goal is to provide a library allowing the computation of any elementary matrix (even for mixed finite element methods) on the largest class of methods and...


Platforms: *nix

License: Freeware Size: 4.3 MB Download (107): Getfem Download

Added: October 09, 2010 | Visits: 692

MozillaTranslator MozillaTranslator (the program) is for localizator//translators that want to localize Mozilla or another XUL based application. Whats New in This Release: - Added a "export to" field for CVS exports, so MT can deal with the differences between en-US and ab-CD different directory layouts in...


Platforms: *nix

License: Freeware Size: 747.52 KB Download (93): MozillaTranslator Download

Added: October 11, 2010 | Visits: 1.494

WallFire WallFire is a very general and modular firewalling application based on Netfilter or any kind of low-level framework. It will enable to manage every aspect of a firewall administration, from configuration to monitoring, intrusion detection, etc... WallFire will provide command line and...


Platforms: *nix

License: Freeware Size: 747.52 KB Download (114): WallFire Download

Added: November 10, 2010 | Visits: 802

Gestinanna::Util Gestinanna::Util Perl module contains utility functions. SYNOPSIS use Gestinanna::Util qw(:path); my $regex = path2regex($path) my $cmp = path_cmp($path_a, $path_b); use Gestinanna::Util qw(:hash); my $new_hash = deep_merge_hash(@hashes); This module provides utility functions that...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (97): Gestinanna::Util Download

Added: September 12, 2010 | Visits: 846

String::Scanf String::Scanf can emulate sscanf() of the C library. SYNOPSIS use String::Scanf; # imports sscanf() ($a, $b, $c, $d) = sscanf("%d+%d %f-%s", $input); ($e, $f, $g, $h) = sscanf("%x %o %s:%3c"); # input defaults to $_ $r = String::Scanf::format_to_re($f); or # works only for Perl 5.005...


Platforms: *nix

License: Freeware Size: 1.7 MB Download (99): String::Scanf Download

Added: June 19, 2010 | Visits: 817

PerlPoint::Tags PerlPoint::Tags is a Perl module that can process PerlPoint tag declarations. SYNOPSIS # declare a tag declaration package package PerlPoint::Tags::New; # declare base "class" use base qw(PerlPoint::Tags); PerlPoint is built a modularized way. The base packages provide parsing and...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (95): PerlPoint::Tags Download

Added: October 22, 2010 | Visits: 1.089

Sort::Fields Sort::Fields is a Perl module that can sort lines containing delimited fields. SYNOPSIS use Sort::Fields; @sorted = fieldsort [3, 2n], @lines; @sorted = fieldsort +, [-1, -3, 0], @lines; $sort_3_2n = make_fieldsort [3, 2n], @lines; @sorted = $sort_3_2n->(@lines); Sort::Fields provides...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Sort::Fields Download

Added: February 12, 2010 | Visits: 684

Posy::Docs::ProgrammerGuide Posy::Docs::ProgrammerGuide is a guide for programmers of Posy. How Posy Works Posy has two modules which drive the whole thing: Posy and Posy::Core. Posy has been set up so that, when you give it a list of plugin modules to use, it imports them as children of each other, so that each one...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (94): Posy::Docs::ProgrammerGuide Download

Added: September 12, 2010 | Visits: 644

Kom Kom stands for "Keep old mails". It imports emails in a MySQL database and provides a frontend in gtk2 to search and browse the archived emails. Some options can be used to incrementally import mails (do to it each month for example). Kom project can also export mails stored in the database, in...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (93): Kom Download

Added: March 21, 2010 | Visits: 919

JabberTools JabberTools is a set of tools that makes it easier to use and convert to Jabber. It is important to note that in certain scenarios, the server may take a little while to complete the tasks described below and may not response. For now, to compensate, we dont check for a response. Thus, you may...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (87): JabberTools Download

Added: August 03, 2010 | Visits: 771

PyChecker PyChecker is a tool for finding bugs in python source code. PyChecker program finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (102): PyChecker Download

Added: March 22, 2010 | Visits: 969

Kant Kant project is a very simple python script for choosing graphically an ant task. Simply run the script with your ant file as arguments, and the task listed in the file (or in the files linked as imports) will be displayed. Just choose one, and it will run the task ! This script uses kdialog to...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (89): Kant Download

Added: August 17, 2010 | Visits: 652

pynfs pynfs consists of several Python tools for NFSv4: rpc.py: An enhanced version of rpc.py distributed with Python. rpcgen.py: A Python RPC protocol compiler. It generates Python code from a RPC protocol specification. It constructs classes from all structs and union definitions. nfs4lib.py: A...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (93): pynfs Download

Added: May 16, 2010 | Visits: 1.523

DOG Data Organizer DOG Data Organizer provides a bookmark organizer for various bookmark types. DOG is a personal knowledge manager based on topic maps. It currently specializes in managing bookmarks. It imports and exports Netscape, Mozilla, and KDE2 (XBEL) bookmark files, and it imports KDE1 bookmarks and...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (129): DOG Data Organizer Download

Added: March 18, 2010 | Visits: 826

Camero Camero is a three-part system for creating and running webcam portals. It is made of a daemon, an admin tool, and a portal CGI. Camero 3.2 comes with the following components: camero.py The daemon. This component is what runs in the background, checking the cams, archiving images and updating...


Platforms: *nix

License: Freeware Size: 53.25 KB Download (94): Camero Download

Added: May 22, 2010 | Visits: 1.047

Tellico Tellico is a collection manager for keeping track of your books, bibliographies, videos, music, comic books, coins, stamps, trading cards, wines, or any custom items. Tellico project supports any number of user-defined fields, of eleven different types: text, paragraph, list, year, checkbox,...


Platforms: *nix

License: Freeware Size: 4.5 MB Download (116): Tellico Download

< 1 2 3 4 5