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

Implement freeware
Filter: All | Freeware | Demo
 

Implement

1 2 3 4 5 > 
Added: June 08, 2013 | Visits: 950

Classless.Hasher Hasher is a tool to help programmers implement checksum algorithms and standard hashing into their own software. Written entirely in C# and designed for use in the .NET Framework, Hasher providers a uniform interface to easily use any of the algorithms contained within this library in other...



Platforms: *nix

License: Freeware Size: 634.88 KB Download (105): Classless.Hasher Download

Added: February 22, 2010 | Visits: 1.081

GPGlist GPGlist project is a Perl script to implement gpg encrypted alias lists in a mail server. GPGlist is a Perl script to implement gpg encrypted alias lists in a mail server such as Sendmail or Postfix. It uses one XML config file to store information about lists. It backs up messages if an...





Platforms: *nix

License: Freeware Size: 5.12 KB Download (97): GPGlist Download

Added: February 27, 2010 | Visits: 1.162

PHP::Strings PHP::Strings is a Perl module to implement some of PHPs string functions. SYNOPSIS use PHP::Strings; my $slashed = addcslashes( $not_escaped, $charlist ); my $wordcount = str_word_count( $string ); my @words = str_word_count( $string, 1 ); my %positions = str_word_count( $string, 2 );...


Platforms: *nix

License: Freeware Size: 78.85 KB Download (107): PHP::Strings Download

Added: October 07, 2010 | Visits: 1.145

java-diff java-diff is a set of Java classes which implement the longest common subsequences algorithm. java-diff compares the elements in two arrays, returning a list of Difference objects, each of which describes an addition, deletion, or change between the two arrays.. incava.org - Open source...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (120): java-diff Download

Added: June 10, 2010 | Visits: 978

App::SimpleScan::Plugin::Retry App::SimpleScan::Plugin::Retry is a Perl module to implement retry pragma/command line option. SYNOPSIS simple_scan --retry 6 or in a simple_scan input file: %%retry 6 Both of these would retry fetches up to 6 times, pausing an increasingly-long time between each try. If all attempts...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (96): App::SimpleScan::Plugin::Retry Download

Added: October 24, 2010 | Visits: 1.409

high-resolution-timer high-resolution-timer is a library with Java and C++ wrappers to implement high . These timers can be used, for example, to count the ticks when doing performance analysis. high-resolution-timer exploits the system dependent timers/clocks and provides a timer-like interface to the same. The...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (116): high-resolution-timer Download

Added: January 27, 2010 | Visits: 927

Jabberlang Jabberlang is a client XMPP and Jabber library for Erlang to implement scalable fault-tolerant XMPP/Jabber agents. The first version has been presented during Erlang User Conference (EUC 2004). For now, it still only supports a minimal subset of the Jabber/XMPP protocol but many changes are...


Platforms: *nix

License: Freeware Size: 1003.52 KB Download (97): Jabberlang Download

Added: November 15, 2010 | Visits: 1.245

Acceleo Acceleo is a code generator designed to efficiently implement the MDA approach and to improve software development productivity. It is natively integrated with Eclipse and EMF. Acceleo project includes tools and editors making it easy to learn and to adapt to any kind of project or technology....


Platforms: *nix

License: Freeware Download (105): Acceleo Download

Added: November 03, 2010 | Visits: 1.110

Lasso Lasso is a free software C library aiming to implement the Liberty Alliance standards; Lasso defines processes for federated identities, single sign-on and related protocols. Lasso is built on top of libxml2, XMLSec and OpenSSL and is licensed under the GNU General Public License (with an...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (90): Lasso Download

Added: November 22, 2010 | Visits: 752

ftplib ftplib is a set of routines that implement the FTP protocol. They allow applications to create and access remote files through function calls instead of needing to fork and exec an interactive ftp client program. ftplib has been built, tested and is working on Linux (X86 and AXP), VMS (VAX and...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (93): ftplib Download

Added: July 01, 2010 | Visits: 937

Number::Interval Number::Interval is a Perl module that can implement a representation of a numeric interval. SYNOPSIS use Number::Interval; $i = new Number::Interval( Min => -4, Max => 20); $i = new Number::Interval( Min => 0 ); $is = $i->contains( $value ); $status = $i->intersection( $i2 ); print...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (108): Number::Interval Download

Released: August 14, 2012  |  Added: August 14, 2012 | Visits: 498

Zip64File Zip64File is a Java library designed to implement the 64-bit extension of the ZIP standard from PKWARE. It does that by using random-access, permitting to access archives larger than 4 GB with more than 65 K files.


Platforms: Windows

License: Freeware Download (47): Zip64File Download

Released: August 10, 2012  |  Added: August 10, 2012 | Visits: 431

ftp4j ftp4j is a library designed to implement a Java full-features FTP client. With ftp4j embedded in your application you can: transfer files (upload and download), browse the remote FTP site (directory listing included), create, delete, rename and move remote directories and files.


Platforms: Windows

License: Freeware Download (47): ftp4j Download

Added: October 21, 2013 | Visits: 378

XACML3 This project will implement eXtensible Access Control Markup Language (XACML) Version 3.0 with java. It will not keep compatible with XACML 1.0 and 2.0 before version 3.0 has been implemented completely.


Platforms: Mac

License: Freeware Size: 10.24 KB Download (49): XACML3 Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 431

ClusterMX ClusterMX is developed as a CLI-based tool that is able to implement various clustering algorithms. Among those algorithms we can find: · K-Means clustering optimized by random walks; · Weighted K-Means (applying force filed to the multidimensional clustering space); · EM Clustering...


Platforms: Windows

License: Freeware Download (46): ClusterMX Download

Added: May 10, 2013 | Visits: 611

How to implement state-dependent behavior An object in a program frequently has an internal "state", and the behavior of the object needs to change when its state changes. As someone who tends to think of objects as "data structures on steroids", it came as quite a shock when Netscape's Steve Abell pointed out that an object need not...


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

License: Freeware Download (51): How to implement state-dependent behavior Download

Added: March 23, 2013 | Visits: 544

Listbox Example This example shows how to implement a Listbox control into your applications.It also shows how to add, delete, kill duplicates and search for an item. & add, delt;


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (50): Listbox Example Download

Added: June 01, 2013 | Visits: 679

Menus in your windows app Menus in your windows app shows how to implement menus in your Win32 application.


Platforms: C and C plus plus

License: Freeware Size: 20.48 KB Download (57): Menus in your windows app Download

Added: March 23, 2013 | Visits: 417

HotTrack Buttons HotTrack Buttons is a small reusable class to implement HotTrack bitmap buttons (flat buttons that change as the mouse moves over them).Also shows a very simple method for transparent bitmaps. (Win32 api code only).


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (50): HotTrack Buttons Download

Added: May 30, 2013 | Visits: 426

dhtmlxSlider dhtmlxSlider is a DHTML javascript component that allows to implement vertical or horizontal slider into web pages. This component is highly customizable and really easy to implement. dhtmlxSlider is delivered with a number of predefined skins but any other custom appearance can be created...


Platforms: JavaScript

License: Freeware Size: 716.8 KB Download (50): dhtmlxSlider Download

1 2 3 4 5 >