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

Cae Speaking freeware
Filter: All | Freeware | Demo
 

Cae Speaking

< 1 2 3 4 5 
Added: October 14, 2010 | Visits: 859

Java::JVM::Classfile Java::JVM::Classfile is a Perl module to parse JVM Classfiles. SYNOPSIS use Java::JVM::Classfile; my $c = Java::JVM::Classfile->new("HelloWorld.class"); print "Class: " . $c->class . "n"; print "Methods: " . scalar(@{$c->methods}) . "n"; The Java Virtual Machine (JVM) is an abstract... Platforms: *nix

License: Freeware Size: 19.46 KB Download (90): Java::JVM::Classfile Download

Added: August 26, 2010 | Visits: 2.350

Papagayo Papagayo is a lip-sync program to synchronize animation with audio. Papagayo is a lip-syncing program designed to help you line up phonemes (mouth shapes) with the actual recorded sound of actors speaking. Papagayo makes it easy to lip sync animated characters by making the process very... Platforms: *nix

License: Freeware Size: 2.5 MB Download (204): Papagayo Download

Added: January 22, 2010 | Visits: 851

Kalyp Kalyp project is a roguelike game written in Java. Its design is based on traditions set by popular roguelike games, especially Nethack. It is single player and runs in a text terminal. The project focuses mostly on the Artificial Intelligence engine for the non-player characters. Most of the... Platforms: *nix

License: Freeware Download (97): Kalyp Download

Added: June 17, 2010 | Visits: 1.061

Moodle Moodle is a course management system (CMS) - a software package designed to help educators create quality online courses. Such e-learning systems are sometimes also called Learning Management Systems (LMS) or Virtual Learning Environments (VLE). One of the main advantages of Moodle over other... Platforms: *nix

License: Freeware Size: 9.1 MB Download (118): Moodle Download

Added: October 16, 2010 | Visits: 759

Class::MakeMethods::Template::Generic Class::MakeMethods::Template::Generic Perl module contains templates for common meta-method types. SYNOPSIS package MyObject; use Class::MakeMethods ( Template::Hash:new => [ new ], Template::Hash:scalar => [ foo ] Template::Static:scalar => [ bar ] ); package main; my $obj =... Platforms: *nix

License: Freeware Size: 153.6 KB Download (87): Class::MakeMethods::Template::Generic Download

Added: May 10, 2013 | Visits: 2.006

PHP Gmail Drive PhpGmailDrive is a new type of file sharing utility. Unlike typical file servers (say xDrive) it uses Gmail as backend file server. You can enjoy it simply by hosting a small PHP script in your web site without any database. Gmail file space is more than 2GB, so you can imagine you already have... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (169): PHP Gmail Drive Download

Added: March 08, 2010 | Visits: 1.090

cpuid 2 cpuid application dumps detailed information about the CPU(s) gathered from the CPUID instruction, and also determines the exact model of CPU(s). CPUID stands for Central Processing Unit Identifier. What is the CPUID instruction? In the earlier days of x86 computing (when the 486 was... Platforms: *nix

License: Freeware Size: 27.65 KB Download (124): cpuid 2 Download

Added: January 15, 2010 | Visits: 874

ImTranslator ImTranslator is a Firefox extension that provides additional multilingual capabilities to Firefox for more efficient communication in foreign languages. With ImTranslator you can enter multilingual text, check it for correctness, adjust unreadable messages, translate in different languages,... Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): ImTranslator Download

Added: January 03, 2010 | Visits: 1.189

Ankur Ankur is working toward supporting Bangla(Bengali) language on GNU/Linux operating system. However, most of our projects are focused on XFree86.orgs XServer. Some of our projects are in fact platform independent and adds supports of other operating systems. We are working on providing Bangla... Platforms: *nix

License: Freeware Size: 418 MB Download (263): Ankur Download

Added: April 19, 2010 | Visits: 1.268

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: March 24, 2010 | Visits: 850

The_RTF_Cookbook The_RTF_Cookbook is a RTF overview and quick reference. SYNOPSIS # Time-stamp: "2003-09-23 21:27:56 ADT" # This document is in Perl POD format, but you can read it # with just an ASCII text viewer, if you want. RTF is a nearly ubiquitous text formatting language devised by Microsoft.... Platforms: *nix

