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

Miscellaneous freeware
Filter: All | Freeware | Demo
 

Miscellaneous

1 2 3 4 5 > 
Added: September 22, 2010 | Visits: 725

Iterator::Misc Iterator::Misc Perl module package contains miscellaneous iterator functions. SYNOPSIS use Iterator::Misc; # Permute the elements of a list: $iter = ipermute (@items); # Select only every nth value of an iterator $iter = inth ($n, $another_iterator); # Randomly select iterator values...



Platforms: *nix

License: Freeware Size: 12.29 KB Download (88): Iterator::Misc Download

Added: February 02, 2010 | Visits: 1.633

Time::Zone Time::Zone is a miscellaneous timezone manipulations routines. SYNOPSIS use Time::Zone; print tz2zone(); print tz2zone($ENV{TZ}); print tz2zone($ENV{TZ}, time()); print tz2zone($ENV{TZ}, undef, $isdst); $offset = tz_local_offset(); $offset = tz_offset($TZ); This is a collection of...





Platforms: *nix

License: Freeware Size: 22.53 KB Download (111): Time::Zone Download

Added: November 20, 2010 | Visits: 843

MetaRuby MetaRuby contains miscellaneous libraries (useful now) for a future Ruby-in-Ruby interpreter including Array/Hash/String as abstract ("Hollow") classes, an undo queue, a statistical time-profiler. It also has an event loop, a modular marshaller ("ToSource"), a specification for a...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (101): MetaRuby Download

Added: August 16, 2008 | Visits: 1.150

Identify Emails - Collect emails When you want to send newsletter to subscriptions, you may need to prepare an emails list without any additional texts from a file including emails and many other miscellaneous information. Now with the help of Identify Emails, you can just input all the text into it, and it will generate the...


Platforms: Windows

License: Freeware Size: 130 KB Download (142): Identify Emails - Collect emails Download

Added: June 10, 2010 | Visits: 816

PDL::Image2D PDL::Image2D is a Perl module that contains miscellaneous 2D image processing functions. For large kernels, using a FFT routine, such as fftconvolve() in PDL::FFT, will be quicker. $new = conv2d $old, $kernel, {OPTIONS} $smoothed = conv2d $image, ones(3,3), {Boundary => Reflect} Boundary -...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (94): PDL::Image2D Download

Added: February 15, 2010 | Visits: 913

Mail::Abuse Mail::Abuse is a Perl module that helps parse and respond to miscellaneous abuse complaints. SYNOPSIS use Mail::Abuse; This module and the accompaining software can be used to automatically parse and respond to various formats of abuse complaints. This software is geared towards abuse desk...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (97): Mail::Abuse Download

Added: April 11, 2010 | Visits: 1.173

