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

Constantine Iv freeware
Filter: All | Freeware | Demo
 

Constantine Iv

< 1 2 3 4 5 > 
Released: May 15, 2009  |  Added: May 20, 2009 | Visits: 1.450

QQripper QQripper is the autoloader software to automate the ripping of a stack of music discs (to convert audio tracks from music CD to digital files) to supported storage devices such as hard disk, iPod or MP3 player. You choose to employ either Windows Media Player or iTunes (PC version) as the...



Platforms: Windows

License: Freeware Size: 5 MB Download (131): QQripper Download

Added: April 24, 2010 | Visits: 5.485

Linvpn Linvpn is a secure socket layer for pppd. Linvpn project allows creation of virtual private networks by using an IP routing system between PPP network interfaces. Cryptography is done by libgcrypts 3DES or blowfish, and Initialization Vector (IV) is changed in each packet transmission. As...





Platforms: *nix

License: Freeware Size: 133.12 KB Download (165): Linvpn Download

Added: July 14, 2010 | Visits: 732

murk murk rsync friendly encryption that runs on the UNIX command line. In terms of being efficient when transfering data with rsync, murk needs special conditions when using it. Plain rsync is rsync on the uncompressed files mcrypt -p compresses a whole file with bzip2 and then encrypts it. 1)...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (92): murk Download

Added: January 08, 2010 | Visits: 1.029

Audio::TagLib::MPEG::XingHeader Audio::TagLib::MPEG::XingHeader is an implementation of the Xing VBR headers. SYNOPSIS use Audio::TagLib::MPEG::XingHeader; my $i = Audio::TagLib::MPEG::XingHeader->new($data); print $i->isValid() ? "valid" : "invalid", "n"; This is a minimalistic implementation of the Xing VBR headers....


Platforms: *nix

License: Freeware Size: 1.4 MB Download (116): Audio::TagLib::MPEG::XingHeader Download

Added: April 22, 2010 | Visits: 838

Audio::TagLib::ID3v2::RelativeVolumeFrame Audio::TagLib::ID3v2::RelativeVolumeFrame is an ID3v2 relative volume adjustment frame implementation. SYNOPSIS use Audio::TagLib::ID3v2::RelativeVolumeFrame; my $i = Audio::TagLib::ID3v2::RelativeVolumeFrame->new( Audio::TagLib::ByteVector->new("")); $i->setChannelType("MasterVolume");...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (92): Audio::TagLib::ID3v2::RelativeVolumeFrame Download

Added: June 24, 2010 | Visits: 1.292

Audio::TagLib::Ogg::FLAC::File Audio::TagLib::Ogg::FLAC::File is an implementation of Audio::TagLib::File with Ogg/FLAC specific methods. SYNOPSIS use Audio::TagLib::Ogg::FLAC::File; my $i = Audio::TagLib::Ogg::FLAC::File->new("sample file.flac"); print $i->tag()->album()->toCString(), "n"; # got album This implements...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (101): Audio::TagLib::Ogg::FLAC::File Download

Added: September 13, 2010 | Visits: 2.207

DOOM 3 1.3.1.1304 DOOM 3 is a sci-fi horror masterpiece, DOOM 3 is like nothing you have experienced. id Software has released a new patch for its FPS DOOM 3. This update brings your retail game to v1.3.1 and adds various fixes and improvements, Vista compatibility, and bringing back cross-platform multiplayer...


Platforms: *nix

License: Freeware Size: 20.2 MB Download (642): DOOM 3 1.3.1.1304 Download

Added: January 20, 2010 | Visits: 1.842

iTMS-4-ALL iTMS-4-ALL is a Perl CGI script that allows you to search Apples iTunes Music Store from any Web browser. First of all, you can try the live script. Thanks to the people at Downhill Battle for hosting the script---they have also posted some interesting ideas about how the iTunes database can be...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (238): iTMS-4-ALL Download

Added: February 10, 2010 | Visits: 1.348

Lineox Enterprise Linux Lineox Enterprise Linux distribution is based on source RPM packages from which Red Hat Enterprise Linux is compiled. Lineox Enterprise Linux contains all programs included in various Red Hat Enterprise Linux variations (Advanced Server (AS), Entry/Mid Server (ES), and Workstation (WS)). It...


Platforms: *nix

License: Freeware Size: 2 GB Download (113): Lineox Enterprise Linux Download

Added: July 26, 2010 | Visits: 1.037

Tie::Hash::Stack Tie::Hash::Stack is a Perl module which maintains an array of hashes like a stack. SYNOPSIS use Tie::Hash::Stack qw(pop_hash push_hash merge_hash); my %hash; tie( %hash, "Tie::Hash::Stack" ); # Ties the hash $hash{ 1 } = "one"; $hash{ 2 } = "two"; $hash{ 3 } = "three"; push_hash...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (186): Tie::Hash::Stack Download

