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

Agnostic Front For My Family freeware
Filter: All | Freeware | Demo
 

Agnostic Front For My Family

< 1 2 3 4 5 > 
Added: October 18, 2010 | Visits: 1.018

Net::DNS::ValueDomain::DDNS Net::DNS::ValueDomain::DDNS is a Perl module to update your Value-Domain (https://www.value-domain.com/) DynamicDNS records. SYNOPSIS use Net::DNS::ValueDomain::DDNS; # Normal usage my $ddns = Net::DNS::ValueDomain::DDNS->new; $ddns->update( domain => example.com, password => 1234,...



Platforms: *nix

License: Freeware Size: 11.26 KB Download (114): Net::DNS::ValueDomain::DDNS Download

Added: January 18, 2010 | Visits: 1.487

net-check net-check package is a pair of simple perl scripts that will monitor and report on your internet connectivity. The scripts came about when my DSL provider repeatedly dropped the connections on a machine that was used exclusively as a dial-up gateway. In addition, since I am spending $50 a...





Platforms: *nix

License: Freeware Size: 15.36 KB Download (112): net-check Download

Added: November 06, 2010 | Visits: 1.431

Animadead Animadead is a skeletal animation library designed to load and play skeletal animations. Animadead supports models that are composed of several swappable meshes bound to a single skeleton that can be driven by multiple animations. There is an export plug-in for Maya, and others are in...


Platforms: *nix

License: Freeware Size: 931.84 KB Download (112): Animadead Download

Added: May 09, 2010 | Visits: 1.011

GMail::IMAPD GMail::IMAPD is an IMAP4 gateway to Googles webmail service. SYNOPSIS # Start an IMAP-to-Gmail daemon on port 1143 use GMail::IMAPD; my $daemon=GMail::IMAPD->new(LocalPort=>1143, LogFile=>gmail_imapd.log, Debug=>1); $daemon->run(); # Or if you prefer to use your own server socket, #...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (110): GMail::IMAPD Download

Added: May 05, 2010 | Visits: 903

CShout CShout is a shoutbox that completely needs no database at all. It uses a text file as its database. I have created it since I realised that I would need one for my own. Before that, I used the free shoutbox service at http://www.shoutboxes.com from which I adopted the idea. I started with a free...


Platforms: *nix

License: Freeware Size: 67.58 KB Download (110): CShout Download

Added: February 04, 2010 | Visits: 895

Net::iTMS Net::iTMS is a Perl interface to the information within the iTunes Music Store (iTMS). SYNOPSIS my $iTMS = Net::iTMS->new; my $artist = $iTMS->get_artist(2893902); print "Artist: ", $artist->name, "n"; for my $album ($artist->discography) { print $album->title, "n"; for my $track...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (109): Net::iTMS Download

Added: July 17, 2010 | Visits: 1.032

Scrinchy Scrinchy is a tiny HTTP multitasking webserver that I wrote for my own purposes, but which is also a fitting response to the now fairly bloated Apache. Its name derives from an obscure English verb "to scrinch" which generally means to willfully compress a thing which is not very large into a...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (108): Scrinchy Download

Added: July 12, 2010 | Visits: 1.011

khdapsmon khdapsmon is a monitor primarily for the Hard Drive Active Protection System (HDAPS) found in IBM ThinkPads. Its primary interface is a system tray icon that indicates whether the queue is frozen or not on the selected hard disk device. This is similar to the tray icon found on the...


Platforms: *nix

License: Freeware Download (108): khdapsmon Download

Added: July 22, 2010 | Visits: 1.115

Net::Amazon::Property::DVD Net::Amazon::Property::DVD is a Perl class for DVDs on amazon.com. SYNOPSIS use Net::Amazon; # ... if($resp->is_success()) { for my $prop ($resp->properties) { print $_->title(), " ", $_->studio(), " ", $_->year(), "n"; } Net::Amazon::Property::DVD is derived from...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (108): Net::Amazon::Property::DVD Download

Added: July 20, 2010 | Visits: 1.280

Clone::More Clone::More is a Perl module that can copy Perl data structures. SYNOPSIS use Clone::More qw( clone ); my $structure = [ { key => value } ]; for my $set ( @$structure ) { my $clone = clone( $set ); for ( keys %$clone ) { print "Everything matches" if ( exists( $set->{$_} ) &&...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (108): Clone::More Download

Added: October 26, 2010 | Visits: 1.549

QuFTP QuFTP is a command line ftp client for Linux. It supports the selection of multiple files for upload and download, which are transfered with one command. I wrote this client out of because i didnt saw any reasonable FTP client for linux. I can almost guarantee that there are bugs in this thing,...


Platforms: *nix

License: Freeware Size: 93.18 KB Download (107): QuFTP Download

Added: May 08, 2010 | Visits: 760

Audio::LADSPA Implements a LADSPA 1.1 host. SYNOPSIS use Audio::LADSPA; for my $class (Audio::LADSPA->plugins) { print "t",$class->name," (",$class->id,"/",$class->label,")"; } LADSPA plugins are objects in shared libraries that can generate or transform audio signals (like VST or Direct-X plugins on...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (107): Audio::LADSPA Download

Released: January 04, 2010  |  Added: February 03, 2010 | Visits: 1.875

Axalot backup software Why is Axalot better than a virtual safe? Virtual safes require manual backup, Axalot brings you an automated backup solution. You have nothing to do once you've installed the software. Where is my data stored? The Axalot automatic online backup solution keeps your data on our secure...


Platforms: Windows

License: Freeware Size: 18.68 KB Download (106): Axalot backup software Download

Added: March 13, 2010 | Visits: 1.599

GCJ::Cni::Examples GCJ::Cni::Examples is a Perl module with examples of how to use GCJs CNI interface to write Perl Modules in Java. EXAMPLES Writing Treaded modules in Java One benefit of using GCJ is that it takes advantage of POSIX threading. This is nice since Perls threading model is, shall we say, less...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (105): GCJ::Cni::Examples Download

Released: March 30, 2012  |  Added: August 14, 2012 | Visits: 1.077

Duplicates Finder Duplicates Finder is extremely simple tool which can be used to compare files line-by-line (or word-by-word) to find and extract duplicates. Just a toy I made for my own use, but decided to publish for anyone interested. Large files and UTF supported.


Platforms: Windows

License: Freeware Size: 640 KB Download (104): Duplicates Finder Download

Added: April 04, 2010 | Visits: 835

MPEG::LibMPEG3 MPEG::LibMPEG3 is a Perl interface to libmpeg3 module. SYNOPSIS use strict; use MPEG::LibMPEG3; my $mpeg = MPEG::LibMPEG3->new( $filename ); $mpeg->set_cpus(1); ## I only have 1 cpu but you can put whatever $mpeg->set_mmx(1); ## but it has mmx instructions printf "Audio Streams: %dn",...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (104): MPEG::LibMPEG3 Download

Added: October 08, 2010 | Visits: 845

Peptide::Pubmed Peptide::Pubmed is a Perl module that can extract peptide sequences from MEDLINE article abstracts. SYNOPSIS use Peptide::Pubmed; $parser = Peptide::Pubmed->new; $in = { PMID => q[15527327], Author => q[Doe JJ, Smith Q], Journal => q[J Biological Foo. 2004;8(2):123-30.], Title => q[Foo,...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (104): Peptide::Pubmed Download

Added: March 09, 2010 | Visits: 878

GNU 3DLDF GNU 3DLDF is a package for three-dimensional drawing with MetaPost output. GNU 3DLDF 1.2.0, the collective name for my development versions , implements an interpreter for a METAFONT-like language. GNU 3DLDF is intended, among other things, to provide a convenient way of creating 3D graphics...


Platforms: *nix

License: Freeware Size: 7.2 MB Download (103): GNU 3DLDF Download

Added: January 09, 2010 | Visits: 734

Biblio::Isis Biblio::Isis is a Perl module to read CDS/ISIS, WinISIS and IsisMarc database. SYNOPSIS use Biblio::Isis; my $isis = new Biblio::Isis( isisdb => ./cds/cds, ); for(my $mfn = 1; $mfn <= $isis->count; $mfn++) { print $isis->to_ascii($mfn),"n"; } This module will read ISIS databases...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (103): Biblio::Isis Download

Added: January 25, 2010 | Visits: 1.124

myTimerX myTimerX is a simple timer.Too often, when I'm working on my Mac, I forget to do something. For that reason I wrote for my own use this little application and I like to share it.


Platforms: Mac

License: Freeware Size: 3.6 MB Download (103): myTimerX Download

< 1 2 3 4 5 >