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

Racers Choice Inc freeware
Filter: All | Freeware | Demo
 

Racers Choice Inc

< 1 2 3 4 5 
Released: March 29, 2012  |  Added: April 17, 2012 | Visits: 5.088

Astroburn Lite The best choice for those who want to have quick and easy-to-use home program with essential features to perform disc burning. A. Insert a disc into your drive; B. Select data or an image file; C. Start burn. You can also personalize your Astroburn Lite - just select a skin for program interface... Platforms: Windows

License: Freeware Size: 6.05 MB Download (451): Astroburn Lite Download

Released: August 24, 2009  |  Added: September 07, 2009 | Visits: 3.030

Dixipe Dixipe is your better choice to get connected. You will be able to have all of your contacts in one single place. Imagine your friends from MSN, Yahoo, Gtalk, AIM and ICQ all together! Just download Dixipe and give it a try. It's simple, reliable and free! And there's even more. You can add phone... Platforms: Windows, Mac

License: Freeware Size: 18.1 MB Download (210): Dixipe Download

Added: April 11, 2010 | Visits: 2.537

CyberTester 2 CyberTester is a Web-based application originally designed to allow teachers to create tests/exams/assignments (consisting of single-choice, multiple-choices or keywords-based questions) and assign them to students to conduct online tests. Students can login to take these tests and review their... Platforms: *nix

License: Freeware Size: 11.4 MB Download (139): CyberTester 2 Download

Added: May 02, 2010 | Visits: 978

Netjuke 1.0 Artekopia Netjuke is a cross-platform Web-based audio streaming jukebox powered by PHP 4 and an increasing choice of databases. MP3, Ogg Vorbis, ASF/WMA, and other music file formats are supported. Artekopia Netjuke aims to enable small organizations or communities run a private "mp3.com-like"... Platforms: *nix

License: Freeware Size: 1.5 MB Download (95): Netjuke 1.0 Download

Added: March 22, 2010 | Visits: 1.579

libSRTP libSRTP library is an open-source implementation of the Secure Real-time Transport Protocol (SRTP) originally authored by Cisco Systems, Inc. It is available under a BSD-style license. SRTP is a security profile for RTP that adds confidentiality, message authentication, and replay protection to... Platforms: *nix

License: Freeware Size: 512 KB Download (128): libSRTP Download

Added: May 10, 2010 | Visits: 1.556

RSS-IM Gateway The RSS-IM Gateway allows any site with an RSS feed to make their feed available via the IM network of their choice. It is very easy to set up. Just create a new IM nick on your favorite network (links here) - something like "MySiteIM" always works - fill out the blanks in the config.im file,... Platforms: *nix

License: Freeware Size: 72.7 KB Download (100): RSS-IM Gateway Download

Added: April 26, 2010 | Visits: 754

