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

Cp Missions freeware
Filter: All | Freeware | Demo
 

Cp Missions

< 1 2 3 4 5 > 
Added: March 03, 2010 | Visits: 1.189

Set::CrossProduct Set::CrossProduct is a Perl module that allows you to work with the cross product of two or more sets. SYNOPSIS my $iterator = Set::CrossProduct->new( ARRAY_OF_ARRAYS ); # get the next tuple my $number_of_tuples = $iterator->cardinality; # get the next tuple my $tuple = $iterator->get;... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): Set::CrossProduct Download

Added: April 26, 2010 | Visits: 1.389

PyGalleryCrawler PyGalleryCrawler project is a Web crawler for online image galleries. Installation: tar -xzf pygallerycrawler.tar.gz cd pygallerycrawler Extra python modules psyco @ http://psyco.sourceforge.net - performance Python Imaging Library aka PIL @ http://www.pythonware.com/products/pil/... Platforms: *nix

License: Freeware Size: 15.36 KB Download (117): PyGalleryCrawler Download

Added: January 11, 2010 | Visits: 2.994

web-nsupdate web-nsupdate is a web-based dynamic DNS update utility. The web-nsupdate package provides a simple, web-based facility for clients to send dynamic DNS updates. Clients are typically DHCP hosts, such as a Linux system acting as a gateway for residential broadband service. The client sends a... Platforms: *nix

License: Freeware Size: 5.12 KB Download (160): web-nsupdate Download

Added: October 03, 2010 | Visits: 996

sh2log sh2log is a PTY sniffing program that captures all keystrokes and console output of physical and virtual consoles. sh2log works in userland and does not require the installation of a kernel module. Consequently, it can be run on a wide range of different UNIX platforms. It provides ready-to-use... Platforms: *nix

License: Freeware Size: 79.87 KB Download (107): sh2log Download

Added: November 06, 2010 | Visits: 1.012

fetchconfig fetchconfig is a Perl script for retrieving configuration of multiple devices. Cisco IOS devices are currently supported. Installation: fetchconfig.pl expects a Perl interpreter at /usr/bin/perl. fetchconfig.pl requires the Net::Telnet module. Just unpack the fetchconfig tarball at a... Platforms: *nix

License: Freeware Size: 13.31 KB Download (90): fetchconfig Download

Added: June 13, 2010 | Visits: 1.381

