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

Record Buyers freeware
Filter: All | Freeware | Demo
 

Record Buyers

< 1 2 3 4 5 > 
Added: November 11, 2010 | Visits: 1.164

furious_tv furious_tv is a set of tools to take XMLTV TV listings and enable a UNIX system to automatically record programs off of a TV card. It is written in C and uses a SAX parser for maximum speed and efficiency. Whats New in This Release: - This version of furious_tv fixes a few miscellaneous bugs...



Platforms: *nix

License: Freeware Size: 102.4 KB Download (111): furious_tv Download

Added: July 02, 2010 | Visits: 940

Kopete OTR Plugin Kopete OTR Plugin enables Off-The-Record encryption for the KDE instant messenger Kopete. It is based on libotr-3.0.0 available at http://www.cypherpunks.ca/otr. Using this plugin you can encrypt chatsessions to other users with IM-Cients supporting the OTR encryption method. What you need: A...





Platforms: *nix

License: Freeware Size: 788.48 KB Download (110): Kopete OTR Plugin Download

Added: February 02, 2010 | Visits: 1.188

Text::LooseCSV Text::LooseCSV is a highly forgiving variable length record text parser; compare to MS Excel. SYNOPSIS use Text::LooseCSV; use IO::File; $fh = new IO::File $fname; $f = new Text::LooseCSV($fh); # Some optional settings $f->word_delimiter("t"); $f->line_delimiter("n");...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (105): Text::LooseCSV Download

Added: October 21, 2010 | Visits: 1.202

Sahi Sahi is an automation and testing tool for web applications, with the facility to record and playback scripts. Developed in java and javascript, this tool uses simple javascript to execute events on the browser. Sahis features include, in-browser controls, text based scripts, ant support for...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (104): Sahi Download

Added: May 25, 2010 | Visits: 1.302

Geo::TigerLine::Record::B Geo::TigerLine::Record::B is a TIGER/Line 2003 Polygon Geographic Entity Codes: Corrections. SYNOPSIS use Geo::TigerLine::Record::B; @records = Geo::TigerLine::Record::B->parse_file($fh); @records = Geo::TigerLine::Record::B->parse_file($fh, &callback); $record =...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (101): Geo::TigerLine::Record::B Download

Added: March 04, 2010 | Visits: 1.064

BlockHosts BlockHosts is a script to record how many times "sshd" or "proftpd" is being attacked, and when a particular IP address exceeds a configured number of failed login attempts, that IP address is added to /etc/hosts.allow (or optionally to any other file). Requires python version 2.3 at a minimum,...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (99): BlockHosts Download

Added: January 21, 2010 | Visits: 972

WebVCR+ 0.9.2.9 WebVCR+ is a Web frontend to record your TV shows from, which has a TV Guide-like interface. You can record your shows to many different formats, and convert them during the idle time your computer isnt recording. You can also add favorites and manage your video library through the Web...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (99): WebVCR+ 0.9.2.9 Download

Added: November 08, 2010 | Visits: 963

RecordRadio RecordRadio is a basic bash script that plugs into amarok and uses streamripper to record radio stations you listen to and add the songs into your music collection. RecordRadio script is not very sophisticated right now but it should be easy for anyone to edit or enhance. Simply enable it as...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): RecordRadio Download

Added: November 09, 2010 | Visits: 1.220

JACK Timemachine JACK Timemachine is a tool that can record occasional bursts of interesting noise from jack apps. I used to always keep a minidisc recorder in my studio running in a mode where when you pressed record it wrote the last 10 seconds of audio to the disk and then caught up to realtime and kept...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (95): JACK Timemachine Download

Added: July 24, 2010 | Visits: 871

shalVideo shalVideo is a TV record scheduling program, the goal is that you can just use your computer just like a video recorder. shalVideo just gives you the abstraction from other tools you MUST have installed, look at the Requirements for details. shalVideo reads the channels list from a file that...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (94): shalVideo Download

Added: October 19, 2010 | Visits: 1.062

