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

Send Me An Angel Thrice freeware
Filter: All | Freeware | Demo
 

Send Me An Angel Thrice

< 1 2 3 4 5 > 
Added: June 02, 2013 | Visits: 1.677

SimpleModal Contact Form SimpleModal Contact Form (SMCF) is an Ajax powered modal contact form.It utilizes the jQuery javascript library and the SimpleModal jQuery plugin.SMCF has options to include certain contact form elements, like a Subject field and "Send me a copy" option for the sender.Translations * French - E... Platforms: PHP

License: Freeware Size: 10 KB Download (51): SimpleModal Contact Form Download

Added: April 11, 2013 | Visits: 334

B-oxmail This small widget will add a form to sidebar, which will allow visitors to send an e-mail/feedback directly from any page without visiting the contact page. The widget came into existence out of personal need, when some of the visitor on my blog where posting general queries in comments instead... Platforms: PHP

License: Freeware Size: 10 KB Download (44): B-oxmail Download

Added: July 29, 2013 | Visits: 276

SyntaxHighlightEditField An expandable, multiple-language Syntax Highlighter EditField. You can easily define Highlight Definitions for different languages, included in the download are the definitions for C, Java, Objective-C, RealBasic and XML. I was playing with a class to highlight xmls and I ended up with this... Platforms: Mac

License: Freeware Size: 20.48 KB Download (43): SyntaxHighlightEditField Download

Added: November 21, 2013 | Visits: 296

KRepton KRepton project is an implementation of the classic Repton 3 game, which was originally produced for the BBC Micro and was the third successful Repton game for Superior Software. KRepton brings the original game to the KDE desktop, and can be used on any of its supported platforms. The game and... Platforms: *nix

License: Freeware Size: 1.28 MB Download (47): KRepton Download

Added: August 29, 2008 | Visits: 1.595

UniqueGiftMaker Free Edition UniqueGiftMaker will help you to make your greetings or anything you want to say in the form of an e-gift. The e-gift can be sent to him rapidly though internet. Click the button to add cards with topic, to which you add a few links and make them point to other cards. Thus a gift is basically... Platforms: Windows

License: Freeware Size: 2.54 MB Download (300): UniqueGiftMaker Free Edition Download

Added: August 03, 2008 | Visits: 900

AlertPing AlertPing lets you send pings to a set number of servers or websites, and so know and see on-screen the actual status (connected or not).You can let the program work under a timer, for example: send a ping to a server every five minutes. You can also configure it to send the corresponding alert... Platforms: Windows

License: Freeware Size: 5 KB Download (499): AlertPing Download

Added: January 18, 2010 | Visits: 1.128

Snort Config Snort Config provides an intuitive menu-based interface for the GPL IDS tool Snort. SnortConf is a tool that provides a fairly intuitive menu-based text interface for setting up the GPL IDS tool Snort. It also provides error and sanity checking on user input, and an online help facility.... Platforms: *nix

License: Freeware Size: 35.84 KB Download (103): Snort Config Download

Added: January 18, 2010 | Visits: 1.740

PostScript::MailLabels PostScript::MailLabels are modules for creating PostScript files of mailing address labels. Flexible enough to tackle other printing tasks, basically anything requiring a set fields be printed on a regular grid. Also creates PostScript(tm) code for calibrating and testing mailing label... Platforms: *nix

License: Freeware Size: 41.98 KB Download (101): PostScript::MailLabels Download

Added: November 08, 2010 | Visits: 1.167

Fair NAT Fair NAT is a script for configuring NAT on dedicated Linux routers. This is the home of my linux router shaper script which allows something like fair bandwidth sharing among clients in the local network. The script is not great or anything - please dont expect the holy grail here - I just... Platforms: *nix

License: Freeware Size: 31.74 KB Download (107): Fair NAT Download

Added: October 27, 2010 | Visits: 1.493

Space Commander Space Commander is a game that aims to be similar to Elite and Privateer, with maybe a bit of Trade Wars thrown in. The project is a remarkably functional space simulation with under 200 lines of code in the main file. DEPENDENCIES You need a recent version of Python and some support... Platforms: *nix

License: Freeware Download (101): Space Commander Download