Added: March 22, 2010 | Visits: 928

LPRng 3.8.29 LPRng is an Enhanced Printer Spooler. The LPRng software is an enhanced, extended, and portable implementation of the Berkeley LPR print spooler functionality. While providing the same interface and meeting RFC1179 requirements, the implementation is completely new and provides support for the...


Platforms: *nix

License: Freeware Size: 1024 KB Download (110): LPRng 3.8.29 Download

Added: March 08, 2010 | Visits: 1.086

cpuid 2 cpuid application dumps detailed information about the CPU(s) gathered from the CPUID instruction, and also determines the exact model of CPU(s). CPUID stands for Central Processing Unit Identifier. What is the CPUID instruction? In the earlier days of x86 computing (when the 486 was...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (124): cpuid 2 Download

Added: June 11, 2010 | Visits: 1.174

Obscure-Extractor-GTK Obscure-Extractor-GTK can extract data from simple and unusual archives as used by games, e.g. Neverwinter Nights, Homeworld 2, BloodRayne. Mostly a framework where I can easily add new modules when I want to have a look at the inner workings of games, though the Delphi version has some more...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (109): Obscure-Extractor-GTK Download

Added: October 06, 2010 | Visits: 896

PerlIO::via::CBC PerlIO::via::CBC is a Perl IO layer for reading/writing CBC encrypted files. SYNOPSIS use PerlIO::via::CBC; PerlIO::via::CBC->config( key => my secret key, cipher => Blowfish, iv => $KJh#(}q, regenerate_key => 0, # default true padding => space, prepend_iv => 0, pcbc => 1 #default 0...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (97): PerlIO::via::CBC Download

Added: January 07, 2010 | Visits: 734

B::Concise B::Concise is a Perl syntax tree, printing concise info about ops. SYNOPSIS perl -MO=Concise[,OPTIONS] foo.pl use B::Concise qw(set_style add_callback); This compiler backend prints the internal OPs of a Perl programs syntax tree in one of several space-efficient text formats suitable for...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (89): B::Concise Download

Added: January 25, 2010 | Visits: 1.102

Nikon Scan Updater Changes in this version: Mac OS X 10.1.3 or greater Super Coolscan 8000 ED 35mm film scanner Super Coolscan 4000 ED 35mm film scanner Coolscan IV LS40 ED 35mm film scanner


Platforms: Mac

License: Freeware Size: 1.6 MB Download (98): Nikon Scan Updater Download

Added: January 25, 2010 | Visits: 880

C-Kermit Kermit software offers interactive and scripted file transfer and management, terminal emulation, Unicode-aware character-set conversion, and/or Internet security for Mac OS X, Linux, FreeBSD, OpenBSD, NetBSD, Solaris, AIX, HP-UX, Tru64 Unix, SCO, QNX, OS/2, VMS/OpenVMS, DOS, IBM mainframes,...


Platforms: Mac

License: Freeware Size: 2.1 MB Download (135): C-Kermit Download

Released: July 21, 2013  |  Added: August 15, 2013 | Visits: 1.338

3DRACS Rendering Features: 1. Ability to export (3D PDF ready) U3D file format. 2. Ability to import and export more than 60 well-known 3D geometry file formats. 3. Import: PLY, STL, OBJ, OFF, 3DS, WRL, DICOM, COLLADA, X3D, IV, CTM, XYZ, PTS, and more... 4. Export: U3D, PLY, 3DS, STL, OBJ, OFF,...


Platforms: Windows

License: Freeware Size: 12.66 MB Download (125): 3DRACS Download

Released: July 11, 2012  |  Added: July 11, 2012 | Visits: 654

Automesher 64-bit Automesher application extends AutoCAD and BricsCAD software with functionality to import and export 3D file formats and convert 3D drawing entity types. It supports many of 3D file extensions, including STL (Stereolithography), OFF (Object File Format), OBJ (Alias Wavefront Object), 3DS...


Platforms: Windows

License: Freeware Size: 32.3 MB Download (421): Automesher 64-bit Download

Released: September 23, 2012  |  Added: September 23, 2012 | Visits: 1.048

Star Wars: Empire at War for Mac OS Puts the power to command an entire war for the Star Wars galaxy in the hands of players, giving them the freedom to determine how they play the game within the completely scalable and accessible gameplay. Set a few years before the events of "Episode IV: A New Hope," LucasArts' Empire at War...


Platforms: Mac

License: Freeware Size: 5.6 MB Download (493): Star Wars: Empire at War for Mac OS Download

< 1 2 3 4 5 >