DBIx::Class::Manual::Cookbook DBIx::Class::Manual::Cookbook is a Perl module that contains miscellaneous recipes. Paged results When you expect a large number of results, you can ask DBIx::Class for a paged resultset, which will fetch only a small number of records at a time: my $rs = $schema->resultset(Artist)->search(...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (95): DBIx::Class::Manual::Cookbook Download

Added: February 01, 2010 | Visits: 965

Math::Symbolic::MiscAlgebra Math::Symbolic::MiscAlgebra contains miscellaneous algebra routines like det(). SYNOPSIS use Math::Symbolic qw/:all/; use Math::Symbolic::MiscAlgebra qw/:all/; # not loaded by Math::Symbolic @matrix = ([x*y, z*x, y*z],[x, z, z],[x, x, y]); $det = det @matrix; @vector = (x, y, z);...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (126): Math::Symbolic::MiscAlgebra Download

Added: February 20, 2010 | Visits: 1.034

Linux Quake Howto Linux Quake Howto is a modern guide to GLQuake, with some information about QuakeWorld , Quake II, III and IV. The Linux Quake Howto is a modern guide to Quake, a collection of the most useful tips, and a pointer to the best resources still available on the Web. The focus is on GLQuake, but it...


Platforms: *nix

License: Freeware Download (90): Linux Quake Howto Download

Added: June 04, 2010 | Visits: 973

Tk::event Tk::event contains miscellaneous event facilities: define virtual events and generate events. SYNOPSIS $widget->eventAction(?arg, arg, ...?); The eventAction methods provides several facilities for dealing with window system events, such as defining virtual events and synthesizing events....


Platforms: *nix

License: Freeware Size: 5.7 MB Download (91): Tk::event Download

Released: October 06, 2012  |  Added: October 06, 2012 | Visits: 921

Business Kit ( formerly A-Z Organizer) Business Kit is a multi-functional software you can use to manage your business information database, plan your daily, weekly, monthly tasks, schedules and appointments, categorize business contacts/companies into groups and analyze them by key factors, streamline advertisement budget by trade...


Platforms: Windows

License: Freeware Download (49): Business Kit ( formerly A-Z Organizer) Download

Released: December 15, 2012  |  Added: December 15, 2012 | Visits: 336

AdLint Goodies AdLint Goodies is a collection of miscellaneous utilities for AdLint. All goodies are written in Ruby and available for Windows, Mac OS X, GNU/Linux, FreeBSD and any other platforms supported by Ruby.


Platforms: Windows, Mac, Linux

License: Freeware Size: 18 KB Download (58): AdLint Goodies Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 308

VJU - VI's Java Utilities A collection of miscellaneous utility classes written in Java.


Platforms: Windows, Mac, Linux

License: Freeware Size: 142.56 KB Download (48): VJU - VI's Java Utilities Download

Added: May 10, 2013 | Visits: 412

Grim Linker GUI The Grim Linker GUI can be used as a standalone interface for many simple miscellaneous tasks, such as remoting a pc using VNC (VNC will be pushed to the machine and remotely started), rebooting, logging users off, and locking work stations. It can also be used to "Telnet" to pc's and run...


Platforms: Windows, C/C++,

License: Freeware Download (49): Grim Linker GUI Download

Added: July 16, 2013 | Visits: 518

Writing Fast MATLAB Code Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column vector, bounding a value without if statements, and repeating/tiling a vector without repmat.Contents: * Introduction * The...


Platforms: Matlab

License: Freeware Size: 327.68 KB Download (48): Writing Fast MATLAB Code Download

Added: June 11, 2013 | Visits: 456

Writing MATLAB C/MEX Code Learn how to create MEX-functions: programs written in C, C++, or Fortran code that are callable from MATLAB. This article is a guide to getting started and performing practical tasks as well as a reference.Contents:* Introduction* Getting Started* Inputs and Outputs* Creating an Uninitialized...


Platforms: Matlab

License: Freeware Size: 245.76 KB Download (42): Writing MATLAB C/MEX Code Download

Added: May 18, 2013 | Visits: 548

4n WoW Join Us Module 4n WoW Join Us module is a phNuke addon or module that will provide a WoW (World of Warcraft) Guild "Join us" form. The module is suitable for different versions of the game: "WoW", "Burning Crusade" and "Wrath of the Lich King".Available Info:1. Name/Handle2. e-Mail3. Fraction4. Class5. Race6....


Platforms: PHP

License: Freeware Size: 30.72 KB Download (52): 4n WoW Join Us Module Download

Added: August 11, 2013 | Visits: 510

eBay Auction Guide Module Millions of collectibles, appliances, computers, furniture, equipment, vehicles, and other miscellaneous items are listed, bought, and sold daily. Some items are rare and valuable, while many others are dusty gizmos that would have been discarded if not for the thousands of eager bidders...


Platforms: PHP

License: Freeware Size: 440.32 KB Download (39): eBay Auction Guide Module Download

Added: March 27, 2013 | Visits: 558

Extra Options Extra Options is a collection of WordPress tweaks to improve your publishing experience and your sited-deOaos performance.It strives to be simple and discreet; everything in it is optional, it does nothing by default, does not touch your content, and uninstalls cleanly.Extra Options offers...


Platforms: PHP

License: Freeware Size: 61.44 KB Download (46): Extra Options Download

Added: September 02, 2013 | Visits: 640

phpMyChord for Music and Sound This is a PHP web application for creating custom Scale, Chord and Interval dictionaries and diagrams for any musical instrument.MySQL database tables enumerates all possible scales, chords and intervals (in the 12TET Universe) and their properties.phpMyChord Aims to provide:- Mathematically...


Platforms: PHP

License: Freeware Size: 143.36 KB Download (45): phpMyChord for Music and Sound Download

1 2 3 4 5 >