Added: May 25, 2010 | Visits: 1.154

HTML HTML TIDY is a free utility to fix mistakes made while editing HTML and to automatically tidy up sloppy editing into nicely layed out markup. It also works great on the atrociously hard to read markup generated by specialized HTML editors and conversion tools, and can help you identify where you... Platforms: *nix

License: Freeware Size: 225.28 KB Download (98): HTML Download

Added: July 25, 2010 | Visits: 1.111

GNoise GNoise is a wave file editor for Linux. Prime considerations were for it to be speedy and be able to handle big files. So far it can: load and display files, generate a display cache, play the file, cut, copy, paste, (unlimited) undo, mute, fade in/out, reverse, normalize, and more. The primary... Platforms: *nix

License: Freeware Size: 70.66 KB Download (93): GNoise Download

Added: April 10, 2010 | Visits: 1.394

smspasswd smspasswd software provides two factor authentication via cell phone short message service (SMS). The reason I wrote this was because of all the pesky SSH brute force attacks, which continue to build in numbers. I didn’t want to waste money and time on using tokens because the few people who... Platforms: *nix

License: Freeware Size: 4.1 KB Download (110): smspasswd Download

Added: October 22, 2010 | Visits: 1.138

IO::Tty IO::Tty is a Perl module to low-level allocate a pseudo-Tty, import constants. SYNOPSIS use IO::Tty qw(TIOCNOTTY); ... # use only to import constants, see IO::Pty to create ptys. IO::Tty is used internally by IO::Pty to create a pseudo-tty. You wouldnt want to use it directly except to... Platforms: *nix

License: Freeware Size: 21.5 KB Download (123): IO::Tty Download

Added: March 03, 2010 | Visits: 742

vSQLmail vSQLmail provides software which links MySQL and vpopmail. vSQLmail links MySQL and vpopmail. Its useful if you dont have MySQL support in your vpopmail. You can easily use it in PHP. It can add domains, users, and aliases, with reloading by a socket connection. This software allow you to... Platforms: *nix

License: Freeware Size: 7.17 KB Download (90): vSQLmail Download

Added: June 23, 2010 | Visits: 705

DWH_File DWH_File module contains data and object persistence in deep and wide hashes. SYNOPSIS use DWH_File qw/ GDBM_File /; # the use argument set the DBM module used tie( %h, DWH_File, myFile, O_RDWR|O_CREAT, 0644 ); untie( %h ); # essential! Note: the files produced by DWH_File 0.22 are in... Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): DWH_File Download

Added: January 25, 2010 | Visits: 778

Conc Conc is a console concentrator for Linux and Gnome. Conc project features remote maintenance of systems over IP, and concurrent connections to consoles. Serial lines on multiple machines may be pooled into one system allowing a virtually unlimited number of consoles to be managed - ideal for... Platforms: *nix

License: Freeware Size: 583.68 KB Download (100): Conc Download

Added: February 06, 2010 | Visits: 919

Libsball Libsball is a simple POSIX-based library for communicating with Spaceball 2003, 3000, 3003, and 4000 FLX six-degree-of-freedom motion control devices, via RS-232 serial ports on Unix-like systems. Spaceballs are excellent controllers for CAD/CAM, scientific visualization, and general 3-D VR... Platforms: *nix

License: Freeware Size: 18.43 KB Download (101): Libsball Download

Added: September 13, 2010 | Visits: 926

RDF::Sesame::Repository RDF::Sesame::Repository is a repository on a Sesame server. This class is the workhorse of RDF::Sesame. Adding triples, removing triples and querying the repository are all done through instances of this class. Only SELECT queries are supported at this point, but it should be fairly... Platforms: *nix

License: Freeware Size: 48.13 KB Download (93): RDF::Sesame::Repository Download

Added: July 22, 2010 | Visits: 702

NetEclipse NetEclipse is a suite of tools created for testing TCP/IP weaknesses and using them in a non-conventional way, such as testing security and limits of IP version 4 protocols. The Makefile is extremely simple but it should do its work... To install extract the package "neteclipse-x.xx" and launch... Platforms: *nix

License: Freeware Size: 245.76 KB Download (92): NetEclipse Download

< 1 2 3 4 5 >