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

Mm freeware
Filter: All | Freeware | Demo
 

Mm

< 1 2 3 4 5 > 
Added: August 14, 2010 | Visits: 899

AmarokWhatsPlaying MAO AmarokWhatsPlaying MAO is a script Amarok that sends through HTTP (method GET) the music name, artist and album that you are hearing. How to use: 1. Edit variable 1,1 Script whatsplaying_mao.pl It must be informed the correct values of the following variables: $LINKSCRIPT $CHAVE The... Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): AmarokWhatsPlaying MAO Download

Added: May 22, 2010 | Visits: 1.005

File::MMagic File::MMagic is a Perl module to guess file type. SYNOPSIS use File::MMagic; use FileHandle; $mm = new File::MMagic; # use internal magic file # $mm = File::MMagic->new(/etc/magic); # use external magic file # $mm = File::MMagic->new(/usr/share/etc/magic); # if you use Debian $res =... Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): File::MMagic Download

Added: August 06, 2010 | Visits: 1.206

Log::Log4perl::Layout::PatternLayout Log::Log4perl::Layout::PatternLayout Perl module contains a pattern layout. SYNOPSIS use Log::Log4perl::Layout::PatternLayout; my $layout = Log::Log4perl::Layout::PatternLayout->new( "%d (%F:%L)> %m"); Creates a pattern layout according to... Platforms: *nix

License: Freeware Size: 225.28 KB Download (105): Log::Log4perl::Layout::PatternLayout Download

Added: September 20, 2013 | Visits: 1.119

NoteCase NoteCase is a hierarchical note manager (aka. outliner). It helps you organize your everyday text notes into a single document, with individual notes placed in the tree-like structure (each note can have its sub-notes, ...). To ensure your privacy, encrypted document format is supported, along... Platforms: *nix

License: Freeware Size: 911.36 KB Download (111): NoteCase Download

Added: February 11, 2010 | Visits: 1.912

Rotter Rotter is a Recording of Transmission / Audio Logger for JACK. The project was designed for use by radio stations, who are legally required to keep a recording of all their output. Rotter runs continuously, writing to a new file every hour. It is released under the GPL license. Rotter can... Platforms: *nix

License: Freeware Size: 122.88 KB Download (106): Rotter Download

Added: January 12, 2010 | Visits: 2.683

Date::Formatter Date::Formatter Perl module is a simple Date and Time formatting object. SYNOPSIS use Date::Formatter; # create a Date::Formatter object with the current date and time. my $date = Date::Formatter->now(); # create a formatter routine for this object # see formatter mini-language... Platforms: *nix

License: Freeware Size: 12.29 KB Download (112): Date::Formatter Download

Added: January 15, 2010 | Visits: 845

iCal::Parser iCal::Parser is a Perl module to parse iCalendar files into a data structure. SYNOPSIS use iCal::Parser my $parser=iCal::Parser->new(); my $hash=$parser->parse($file); $parser->parse($another_file); my $combined=$parser->calendar; my $combined=iCal::Parser->new->parse(@files); my... Platforms: *nix

License: Freeware Size: 28.67 KB Download (119): iCal::Parser Download

Added: July 13, 2010 | Visits: 1.008

iCal::Parser::SAX iCal::Parser::SAX is a Perl module to generate SAX events from an iCalendar. SYNOPSIS use iCal::Parser::SAX; my $parser=iCal::Parser::SAX->new(Handler=>SAXHandler,%args); $parser->parse_uri($file); $parser->parse_uris(@files); This module uses iCal::Parser to generates SAX events for the... Platforms: *nix

License: Freeware Size: 22.53 KB Download (93): iCal::Parser::SAX Download

Added: February 23, 2010 | Visits: 930

pdumpfs pdumpfs is a simple daily backup system similar to Plan9s dumpfs which preserves every daily snapshot. pdumpfs is written in Ruby. You can access the past snapshots at any time for retrieving a certain days file. Lets backup your home directory with pdumpfs! pdumpfs constructs the snapshot... Platforms: *nix

License: Freeware Size: 68.61 KB Download (98): pdumpfs Download

Added: May 08, 2010 | Visits: 893

