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

Names Of Mythical Creatures freeware
Filter: All | Freeware | Demo
 

Names Of Mythical Creatures

< 1 2 3 4 5 > 
Added: April 26, 2010 | Visits: 1.055

Tables for Ada Tables for Ada is a library provides an implementation of tables indexed by strings. The binary search is used for names of known length. It is also possible to search a table for names of unknown length, i.e. to parse a string using some table. Table elements can be of any private type. Key-...



Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): Tables for Ada Download

Added: October 03, 2010 | Visits: 1.003

Parse::Nibbler Parse::Nibbler is Perl module to parse huge files using grammars written in pure perl. Create a parser object using the ->new method. This method is provided by the Parse::Nibbler module and should not be overridden. The main functionality of the Parse::Nibbler module is the Register...





Platforms: *nix

License: Freeware Size: 33.79 KB Download (91): Parse::Nibbler Download

Added: September 27, 2010 | Visits: 1.326

arxtools arxtools is a collection of tools to create, examine and modify ARX archives from the command line. arxtools uses the libarxx library to load, modify and save the archives. arxtools is not yet complete but working and should be tested thorougly. The arxtools collection currently consists of 9...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (96): arxtools Download

Added: November 03, 2010 | Visits: 1.246

jclasslib bytecode viewer JProfiler is an award-winning all-in-one Java profiler. JProfilers intuitive GUI helps you find performance bottlenecks, pin down memory leaks and resolve threading issues. Even though JProfiler has a powerful feature set, its a Java profiler that is extremely easy to use! JProfilers user...


Platforms: *nix

License: Freeware Size: 1.7 MB Download (105): jclasslib bytecode viewer Download

Added: January 17, 2010 | Visits: 850

namefix.pl 4.0 namefix.pl is a Perl script which purpose is to make formatting file names of media files very easy and quick. Initialy it was just used to convert spaces to underscores on all mp3s in a given directory, but I soon added case formatting and many other options. As far as Im aware this was...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (90): namefix.pl 4.0 Download

Added: October 20, 2010 | Visits: 1.015

Tagneto Tagneto is a web developer tool and JavaScript libraries to aid MVC development of XML user interfaces, with HTML web applications (DHTML, AJAX, RIA, Web 2.0, etc...) being the primary target. It is available under the GNU Lesser General Public License (LGPL). Tagneto includes a "View Assembly"...


Platforms: *nix

License: Freeware Size: 4.6 MB Download (90): Tagneto Download

Added: September 21, 2010 | Visits: 1.035

tcpflow tcpflow is a program that captures data transmitted as part of TCP connections, and stores the data in a way that is convenient for protocol analysis or debugging. A program like tcpdump shows a summary of packets seen on the wire, but usually doesnt store the data thats actually being...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (105): tcpflow Download

Added: September 25, 2010 | Visits: 831

MMDS::Properties MMDS::Properties Perl module contains flexible properties handling for MMDS. use MMDS::Properties; my $cfg = new MMDS::Properties; # Preset a property. $cfg->set_property("config.version", "1.23"); # Parse a properties file. $cfg->parsefile("config.prp"); # Get a property value...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (99): MMDS::Properties Download

Added: September 17, 2010 | Visits: 751

B::CC B::CC is Perl compilers optimized C translation backend. SYNOPSIS perl -MO=CC[,OPTIONS] foo.pl This compiler backend takes Perl source and generates C source code corresponding to the flow of your program. In other words, this backend is somewhat a "real" compiler in the sense that many...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (99): B::CC Download

Added: January 14, 2010 | Visits: 1.364

e2undel e2undel is an interactive console tool that recovers the data of deleted files on an ext2 file system under Linux. Included is a library that allows to recover deleted files by name. It does not require any knowledge about the secrets of the ext2 file system and should be useable by everyone....


Platforms: *nix

License: Freeware Size: 55.3 KB Download (113): e2undel Download

Added: August 16, 2010 | Visits: 1.102