License: Freeware Size: 57.34 KB Download (102): The_RTF_Cookbook Download

Added: April 03, 2010 | Visits: 1.634

Wolfpack Wolfpack project is a server-side Ultima Online MMORPG software. Wolfpack is software for an Ultima Online MMORPG server. Gameplay is scripted using Python and XML. You need EAs Ultima Online to play on Wolfpack servers. The Wolfpack project is an effort to develop and maintain an open-source... Platforms: *nix

License: Freeware Download (119): Wolfpack Download

Added: August 15, 2010 | Visits: 906

Chess::Elo Chess::Elo is a Perl module to calculate Chess "Elo" ratings. SYNOPSIS use Chess::Elo qw(:all); # Alice is going to thump Bob... my ($alice_elo, $bob_elo) = (2100, 1200); # Oh no, Alice lost to Bob! my $result = 0; # 0.5 for draw, 1 for win my @new_elo_alice_bob = elo ($alice, 0,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): Chess::Elo Download

Added: February 19, 2010 | Visits: 1.263

Fenris 0.07-m2 build Fenris is a suite of tools suitable for code analysis, debugging, protocol analysis, reverse engineering, forensics, diagnostics, security audits, vulnerability research and many other purposes. The main logical components are: - Fenris: high-level tracer, a tool that detects the logic used... Platforms: *nix

License: Freeware Size: 1.1 MB Download (106): Fenris 0.07-m2 build Download

Added: September 26, 2010 | Visits: 962

XML::RSS::Parser XML::RSS::Parser is a liberal object-oriented parser for RSS feeds. SYNOPSIS #!/usr/bin/perl -w use strict; use XML::RSS::Parser; use FileHandle; my $p = XML::RSS::Parser->new; my $fh = FileHandle->new(/path/to/some/rss/file); my $feed = $p->parse_file($fh); # output some values my... Platforms: *nix

License: Freeware Size: 12.29 KB Download (93): XML::RSS::Parser Download

Added: February 01, 2010 | Visits: 1.229

Algorithm::NeedlemanWunsch Algorithm::NeedlemanWunsch is a sequence alignment with configurable scoring. SYNOPSIS use Algorithm::NeedlemanWunsch; sub score_sub { if (!@_) { return -2; # gap penalty } return ($_[0] eq $_[1]) ? 1 : -1; } my $matcher = Algorithm::NeedlemanWunsch->new(&score_sub); my $score =... Platforms: *nix

License: Freeware Size: 10.24 KB Download (105): Algorithm::NeedlemanWunsch Download

Added: March 10, 2010 | Visits: 660

Gnome::StockIcons Gnome::StockIcons is a Gnome 1.4 stock icons in XPM format. SYNOPSIS use Gtk; use Gnome::StockIcons; my ( $pixmap, $mask ) = Gtk::Gdk::Pixmap->create_from_xpm_d( $window->window, $style, @stock_help ); These are the Gnome 1.4 stock icons. The original PNG files are in... Platforms: *nix

License: Freeware Size: 37.89 KB Download (100): Gnome::StockIcons Download

Added: January 25, 2010 | Visits: 469

WordService WordService provides 37 functions to convert, format or speak the currently selected text, to insert data or to show statistics of the selection within all Cocoa applications (e.g. Textedit, Pages, Mail, Stickies, Safari or Xcode) and Carbon applications supporting services.Commands: Reformat... Platforms: Mac

License: Freeware Download (95): WordService Download

Added: January 25, 2010 | Visits: 1.209

Chimoo Timer Chimoo Timer is a simple countdown/up timer featuring speech recognition and text-to-speech support. Features:Speech Recognition (for Start, Stop, Reset, "current value", and "disable speech recognition").Speech support for counting seconds, speaking alerts."Tick" sound on seconds.Count up and... Platforms: Mac

License: Freeware Download (137): Chimoo Timer Download

Added: January 25, 2010 | Visits: 923

BB A simple webcam viewer for Mac OS X... I've gone through three different Mac OS programs to watch the webcam on my front door. All of them had varying stability problems, and I got sick of rebooting my PowerMac just to bring my pasteboard server back to life after one of the cam apps killed it... Platforms: Mac

License: Freeware Download (108): BB Download

< 1 2 3 4 5