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

Incomplete freeware
Filter: All | Freeware | Demo
 

Incomplete

< 1 2 3 4 5 > 
Added: April 11, 2010 | Visits: 1.055

XML::Filter::DocSplitter XML::Filter::DocSplitter does multipass processing of documents. SYNOPSIS ## See XML::SAX::???? for an easier way to use this filter. use XML::SAX::Machines qw( Machine ) ; my $m = Machine( [ Intake => "XML::Filter::DocSplitter" => qw( Filter ) ], [ Filter => "My::Filter" => qw( Merger...



Platforms: *nix

License: Freeware Size: 43.01 KB Download (96): XML::Filter::DocSplitter Download

Added: November 07, 2010 | Visits: 1.775

J2ME ChartComponent J2ME ChartComponent is an MIDP 2.0 charting component with basic functionality for showing charts on embedded devices. It currently implements the following charts: Line Horizontal bars Vertical bars Though basic and far from being complete, its being already used for simple charts in...





Platforms: *nix

License: Freeware Size: 95.23 KB Download (160): J2ME ChartComponent Download

Added: May 16, 2010 | Visits: 1.145

Objective Modula-2 Objective Modula-2 programming language is a hybrid between Smalltalk and Modula-2 based on the object model and runtime of Objective-C. The design is an example how native Cocoa/GNUstep support can be added to static imperative programming languages without implementing a bridge. Objective...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (107): Objective Modula-2 Download

Added: July 23, 2010 | Visits: 1.173

SWFT SWFT (pronounced Swift) is a simple web application designed as a more secure modern replacement for FTP and SFTP. SWFT allows for easy and secure upload and download of files through the HTTPS feature of any standard web browser. SWFT is written in php. SWFT stands for Simple Web File Transfer....


Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): SWFT Download

Added: August 27, 2010 | Visits: 1.234

phpDiplomacy phpDiplomacy is an open source, multiplayer, web based strategy game based on the board game by Avalon Hill, in which you have to try and conquer Europe. To win you have to be strategic and diplomatic, making deals and alliances with other players, and stabbing them in the back when it suits...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (102): phpDiplomacy Download

Added: March 23, 2010 | Visits: 887

my_string my_string is an easy-to-use, fast string manipulation library. my_string is an incomplete port of PHP string manipulation functions to C. Please note that this library is not binary safe. It was not written for binary data manipulation, just text string manipulation. NOTE: The resulting...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): my_string Download

Added: February 20, 2010 | Visits: 1.257

Gmsh Gmsh is an automatic three-dimensional finite element mesh generator, primarily Delaunay, with built-in pre- and post-processing facilities. Gmsh projects goal is to provide a simple meshing tool for academic problems with parametric input and advanced visualization capabilities. Gmsh is built...


Platforms: *nix

License: Freeware Size: 2 MB Download (137): Gmsh Download

Added: January 23, 2010 | Visits: 926

Sashenka Sashenka is aJ2EE Servlet container and framework for IRC bots and clients. Much of it is incomplete and it only handles basic incoming and outgoing messages but it is enough to build trivial bots with. Bots are written as Servlets following the Sun J2EE servlet model which are loaded by the...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (101): Sashenka Download

Added: November 13, 2010 | Visits: 675

