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

Mobile Chat Tools freeware
Filter: All | Freeware | Demo
 

Mobile Chat Tools

< 1 2 3 4 5 
Added: November 12, 2010 | Visits: 2.106

Cryptomak Cipher Tools Cryptomak Cipher Tools project consists of a collection of PHP scripts for encryption purposes. Cryptomak contains a cipher and tools for encryption utilities written in PHP, including substitution, vigenere, affine, transposition, and index of coincidence. It is powered by the Phrame...



Platforms: *nix

License: Freeware Size: 112.64 KB Download (315): Cryptomak Cipher Tools Download

Added: March 17, 2010 | Visits: 1.048

Mail::Summary::Tools::YAMLCache Mail::Summary::Tools::YAMLCache is a low performance cache which is easy to edit/fix. SYNOPSIS use Mail::Summary::Tools::YAMLCache; my $cache = Mail::Summary::Tools::YAMLCache->new( file => Path::Class::file("/tmp/foo"), ); $cache->get("foo:bar"); $cache->set("foo:bar", "moose");...





Platforms: *nix

License: Freeware Size: 43.01 KB Download (97): Mail::Summary::Tools::YAMLCache Download

Added: May 04, 2010 | Visits: 1.235

flow-tools flow-tools is a set of programs for processing and managing NetFlow exports from Cisco and Juniper routers. The tools included are: flow-capture, flow-cat, flow-dscan, flow-expire, flow-export, flow-fanout, flow-filter, flow-gen, flow-header, flow-import, flow-mask, flow-merge, flow-nfilter,...


Platforms: *nix

License: Freeware Size: 983.04 KB Download (116): flow-tools Download

Added: August 27, 2013 | Visits: 872

Community Z Tools The Community Z Tools (CZT) project is building a set of tools for editing, typechecking and animating formal specifications written in the Z specification language, with some support for Z extensions such as Object-Z, Circus, and TCOZ. These tools are all built using the CZT Java framework for Z...


Platforms: *nix

License: Freeware Size: 5.17 MB Download (89): Community Z Tools Download

Added: June 15, 2010 | Visits: 868

HA-Tools HA-Tools provide some programs to improve shell scripting in a High Availability environment. The halockrun program provides a simple and reliable way to implement a locking in shell scripts. A typical usage for halockrun is to prevent cronjobs to run simultanously. halockrun uses a lock on a...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (101): HA-Tools Download

Added: July 11, 2010 | Visits: 1.230

ICMP-Chat ICMP-Chat is a simple console-based chat that uses ICMP packets for communication. All the data is encrypted with Rijndael-256 algorithm. Installation: Type: make && make install For solaris type: make solaris && make install Usage: Usage: icmpchat [OPTIONS] < host > < nick > < host >...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (140): ICMP-Chat Download

Added: March 25, 2010 | Visits: 1.437

firmware-tools firmware-tools is an architecture that utilizes native Linux packaging formats (.rpm and .deb) and native Linux change management frameworks (yum, apt, etc) for delivering and installing system firmware. firmware-tools architecture is OS distribution, hardware vendor, device, and change...


Platforms: *nix

License: Freeware Download (164): firmware-tools Download

Added: February 08, 2010 | Visits: 1.064

Role Playing Tools Role Playing Tools extends the pen and paper role playing tabletop to the computer by providing a die rolling tool with a full expression language including Javascript functions, tabbed rolling bars, quick summation features, and the ability to save and restore sessions. There is also a client...


Platforms: *nix

License: Freeware Size: 2.4 MB Download (104): Role Playing Tools Download

Added: February 17, 2010 | Visits: 1.029

TeleAuth Client Tools TeleAuth Client Tools are a set of Unix tools for the TeleAuth two-factor/two-channel authentication system. This includes a commandline client and a set of PAM modules. It also enables out-of-the-box two-factor authentication on Linux, Mac OS X, and Windows machines. These tools can be used...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (91): TeleAuth Client Tools Download