NoScript NoScript offers extra protection for your Firefox: NoScript allows JavaScript, Java (and other plugins) only for trusted domains of your choice (e.g. your home-banking web site). This whitelist based pre-emptive blocking approach prevents exploitation of security vulnerabilities (known and even... Platforms: *nix

License: Freeware Size: 143.36 KB Download (112): NoScript Download

Added: July 12, 2010 | Visits: 876

smtpfilter smtpfilter is a filter for an SMTP session which passes the session through transparently in real time, except for the DATA command which is intercepted in order to scan the data for spam and/or viruses with the scanner of your choice. If you are reading this source, it is what should have been... Platforms: *nix

License: Freeware Size: 143.36 KB Download (96): smtpfilter Download

Added: August 16, 2010 | Visits: 1.053

Article for Plone Article for Plone provides a Plone document incorporating images, attachments and links, whith a free choice of layout.. Platforms: *nix

License: Freeware Size: 1.1 MB Download (98): Article for Plone Download

Added: October 01, 2010 | Visits: 784

PCX Portal Created by Xperience, Inc. for use in our Open Source Projects (XIWA, SandSurfer) it is in a usable state (helper applications are not yet completed but will be in the near future) and so is being released to allow people to start trying out our projects, etc. The PCX Portal provides management... Platforms: *nix

License: Freeware Size: 91.14 KB Download (92): PCX Portal Download

Added: June 07, 2010 | Visits: 761

gBootRoot gBootRoot makes the construction and development of distributions fun and simple with its Root Methods (Yard) and user-mode-linux test bed. Finish the product with a Boot Method (2-disk compression supported). Normal (non-root) users can make root filesystems and boot disks. It includes the... Platforms: *nix

License: Freeware Size: 6.4 MB Download (92): gBootRoot Download

Added: September 23, 2010 | Visits: 1.222

Visual REGEXP Visual REGEXP project can easily design and debug regular expressions by providing a graphical visualization of the expression and its matches on a sample of your choice. Limitations:. Platforms: *nix

License: Freeware Size: 25.6 KB Download (119): Visual REGEXP Download

Added: August 19, 2010 | Visits: 917

Module::AutoINC SYNOPSIS perl -MModule::AutoINC < script > ABSTRACT When Module::AutoINC is loaded, it will add itself to @INC and catch any requests for missing resources. If a Perl module is requested that has not been installed, then this will attempt to load it. Under Active State Perl (or any Perl... Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Module::AutoINC Download

Added: July 01, 2013 | Visits: 883

Qingy Is Not Getty qingy is a replacement for getty. Written in C, it uses DirectFB to provide a fast, nice GUI without the overhead of the X Windows System. It allows the user to log in and start the session of his choice (text console, gnome, kde, wmaker, ...). Main features: -It works ;-) -It remembers last... Platforms: *nix

License: Freeware Size: 10.24 KB Download (98): Qingy Is Not Getty Download

Added: January 12, 2010 | Visits: 957

PdfRipImage_script PdfRipImage is a utility to extract images from PDF documents and convert them to a format of your choice. You can choose to extract whole pages or just the images contained in them. The program is available as a command line shell script.. An Open Source utility to extract images from PDF... Platforms: *nix

License: Freeware Size: 8.19 KB Download (99): PdfRipImage_script Download

Added: April 14, 2010 | Visits: 1.204

File::Find::Rule SYNOPSIS use File::Find::Rule; # find all the subdirectories of a given directory my @subdirs = File::Find::Rule->directory->in( $directory ); # find all the .pm files in @INC my @files = File::Find::Rule->file() ->name( *.pm ) ->in( @INC ); # as above, but without method chaining my... Platforms: *nix

License: Freeware Size: 14.34 KB Download (101): File::Find::Rule Download

Added: July 21, 2010 | Visits: 1.110

SVG::Element SVG::Element is a Perl module to generate the element bits for SVG.pm. SVG.pm makes it possible to generate fully-functional SVG images in perl. 100% of the SVG tags are supported, and any new arbitrary element tag can be added by users by declaring it. ***THERE ARE FIVE WAYS TO IMPLEMENT... Platforms: *nix

License: Freeware Size: 47.1 KB Download (95): SVG::Element Download

Added: October 02, 2010 | Visits: 972

rPath Linux rPath Linux is a freely-available Linux operating system distribution, built with the Conary distributed software management system, supported and maintained by rPath, Inc. The rPath Linux distribution contains high-quality, up-to-date software, and is the base development platform for creating... Platforms: *nix

License: Freeware Download (111): rPath Linux Download

Added: March 07, 2010 | Visits: 986

File::Where File::Where is a Perl module to find the absolute file for a program module; absolute dir for a repository. SYNOPSIS ####### # Subroutine interface # use File::Where qw(pm2require where where_dir where_file where_pm where_repository); $program_module = is_module(@program_modules);... Platforms: *nix

License: Freeware Size: 83.97 KB Download (91): File::Where Download

Added: November 13, 2013 | Visits: 1.375

Internet DJ Console Internet DJ Console is a project started in March 2005 to provide a powerful yet easy to use source-client for individuals interested in streaming live radio shows over the Internet using Shoutcast or Icecast servers. Because of the large number of streaming applications that already existed but... Platforms: *nix

License: Freeware Size: 2.16 MB Download (118): Internet DJ Console Download

< 1 2 3 4 5