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

Aida Synopsis software
Filter: All | Freeware | Demo
 

Aida Synopsis

1 2 3 4 5 > 
Released: May 07, 2011  |  Added: May 14, 2011 | Visits: 3.648

Writers Project Organizer Organize your writing projects, from manuscripts, to characters to overdue submissions--ideal for novels, works of nonfiction, short stories and screenplays, from first draft to polished product. All the Organizer your writing needs...Writers Project Organizer is manuscript orientated...



Platforms: Windows, Other

License: Shareware Cost: $24.99 USD Size: 9.62 MB Download (1195): Writers Project Organizer Download

Added: March 14, 2006 | Visits: 5.813

AIDA32 - Network System Information AIDA32 is a professional system information and network audit program for Windows platforms. It extracts details of all components of the PC. It can display information on the screen, print it, or save it to file in various formats like CSV or XML. For corporate users, AIDA32 Network Edition...





Platforms: Windows

License: Freeware Size: 2.08 MB Download (969): AIDA32 - Network System Information Download

Released: August 22, 2022  |  Added: April 10, 2023 | Visits: 2.074

AllMyNotes Organizer Lite Edition AllMyNotes Organizer is an adaptable information manager. Keep every bit of your various personal data handy, easy to reach at any moment - notes, diaries, ideas, passwords, e-mails, addresses, e.g. Everyone is unique, special, this nice application offers everyone ability of individualizing...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 394 KB Download (946): AllMyNotes Organizer Lite Edition Download

Added: November 23, 2006 | Visits: 4.632

AIDA32 - Enterprise System Information AIDA32 is a professional system information, diagnostics and benchmarking program for Windows platforms. It extracts details of all components of the PC. It can display information on the screen, print it, or save it to file in various formats like HTML, CSV or XML. For corporate users, AIDA32...


Platforms: Windows

License: Freeware Size: 2.31 MB Download (931): AIDA32 - Enterprise System Information Download

Added: March 04, 2010 | Visits: 2.761

Jar::Signer Jar::Signer Perl module ease the process of creating a signed Jar file. SYNOPSIS # using FindBin is just a suggestion. use FindBin qw( $RealBin ); use Jar::Signer; my $signer = Jar::Signer->new; # location of the keystore, created if needed. $signer->keystore("$RealBin/MyKeyStore"); #...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (762): Jar::Signer Download

Added: July 10, 2010 | Visits: 3.007

B::JVM::Jasmin B::JVM::Jasmin is a Jasmin backend for the Perl compiler. SYNOPSIS perl -MO=JVM::Jasmin,CLASSNAME perl_program.pl jasmin CLASSNAME.asm java CLASSNAME This module is a crude JVM backend for the Perl compiler. It aspires to be a "proof of concept," but I think it does not even achieve that....


Platforms: *nix

License: Freeware Size: 4.1 KB Download (701): B::JVM::Jasmin Download

Added: January 21, 2010 | Visits: 3.205

Konstrukt::Handler 0.5 Beta Konstrukt::Handler is a base class for handlers that control the processing of the requests. SYNOPSIS use Konstrukt::Handler; #inherit new(), process() and emergency_exit() use base Konstrukt::Handler; #create handler sub. usually a bit more comprehensive. see existing handlers sub...


Platforms: *nix

License: Freeware Size: 522.24 KB Download (687): Konstrukt::Handler 0.5 Beta Download

Added: June 03, 2010 | Visits: 2.259

AI::ExpertSystem::Simple AI::ExpertSystem::Simple is a simple expert system shell. SYNOPSIS This class implements a simple expert system shell that reads the rules from an XML knowledge base and questions the user as it attempts to arrive at a conclusion. This class is where all the work is being done and the other...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (599): AI::ExpertSystem::Simple Download

Added: June 09, 2010 | Visits: 2.411

Device::SNP Device::SNP is a Perl extension for the GE Fanuc SNP-X serial protocol as used by GE Fanuc DataPanel data terminals. See http://www.gefanuc.com/en/ProductServices/VisPCSolutions/DataPanel/index.html SYNOPSIS use Device::SNP; my $s = new Device::SNP::Slave( Portname => /dev/ttyUSB0, Debug...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (572): Device::SNP Download

Released: October 03, 2012  |  Added: October 22, 2012 | Visits: 3.945

BookCAT BookCAT is a fully featured book organizer database which will help you catalog a book collection of any size. Book lovers, churches, schools, clubs and business libraries all over the world are discovering that it is not necessary to spend thousands of dollars to get a sophisticated inventory...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 11.47 MB Download (554): BookCAT Download