The Amsterdam Compiler Kit 6.0 The Amsterdam Compiler Kit or in short just ACK, is a fast, lightweight and retargetable compiler suite and toolchain written by Andrew Tanenbaum and Ceriel Jacobs, and was Minix native toolchain. The ACK was originally closed-source software (that allowed binaries to be distributed for Minix as... Platforms: *nix

License: Freeware Size: 1.1 MB Download (111): The Amsterdam Compiler Kit 6.0 Download

Added: October 26, 2010 | Visits: 1.555

QuFTP QuFTP is a command line ftp client for Linux. It supports the selection of multiple files for upload and download, which are transfered with one command. I wrote this client out of because i didnt saw any reasonable FTP client for linux. I can almost guarantee that there are bugs in this thing,... Platforms: *nix

License: Freeware Size: 93.18 KB Download (107): QuFTP Download

Added: July 07, 2010 | Visits: 1.008

FL-COW The library born to solve a problem I had when working with the Linux Kernel archives that I use to replicate using hard links. Replicating archives with hard links is both fast and space saving, and it helped me a lot in speeding up my operations when working on the kernel source. A recent... Platforms: *nix

License: Freeware Size: 296.96 KB Download (90): FL-COW Download

Added: June 16, 2010 | Visits: 1.323

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 11, 2010 | Visits: 1.056

glucopy-glurestore glucopy-glurestore is a set of scripts for copying and restoring a fully functional GNU/Linux (or other Unix-like) system. The glucopy script will back up all system content (system and user files), while the glurestore script will partition and format an identical system, restore the system... Platforms: *nix

License: Freeware Size: 143.36 KB Download (101): glucopy-glurestore Download

Added: April 10, 2010 | Visits: 1.654

Command Line WRAPper Command Line WRAPper is a tool that provides an easy way to build and run commands from input lines, avoiding the use of shell script. It is similar to xargs. clwrap can make great things with the locate command, and is low resource intensive. It can also do some not-quite-fun works like... Platforms: *nix

License: Freeware Size: 43.01 KB Download (95): Command Line WRAPper Download

Added: September 27, 2010 | Visits: 876

kpaste kpaste is a simple python script that allows you to paste something to http://www.rafb.net/paste You can use it by service menu or console. Usage: $ kpaste foo.py or press ALT + F2 and write "kpaste". Kdialog will be shown, than select file and paste. Installation: Sorry for setup.py... Platforms: *nix

License: Freeware Size: 11.26 KB Download (92): kpaste Download

Added: October 25, 2010 | Visits: 874

Lemonldap::Portal::Authntsso Lemonldap::Portal::Authntsso is a Perl extension for the Lemonldap SSO system. SYNOPSIS use Lemonldap::Portal::Authntsso; sub my_method { my $self = shift; my $user = $self->{user}; $user.="-cp" if $user !~ /-cp$/; $self->{user} = $user; return ; } my $message = ; my %params =Vars;... Platforms: *nix

License: Freeware Size: 6.14 KB Download (92): Lemonldap::Portal::Authntsso Download

Added: February 20, 2010 | Visits: 878

Lemonldap::Config::Parameters emonldap::Config::Parameters is a Perl module as a Backend of configuration for lemonldap SSO system. SYNOPSIS #!/usr/bin/perl use Lemonldap::Config::Parameters; use Data::Dumper; my $nconfig= Lemonldap::Config::Parameters->new( file =>applications.xml, cache => /tmp/CONF ); my $conf=... Platforms: *nix

License: Freeware Size: 12.29 KB Download (89): Lemonldap::Config::Parameters Download

Added: March 07, 2010 | Visits: 1.120

Lemonldap::Portal::Standard Lemonldap::Portal::Standard is a Perl extension for the Lemonldap SSO system. SYNOPSIS use Lemonldap::Portal::Standard; sub my_method { my $self = shift; my $user = $self->{user}; $user.="-cp" if $user !~ /-cp$/; $self->{user} = $user; return ; } my $message = ; my %params =Vars;... Platforms: *nix

License: Freeware Size: 19.46 KB Download (90): Lemonldap::Portal::Standard Download

Added: March 04, 2010 | Visits: 898

imaj.at imaj.at is a service menu for KDE to upload images to the http://imaj.at is photo upload service. http://imaj.at is photo upload service and DeliPenguen(Tugrul) written a service menu for imaj.at. cp gonder_imaj_at.desktop /usr/kde/3.5/share/apps/konqueror/ cp imaj.at.upload.py /usr/bin. Platforms: *nix

License: Freeware Size: 2.05 KB Download (94): imaj.at Download

Added: February 19, 2010 | Visits: 722

Locale::RecodeData::IBM918 Locale::RecodeData::IBM918 are conversion routines for IBM918. SYNOPSIS This module is internal to libintl. Do not use directly! This module is generated and contains the conversion tables and routines for IBM918. COMMENTS The following comments have been extracted from the original... Platforms: *nix

License: Freeware Size: 460.8 KB Download (87): Locale::RecodeData::IBM918 Download

Added: August 15, 2010 | Visits: 793

JDatabaseImport JDatabaseImport is a simple tool created to import data between different databases. How does it work? You can work with it in two ways, either using a configuration file or accessing its api using Java. Example: The following code show an example of a file called *export.xml*: < export... Platforms: *nix

License: Freeware Size: 440.32 KB Download (94): JDatabaseImport Download

Added: October 26, 2010 | Visits: 717

Tableutil Tableutil is a utility for converting, aggregating and performing operations (currently unions, differences, complements and intersections) on lists of IP-addresses. Tableutils primary use is to convert files into a format pfctl(8) can read, but if you find another use for it Id really like to... Platforms: *nix

License: Freeware Size: 12.29 KB Download (102): Tableutil Download

Added: August 14, 2010 | Visits: 742

p7zip p7zip is a port of 7za.exe for POSIX systems like Unix (Linux, Solaris, OpenBSD, FreeBSD, Cygwin, ...), MacOS X and BeOS. 7za.exe is the command line version of 7-zip. 7-Zip is a file archiver with highest compression ratio. Since 4.10, p7zip (like 7-zip) supports little-endian and... Platforms: *nix

License: Freeware Size: 2.1 MB Download (112): p7zip Download

< 1 2 3 4 5 >