Open-RJ Open-RJ is an library that implements readers for the Record-Jar structured text file format. Mappings are provided to several languages and technologies, including C++, COM, D, Java, .NET, Python, Ruby, and STL. In addition to platform-independence, the library focuses on small runtime costs -...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (93): Open-RJ Download

Added: June 25, 2010 | Visits: 896

fbxplay fbxplay project is script to play or record (multiposte) channels using VLC or mplayer from free.fr adsl users only. If you have router You must initially redirect ports 31336 & 31337 in UDP towards the IP network of the PC which will use the multipost accessible one since the options from ADSL...


Platforms: *nix

License: Freeware Download (93): fbxplay Download

Added: May 06, 2010 | Visits: 1.167

EnsEMBL::Web::Record EnsEMBL::Web::Record is a family of modules used for managing a users persistant data in a database. SYNOPSIS Many web sites now encourage users to register and login to access more advanced features, and to customise a site to their needs. The EnsEMBL::Web::Record group of Perl modules is...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (92): EnsEMBL::Web::Record Download

Added: January 25, 2010 | Visits: 571

List & Record Tools List & Record Tools Scripting Addition allows AppleScript to perform set logic on AppleScript lists and to manipulate the contents of AppleScript records. With List & Record Tools you can dynamically access record properties not known at compile-time.


Platforms: Mac

License: Freeware Size: 60 KB Download (92): List & Record Tools Download

Added: October 23, 2010 | Visits: 741

XML::SAX::ByRecord XML::SAX::ByRecord can record oriented processing of (data) documents. SYNOPSIS use XML::SAX::Machines qw( ByRecord ) ; my $m = ByRecord( "My::RecordFilter1", "My::RecordFilter2", ... { Handler => $h, ## optional } ); $m->parse_uri( "foo.xml" ); XML::SAX::ByRecord is a SAX...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (89): XML::SAX::ByRecord Download

Released: August 23, 2013  |  Added: September 18, 2014 | Visits: 1.338

BitRope Burner BitRope Burner is a most useful backup software capable of burning CDs/DVDs easily, fast and safely. BitRope Burner has a very reliable architecture, all the features you need to record data, a bunch of options to particularize a recording session. BitRope Burner is an application addressed to...


Platforms: Windows

License: Freeware Size: 2.38 MB Download (86): BitRope Burner Download

Released: May 29, 2013  |  Added: June 24, 2013 | Visits: 1.084

AVS Audio Recorder AVS Audio Recorder is a compact audio recorder utility that helps users to record audio data from various inputs like microphone, vinyl records, favorite video games, and other input lines on a sound card. Record audio files, save them in such popular formats as, MP3, WMA, WAV. AVS Audio...


Platforms: Windows

License: Freeware Size: 625.22 KB Download (81): AVS Audio Recorder Download

Released: October 29, 2013  |  Added: November 25, 2013 | Visits: 1.042

SoftMine CD-DVD Burner SoftMine CD-DVD Burner is a most useful program anyone can rely on to back up their data. The app allows you to record any type of files easily and includes all the features needed for basic and advanced burning. You can store your favorite movies, music, documents, apps and games so you may...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 2.17 MB Download (80): SoftMine CD-DVD Burner Download

Added: April 22, 2013 | Visits: 799

Time Recording System Time Recording System is a web based application that enables users to record their time weekly for scheduling and financial purposes.It's currently being used by Oxford Archaeology to record the employees' time sheets.


Platforms: PHP

License: Freeware Size: 184.32 KB Download (75): Time Recording System Download

Released: December 26, 2012  |  Added: December 26, 2012 | Visits: 698

Easy Screen Record Lite Easy Screen Record Lite is a lite version of Easy Screen Record. Easy Screen Record is a very useful tool. You can record the screen as high quality videos. It support audio record and add your logo or signature. You may Set video quality and choose


Platforms: Mac

License: Freeware Size: 1.5 MB Download (71): Easy Screen Record Lite Download

< 1 2 3 4 5 >