Added: February 07, 2006 | Visits: 3.053

Anchor CRM Increase sales with effective customer relationship management software - Anchor CRM. This application helps businesses gather detailed information about customers, track their preferences and requests, file reports about customer complaints, discover trends and buying patterns, and develop...


Platforms: Windows

License: Shareware Cost: $150.00 USD Size: 883 KB Download (538): Anchor CRM Download

Added: October 14, 2010 | Visits: 2.589

Nokia::File::NFB Nokia::File::NFB is a Perl module to create, read and write Nokia nfb/nfc phone backup files. SYNOPSIS use Nokia::File::NFB; my $nfb = new Nokia::File::NFB; ## read in the file phone_backup.nfb. $nfb->read(phone_backup.nfb); ## print out the phone model the backup file is of. print...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (517): Nokia::File::NFB Download

Added: August 20, 2010 | Visits: 2.088

Audio::Ao Audio::Ao is a Perl wrapper for the Ao audio library. SYNOPSIS use Audio::Ao qw(:all); initialize_ao; my $device = open_live(default_driver_id(), 16, $rate, $channels, is_big_endian(), {}); while (#have data) { play($device, $data_buffer, $len_of_buffer); } close_ao($device($device));...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (513): Audio::Ao Download

Added: March 20, 2010 | Visits: 2.257

Algorithm::LUHN Algorithm::LUHN is a Perl module to calculate the modulus 10 double add double checksum. SYNOPSIS use Algorithm::LUHN qw/check_digit is_valid/; $c = check_digit("43881234567"); print "It worksn" if is_valid("43881234567$c"); $c = check_digit("A2C4E6G8"); # this will cause an error...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (510): Algorithm::LUHN Download

Added: January 15, 2006 | Visits: 2.906

Synopsis - Visual Programming Tool Synopsis is a visual programming tool that dramatically accelerates software development. By dragging and dropping icons and connecting them with graphical links, it is possible to assemble complex programs in literally seconds. Synopsis is not a computer language. Synopsis provides a methodology...


Platforms: Windows

License: Commercial Cost: $150.00 USD Size: 17.94 MB Download (501): Synopsis - Visual Programming Tool Download

Released: November 04, 2012  |  Added: November 04, 2012 | Visits: 426

FlickDB FlickDB is a flexible, easy-to-use program for cataloging, sorting, searching, and printing your personal movie collection. Movies are grouped into movie "lists", and each list can have an unlimited number of movies. In addition to the movie title, FlickDB includes * MPAA rating * Year of release...


Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 2.35 MB Download (498): FlickDB Download

Released: June 08, 2012  |  Added: June 08, 2012 | Visits: 521

Movienizer Portable 4.1 Build Movienizerâ„¢ is a powerful movie organizer that contains features of an encyclopedia. It was developed by movie lovers specially for movie lovers. Most people keep their things in a mess. It may be books, movies, discs with music, socks, files etc. When looking for some particular thing they...


Platforms: Windows

License: Demo Cost: $39.95 USD Size: 16.3 MB Download (496): Movienizer Portable 4.1 Build Download

Added: March 04, 2010 | Visits: 2.171

Mail::Addressbook::Convert::Ldif Mail::Addressbook::Convert::Ldif is a Perl module that can convert to and from Ldif formatted addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Ldif; my $LDIF = new Mail::Addressbook::Convert::Ldif(); my $LdifInFile ="ldifSample.txt"; # name of the file containing the Ldif...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (476): Mail::Addressbook::Convert::Ldif Download

Added: August 11, 2010 | Visits: 1.885

Bot::BasicBot::Pluggable Bot::BasicBot::Pluggable is a Perl extension to the simple irc bot base class allowing for pluggable modules. SYNOPSIS Creating the bot module # with all defaults my $bot = Bot::BasicBot->new(); # with useful options my $bot = Bot::BasicBot::Pluggable->new( channels => ["#bottest"],...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (461): Bot::BasicBot::Pluggable Download

Added: June 03, 2010 | Visits: 1.953

File::LockDir File::LockDir is a Perl basic filename-level lock utility. SYNOPSIS use File::LockDir; INTERFACE new Initializes the class. Returns the singleton object. nflock($file, $nap_till, $locker, $lockhost) Locks the supplied filename. Only $file is required. $file is the file to be...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (460): File::LockDir Download

1 2 3 4 5 >