Added: May 12, 2010 | Visits: 2.459

Pinger Network Tools Pinger Network Tools is a simple frontend for ping, netstat, traceroute and whois. My first ever Kommander script that I did in an effort to learn the Kommander scripting engine/style and to have something useful. Built with Kommander Editor 1.2. Pinger Network Tools KDE-Apps.org Community...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (142): Pinger Network Tools Download

Added: November 29, 2013 | Visits: 3.309

Bandwidth Management Tools Bandwidth Management Tools is a total bandwidth management solution for Linux and can be used for firewalling, traffic graphing, and shaping. It is not based on any currently-available bandwidth management software some ver advanced features.


Platforms: *nix

License: Freeware Size: 501.76 KB Download (323): Bandwidth Management Tools Download

Added: February 13, 2010 | Visits: 885

anyfs-tools anyfs-tools is a unix-way toolset for recovering and converting filesystems. SYNOPSIS build_it [-qvV] directory inode_table anysurrect [-b blocksize] [-i input_inode_table] [-p path_prefix] [-u file_umask] [-U dir_umask] [-qvV] device inode_table reblock [-nqvV] inode_table device...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (100): anyfs-tools Download

Added: September 19, 2010 | Visits: 1.477

X-Chat NewsWindow X-Chat NewsWindow is a perl script for X-Chat (or X-Chat Aqua) implements one of those annoying announcer scripts that announce your currently playing audio track in iTunes or your current audio or video track in VLC to your IRC channel because you feel for some reason that everyone wants to...


Platforms: *nix

License: Freeware Download (111): X-Chat NewsWindow Download

Added: June 02, 2010 | Visits: 931

gettext lint tools The gettext lint tools is a collection of tools for checking the validity, consistency and spelling of PO and POT files. The project also includes an experimental glossary building tool..


Platforms: *nix

License: Freeware Size: 143.36 KB Download (100): gettext lint tools Download

Added: June 18, 2010 | Visits: 1.033

Search::Tools::RegExp Search::Tools::RegExp is a Perl module to build regular expressions from search queries. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); # the word itself printf("the word is %sn",...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (102): Search::Tools::RegExp Download

Added: October 11, 2010 | Visits: 1.171

Search::Tools::RegExp::Keywords Search::Tools::RegExp::Keywords is a Perl module to access regular expressions for keywords. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); } Search::Tools::RegExp::Keywords provides...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (98): Search::Tools::RegExp::Keywords Download

Added: April 17, 2010 | Visits: 1.424

Search::Tools::Keywords Search::Tools::Keywords is a Perl module to extract keywords from a search query. SYNOPSIS use Search::Tools::Keywords; use Search::Tools::RegExp; my $query = the quick fox color:brown and "lazy dog" not jumped; my $kw = Search::Tools::Keywords->new( stopwords => the, and_word => and,...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (94): Search::Tools::Keywords Download

Added: October 19, 2010 | Visits: 1.239

Network UPS Tools Network UPS Tools is a collection of programs which provide a common interface for monitoring and administering UPS hardware. Network UPS Tools uses a layered approach to connect all of the parts. Drivers are provided for a wide assortment of equipment. They understand the specific language of...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (135): Network UPS Tools Download

Added: August 05, 2010 | Visits: 810

ax25-tools The ax25-tools package contains the tools that you need to get going with AX.25 for Linux. AX.25 is a network protocol that is used by hamradio operators across packet radio wireless links. AX.25 is a network protocol that is used for wireless packet networks. Generally when you want to use a...


Platforms: *nix

License: Freeware Size: 256 KB Download (98): ax25-tools Download

Added: February 21, 2010 | Visits: 963

system-tools-backends system-tools-backends is a package for GNOME. to extract the configuracion backend --get to restore the configuration from XML backend --set < file.xml.


Platforms: *nix

License: Freeware Size: 522.24 KB Download (94): system-tools-backends Download

< 1 2 3 4 5