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

Constructing Informational Speeches freeware
Filter: All | Freeware | Demo
 

Constructing Informational Speeches

< 1 2 3 4 5 > 
Added: September 13, 2010 | Visits: 1.038

Perl::Metric::Basic Perl::Metric::Basic is a Perl module that can provide basic software metrics. SYNOPSIS # first construct a PPI::Document object to pass in my $document = PPI::Document->load("t/lib/Acme.pm"); # then retrieve metrics on the document my $m = Perl::Metric::Basic->new; my $metric =... Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Perl::Metric::Basic Download

Added: July 09, 2010 | Visits: 1.263

Gherkin Gherkin is a Web-enabled, multi-threaded, centralized security scan manager that incorporates Nessus vulnerability scanning, DNS and nmblookup name resolution, and Nmap fingerprinting and scanning. Gherkin is _not_ coded in a secure manner, and is most definately exploitable. Considering this... Platforms: *nix

License: Freeware Size: 337.92 KB Download (98): Gherkin Download

Added: May 02, 2010 | Visits: 756

Audio:PSID Audio:PSID is a Perl module to handle SID files (Commodore-64 music files). SYNOPSIS use Audio::SID; $mySID = new Audio::SID(-filename => Test.sid) or die "Whoops!"; print "Title = " . $mySID->get(title) . "n"; print "MD5 = " . $mySID->getMD5(); $mySID->set(author => LaLa, title =>... Platforms: *nix

License: Freeware Size: 22.53 KB Download (92): Audio:PSID Download

Added: November 06, 2010 | Visits: 882

euCatalogue 2.0 euCatalogue is a catalogue framework in Java to help you build a generic catalogue structure. euCatalogue includes an "admin Web interface" to help with constructing the catalogue and a "user Web interface" which allows browsing the catalogue. Installation: 1. Set up a database on the... Platforms: *nix

License: Freeware Size: 5.3 MB Download (93): euCatalogue 2.0 Download

Added: July 14, 2010 | Visits: 1.052

Math::Symbolic Math::Symbolic is a Perl module for symbolic calculations. SYNOPSIS use Math::Symbolic; my $tree = Math::Symbolic->parse_from_string(1/2 * m * v^2); # Now do symbolic calculations with $tree. # ... like deriving it... my ($sub) = Math::Symbolic::Compiler->compile_to_sub($tree); my... Platforms: *nix

License: Freeware Size: 102.4 KB Download (102): Math::Symbolic Download

Added: February 19, 2010 | Visits: 1.268

Crow Designer Crow is a modern GUI builder for the GTK+ toolkit. Crow is full-featured yet lightweight: its tree-based [Property Explorer]? solves many GUI constructing tasks in a versatile manner without additional popup dialogs. The project is targeted to develop a tool that is coherent and productive for... Platforms: *nix

License: Freeware Size: 348.16 KB Download (99): Crow Designer Download

Added: February 23, 2010 | Visits: 865

Gideon Gideon is an innovative GUI builder for GTK+. It is an advanced IDE-embeddable RAD tool designed to fulfill the needs of desktop programmers who want to create multi-platform GTK+ based applications with minimal GUI coding. Gideon is full-featured yet elegant: its unique Property Explorer... Platforms: *nix

License: Freeware Size: 317.44 KB Download (95): Gideon Download

Added: October 25, 2010 | Visits: 992

Palm::Progect::Converter::Text Palm::Progect::Converter::Text is a Perl module to convert between Progect databases and Text files. SYNOPSIS my $converter = Palm::Progect::Converter->new( format => Text, # ... other args ... ); $converter->load_records(); # ... do stuff with records $converter->save_records();... Platforms: *nix

License: Freeware Size: 40.96 KB Download (95): Palm::Progect::Converter::Text Download

Added: July 26, 2010 | Visits: 632

Albatross Albatross library is a small and flexible Python toolkit for developing highly stateful web applications. The toolkit has been designed to take a lot of the pain out of constructing intranet applications although you can also use Albatross for deploying publicly accessed web applications. In... Platforms: *nix

License: Freeware Size: 256 KB Download (89): Albatross Download

Added: October 09, 2010 | Visits: 1.402

EnderUNIX Hafiye Hafiye is a POSIX-compliant, customizable TCP/IP packet sniffer. When I looked at the source code for various famous sniffers, Ive noticed that they all had all seperate .C files for interpreting various protocols. Why not have a sniffer that can understand user-supplied protocol details? Here it... Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): EnderUNIX Hafiye Download

Added: June 10, 2010 | Visits: 1.442

Gentle.NET Gentle.NET is an RDBMS independent object persistence framework. Gentle.NET features automatic SQL generation and object construction, an SQL factory for creating custom queries, DataView construction helpers, excellent performance and reasonably complete docs. The framework defines a few... Platforms: *nix

License: Freeware Size: 7 MB Download (93): Gentle.NET Download

Added: July 02, 2010 | Visits: 2.334

JACK Meter Jack Meter is a basic console based DPM (Digital Peak Meter) for JACK. I wrote it for quickly checking remote signal levels, without having to run X11 to use a pretty graphical meter such as meterbridge. Usage Usage jack_meter [-f freqency] [-r ref-level] [-w width] [-n] [< port >, ...]... Platforms: *nix

License: Freeware Size: 143.36 KB Download (272): JACK Meter Download

Added: February 11, 2010 | Visits: 1.910

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: April 07, 2010 | Visits: 937

mod_musicindex 1.2.0 mod_musicindex is an Apache module initially aimed at being a C implementation of the Perl module Apache::MP3 (http://search.cpan.org/dist/Apache-MP3/). It allows nice displaying of directories containing MP3, FLAC, Ogg Vorbis or MP4/AAC files, including sorting them on various fields,... Platforms: *nix

License: Freeware Size: 450.56 KB Download (95): mod_musicindex 1.2.0 Download

Added: February 14, 2010 | Visits: 581

Grester 0.3 Grester project is a Maven2 plugin for Jester, the JUnit tester tool. It enables Jester to be executed at any valid Maven lifecycle phase in a Maven Project. It saves developers from constructing cumbersome Java classpath entries on the commandline every time they need Jester to run against... Platforms: *nix

License: Freeware Size: 112.64 KB Download (91): Grester 0.3 Download

Added: September 18, 2010 | Visits: 1.093

BATTS BATTS provides a lean, elegant trouble ticket system with command line and Web interfaces. BATTS (Barnhard Associates Trouble Ticketing System) is a lean, elegant trouble ticket system with both command line and Web interfaces, written in Perl. It uses MySQL for its backend, and has a... Platforms: *nix

License: Freeware Size: 133.12 KB Download (135): BATTS Download

Added: February 11, 2010 | Visits: 1.673

Mail::Webmail::Yahoo Mail::Webmail::Yahoo is a Perl module that enables bulk download of yahoo.com -based webmail. SYNOPSIS use Mail::Webmail::Yahoo; $yahoo = Mail::Webmail::Yahoo->new(%options); @folders = $yahoo->get_folder_list(); @messages = $yahoo->get_mail_messages(Inbox, all); # Write messages to disk... Platforms: *nix

License: Freeware Size: 28.67 KB Download (100): Mail::Webmail::Yahoo Download

Added: January 13, 2010 | Visits: 939

Object::Trampoline Object::Trampoline is a Perl module for delay object construction, and optionally using the class module, until a method is actually dispatched, simplifies runtime definition of handler classes. SYNOPSIS # adding "use_class" will perform an "eval use $class" # at the point where the object... Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): Object::Trampoline Download

Added: August 08, 2010 | Visits: 1.268

Spring Rich Client Spring-RCPs mission is to provide an elegant way to build highly-configurable, GUI-standards-following rich-client applications faster by leveraging the Spring Framework, and a rich library of UI factories and support classes. The Spring Rich Client Project (RCP) is a sub-project of The Spring... Platforms: *nix

License: Freeware Size: 15.7 MB Download (96): Spring Rich Client Download

Added: February 07, 2010 | Visits: 1.031

jpeg2ps jpeg2ps is a utility for converting JPEG images to compressed PostScript Level 2 or 3 files (without uncompressing the images). The JPEG data is simply >wrapped< with PostScript which yields considerably smaller PS files. This project is a simple command line utility and can be used on DOS,... Platforms: *nix

License: Freeware Size: 66.56 KB Download (243): jpeg2ps Download

< 1 2 3 4 5 >