renameutils The file renaming utilities (renameutils for short) are a set of programs designed to make renaming of files faster and less cumbersome. The file renaming utilities consists of five programs - qmv, qcp, imv, icp and deurlname. The qmv ("quick move") program allows file names to be edited in a...


Platforms: *nix

License: Freeware Size: 60.42 KB Download (102): renameutils Download

Added: May 09, 2010 | Visits: 725

Devel::TraceLoad Devel::TraceLoad is a Perl module to trace loadings of Perl Programs. # with perldb perl -d:TraceLoad script.pl # without perldb perl -MDevel::TraceLoad script.pl # without perldb and with options perl -MDevel::TraceLoad=after,path script.pl # with perldb and options perl -d:TraceLoad...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (88): Devel::TraceLoad Download

Added: March 03, 2010 | Visits: 1.209

PMPlib 0.14 PMPlib (Portable Media Player library) is an open source project for the development of management software/library for various portable media players. PMPlib project currently supports the following hardware: - iRiver H100 series - iRiver H300 series - iRiver H10 UMS - iRiver H10 MTP (with...


Platforms: *nix

License: Freeware Size: 819.2 KB Download (102): PMPlib 0.14 Download

Added: April 19, 2010 | Visits: 1.265

RTF::Writer RTF::Writer is a Perl module for generating documents in Rich Text Format. SYNOPSIS use RTF::Writer; my $rtf = RTF::Writer->new_to_file("greetings.rtf"); $rtf->prolog( title => "Greetings, hyoomon" ); $rtf->number_pages; $rtf->paragraph( fs40bi, # 20pt, bold, italic "Hi there!" );...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (118): RTF::Writer Download

Added: April 13, 2010 | Visits: 1.051

Application::Pipeline Application::Pipeline is a module designed to map methods ( referred to in this role as handlers ) to different phases of an applications life cycle. By assigning methods to different phases of this pipeline, the author can concentrate on the logic for each phase and let the framework manage the...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (106): Application::Pipeline Download

Added: January 25, 2010 | Visits: 1.011

Display Person`s Groups Display Person`s Groups is an AppleScript-based solution that can display the names of the groups assigned to selected people in Mac OS X's Address Book application. It can be triggered from Address Book's script menu in Mac OS 10.3.


Platforms: Mac

License: Freeware Size: 81 KB Download (98): Display Person`s Groups Download

Added: January 25, 2010 | Visits: 750

Sketchbook Icons Icons inspired by the whimsical creatures and objects inhabiting Ben SchlitterNs sketchbook.


Platforms: Mac

License: Freeware Download (108): Sketchbook Icons Download

Released: June 12, 2014  |  Added: June 16, 2014 | Visits: 1.697

dbForge SQL Complete Express dbForge SQL Complete Express is a free add-in for SQL Server Management Studio and Visual Studio. It offers powerful autocompletion and formatting of T-SQL code that replaces native Microsoft T-SQL Intellisense. Besides the extension of the List Members, Complete Word and Parameter Info...


Platforms: Windows

License: Freeware Size: 10.2 MB Download (362): dbForge SQL Complete Express Download

Released: June 27, 2012  |  Added: July 26, 2012 | Visits: 1.319

Indian Contemporary Art by Indian Artist Indian art is the centre of attraction in all over the world. But till few years ago people used to buy paintings only to decorate their houses. They didn’t have that much interest in various art forms. But now time has changed. Now people have more interest in Indian art and this is proved...


Platforms: Windows, iPhone,iPod,Java

License: Freeware Size: 1.97 MB Download (556): Indian Contemporary Art by Indian Artist Download

Released: May 07, 2014  |  Added: May 21, 2014 | Visits: 732

Butterflies World Screensaver Even in ancient times people admired the beauty of butterflies, from the time of Egyptian hieroglyphics found images of the Lepidoptera. To our days, artists all over the world are trying to capture the beauty of these creatures. In Greek, the word "psyche" has two meanings, "butterfly" and "soul...


Platforms: Windows, Windows 7

License: Freeware Size: 4.83 MB Download (91): Butterflies World Screensaver Download

< 1 2 3 4 5 >