HTML::CMTemplate HTML::CMTemplate.pm is a Perl module that can generate text-based content from templates. SYNOPSIS use HTML::CMTemplate; $t = new HTML::CMTemplate( path => [ /path1, /longer/path2 ] ); $t->import_template( filename => file.html.ctpl, # in the paths above packagename => theTemplate,...


Platforms: *nix

License: Freeware Size: 65.54 KB Download (98): HTML::CMTemplate Download

Added: April 15, 2010 | Visits: 1.342

Core Linux Distribution 2.0 Core is a minimal distribution of the GNU/Linux operating system designed to be the basis for a complete system constructed by the end user. A fresh installation of Core will boot into a console and provide the user with the tools needed to download, compile and install other applications. Core...


Platforms: *nix

License: Freeware Size: 137.6 MB Download (98): Core Linux Distribution 2.0 Download

Added: September 24, 2010 | Visits: 892

GDC GDC is a D language front end for the GNU Compiler Collection. GDC supports a number of targets and nearly all features of Digital Mars D. GDC works with GCC versions 3.3.x, 3.4.x, and 4.0.x. Linux (tested on Fedora Core 5 x86 and PowerPC) Mac OS X 10.3.x, 10.4.x FreeBSD 5.2.1 Cygwin...


Platforms: *nix

License: Freeware Size: 2.7 MB Download (90): GDC Download

Added: June 06, 2010 | Visits: 991

Rudiments Rudiments is a C++ class library providing base classes for things such as daemons, clients, and servers, and wrapper classes for the standard C functions for things like semaphores, regular expressions, and signal handling. In the early days of SQL Relay and Groundwork, some of the classes...


Platforms: *nix

License: Freeware Size: 593.92 KB Download (89): Rudiments Download

Added: May 20, 2010 | Visits: 924

binkd Binkd is a TCP/IP daemon which transfers files between two Fidonet systems. It supports so-called "Binkley-Style outbound", also supported by most Fidonet software. It uses its own protocol (called Binkp), but its not a big problem, as binkd (started Nov, 96) now is maybe the most popular...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (103): binkd Download

Added: June 24, 2010 | Visits: 993

SmartTagFix SmartTagFix is a simple utility that fills in missing ID3 tags for all MP3s within a directory structure. It uses the file name, directory name, and a bit of "common sense" to guess the correct labels. Most MP3 players depend on the id3 tag to categorise the song. However when you download...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (91): SmartTagFix Download

Added: February 09, 2010 | Visits: 1.083

Math::Vec Math::Vec is a Object-Oriented Vector Math Methods in Perl. SYNOPSIS use Math::Vec; $v = Math::Vec->new(0,1,2); or use Math::Vec qw(NewVec); $v = NewVec(0,1,2); @res = $v->Cross([1,2.5,0]); $p = NewVec(@res); $q = $p->Dot([0,1,0]); or use Math::Vec qw(:terse); $v = V(0,1,2); $q...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (110): Math::Vec Download

Added: February 21, 2010 | Visits: 827

NetSplitter NetSplitter is a ( user-level ) network load-balance. It is like a transparent-proxy and will balance ( output ) TCP connections on multiples links. Linux NAT add/remove code is incomplete. NetSplitter will use the system() function to run the iptables to handle this. Step 1) IPTABLES Tell...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): NetSplitter Download

Added: July 12, 2010 | Visits: 743

libnewmail libnewmail is a generic mail checking library for Unix/Linux and other operating systems. It supports a simple API, an extensible plugin architecture and asynchronous queries among other features. libnewmail library is intented to be a replacement for all that crappy and incomplete code of all...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (86): libnewmail Download

Added: October 15, 2010 | Visits: 2.350

mdns-scan mdns-scan is a tool for scanning for mDNS/DNS-SD published services on the local network. mdns-scan issues a mDNS PTR query to the special RR _services._dns-sd._udp.local for retrieving a list of all currently registered services on the local link. mdns-scan is not a good mDNS citizen since it...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (150): mdns-scan Download

Added: July 22, 2010 | Visits: 916

FieryFilter FieryFilter is an interactive desktop firewall for Linux. FieryFilter will ask you everytime a new network connection is made if you want to allow or deny it. Fieryfilter is far from being usable. Currently the rule generation is incomplete. Please join development if you want to have it...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (88): FieryFilter Download

Added: May 10, 2013 | Visits: 840

phPOP3clean phPOP3clean is a PHP-based POP3 email scanner.It's designed to be run as a cron job every minute or so, and to catch & delete several types of unwanted emails:a) malformed emails - incomplete or malformed headers, which cause    some POP3 servers to drop connection when the message is...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (97): phPOP3clean Download

< 1 2 3 4 5 >