Time::Elapse Time::Elapse is a Perl extension for monitoring time conveniently during tasks. Time::Elapse is a very simple class with one method: lapse. Basically, the lapse method eats the brains of the variable, squirrels away whatever value it may have held internally, (much like space aliens are known... Platforms: *nix

License: Freeware Size: 7.17 KB Download (111): Time::Elapse Download

Added: March 02, 2010 | Visits: 993

Image Cluster Image Cluster copies and renames images based on Exif data and file number names. Image Cluster also clusters those images into directories based on a variable sliding window (with a default of 36 hours), which makes it easy to group images based on events without manual intervention. The... Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Image Cluster Download

Added: August 11, 2010 | Visits: 2.241

Freya Freya is a script that creates a bot inside an OpenDCHub server to aid Operators do various tasks. Commands are as follows: --- All commands can have a + instead of a - infront of them --- -huggle (user) you huggle someone -glomp (user) you glomp someone -me (message) the irc command... Platforms: *nix

License: Freeware Size: 13.31 KB Download (183): Freya Download

Added: May 04, 2010 | Visits: 925

Getopt::EvaP Getopt::EvaP is a Perl module to evaluate Perl command line parameters. SYNOPSIS use vars qw/@PDT @MM %OPT/; use Getopt::EvaP; EvaP @PDT, @MM, %OPT; EXPORT use Getopt::EvaP exports the subs EvaP and EvaP_PAC into your name space. @PDT is the Parameter Description Table, which is a... Platforms: *nix

License: Freeware Size: 52.22 KB Download (99): Getopt::EvaP Download

Added: June 03, 2010 | Visits: 729

Text::MessageFormat Text::MessageFormat is a language neutral way to display messages. SYNOPSIS use Text::MessageFormat; my $form = Text::MessageFormat->new(The disk "{1}" contains {0} file(s).); print $form->format(3, MyDisk); # output: The disk "MyDisk" contains 3 file(s). Text::MessageFormat is a Perl... Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Text::MessageFormat Download

Added: May 01, 2010 | Visits: 926

WavSplit WavSplit splits large WAV files at given time positions. To find out split positions you can use any WAV player or editor with a time display. After unpacking the tarball type these commands: make && make install to start the compilation process and copy the program to /usr/local/bin, and... Platforms: *nix

License: Freeware Size: 31.74 KB Download (99): WavSplit Download

Added: January 25, 2010 | Visits: 869

Jhead Things jhead can extract from an Exif jpeg file:Integral low-res Exif thumbnailShutter speedCamera F-stop numberFlash used (yes/no)Distance camera was focused atFocal length and calculate 35 mm equivalent focal lengthImage resolutionTime and date picture was takenCamera make and modelThings jhead... Platforms: Mac

License: Freeware Size: 52 KB Download (103): Jhead Download

Added: January 25, 2010 | Visits: 628

MacTXLine MacTXLine calculates parameters for transmission lines in electromagnetic systems. It support 3 different lines: Microstrip, Striplines and Coaxial lines.The application converts between electrical values and physical values. As an example it can convert a length in degrees to a length in mm or... Platforms: Mac

License: Freeware Size: 3.2 MB Download (101): MacTXLine Download

Added: January 25, 2010 | Visits: 1.077

CGM Aged Film LE CGM Aged Film LE is a special version of CGM Aged Film. CGM Aged Film LE is a video filter for Final Cut Pro or Final Cut Express, designed to make your DV footage look less like video and more like film. Use the presets as starting points, adjusting the controls to get just the look you're... Platforms: Mac

License: Freeware Size: 11 KB Download (165): CGM Aged Film LE Download

Released: January 24, 2011  |  Added: February 17, 2011 | Visits: 2.467

DXsoft TrackLog GPS log-maker. Software create *.plt track file, *.rte route file and, optionally, NMEA-log file. The program from TL_Gate*.cab can work via COM-port or Franson GpsGate software API, but it requires installed GpsGate in any case. If GpsGate is installed the best way is to use it. TrackLog... Platforms: Windows

License: Freeware Size: 91.3 KB Download (1002): DXsoft TrackLog Download

Released: January 25, 2013  |  Added: March 20, 2013 | Visits: 2.198

Debut Free Mac Screen Capture Software Debut is a free mac screen capture software. With Debut you can capture video from your entire screen, a single window or a selected portion. Save the recorded video as avi, flv, wmv and other video file formats. With Debut you can also use digital zoom to take screenshots of your screen and save... Platforms: Mac

License: Freeware Size: 4.62 MB Download (167): Debut Free Mac Screen Capture Software Download

< 1 2 3 4 5 >