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

Cambridge Latin freeware
Filter: All | Freeware | Demo
 

Cambridge Latin

< 1 2 3 4 5 
Added: May 04, 2010 | Visits: 866

gnome-ding GNOME-Ding is a graphical tool for spellchecking and translation (of single) words. For spellchecking GNOME-Ding will by used a installed aspell-dictionary. For translation, GNOME-Ding will use a own dictionary, that will based on a Ding-Dictionary (Ding-Projekt). At moment, GNOME-Ding will... Platforms: *nix

License: Freeware Size: 1.8 MB Download (94): gnome-ding Download

Added: April 01, 2010 | Visits: 1.079

Claroline Claroline is an Open Source software based on PHP /MySQL. Claroline is a collaborative learning environment allowing teachers or education institutions to create and administer courses through the web. The system provides group management, forums, document repositories, calendar, chat,... Platforms: *nix

License: Freeware Size: 3.6 MB Download (99): Claroline Download

Added: November 03, 2010 | Visits: 1.978

Template::Plugin::Translit::RU Template::Plugin::Translit::RU is a filter for converting cyrillic text into transliterated one and back. SYNOPSIS Use as filters. [% USE Translit::RU translit detranslit %] [% FILTER translit( koi ) %] ... This text would stay unchanged because it is not cyrillic. ... [% END %] Use as... Platforms: *nix

License: Freeware Size: 5.12 KB Download (140): Template::Plugin::Translit::RU Download

Added: April 06, 2010 | Visits: 1.070

audio_rename audio_rename can rename an audio file via information got via MP3::Tag. SYNOPSIS audio_rename -csR -@p "@a/@l/@02n_@t" . renames all the audio files in this directory and its subdirectories into a 3-level directory structure given by Artist_Name/Album/Filename, with the basename of Filename... Platforms: *nix

License: Freeware Size: 174.08 KB Download (94): audio_rename Download

Added: September 27, 2010 | Visits: 1.424

App::SimpleScan::Cookbook App::SimpleScan::Cookbook is a documentation-only module that describes how to use simple_scan for some common Web testing problems. BASICS simple_scan reads test specifications from standard input and generates Perl code based on these specifications. It can either execute them immediately,... Platforms: *nix

License: Freeware Size: 54.27 KB Download (92): App::SimpleScan::Cookbook Download

Added: October 18, 2010 | Visits: 1.097

Sigma Consolefonts Sigma Consolefonts package contains a set of UTF-8 fonts which provide readability and wide coverage. Actually, it is only one font, in an 8x16 size but with a number of variations of what gets mapped into the (psfu) consolefont. If you arent using Linux and a UTF-8 locale, this probably will not... Platforms: *nix

License: Freeware Size: 81.92 KB Download (102): Sigma Consolefonts Download

Added: May 20, 2010 | Visits: 1.189

HTML::Entities::Numbered HTML::Entities::Numbered is a Perl module for conversion of numbered HTML entities. SYNOPSIS use HTML::Entities::Numbered; $html = Hi Honey♥; # convert named HTML entities to numbered (decimal) $decimal = name2decimal($html); # Hi Honey♥ # to numbered (hexadecimal) $hex =... Platforms: *nix

License: Freeware Size: 8 MB Download (92): HTML::Entities::Numbered Download

Added: July 22, 2010 | Visits: 717

libgnomeprint libgnomeprint is a Gnome printing library. This is an implementation of the Gnome Printing Architecture, as described in: http://www.levien.com/gnome/print-arch.html An updated description of gnome-print and future plans can be found in : http://www.levien.com/gnome/print-summit-2000.htm... Platforms: *nix

License: Freeware Size: 1.1 MB Download (86): libgnomeprint Download

Added: January 21, 2010 | Visits: 853

Encode::PerlIO Encode::PerlIO is a detailed document on Encode and PerlIO. Overview It is very common to want to do encoding transformations when reading or writing files, network connections, pipes etc. If Perl is configured to use the new perlio IO system then Encode provides a "layer" (see PerlIO) which... Platforms: *nix

License: Freeware Size: 11.3 MB Download (87): Encode::PerlIO Download

Added: August 15, 2010 | Visits: 817

Verbiste Verbiste is a French conjugation system. Verbiste project contains a C++ library, two programs that can be run from the command line or from another program, and a GNOME applet. This applet shows a text field in the GNOME Panel where the user can enter a conjugated verb and obtain its complete... Platforms: *nix

License: Freeware Size: 348.16 KB Download (101): Verbiste Download

Added: January 11, 2010 | Visits: 895

FreeFont FreeFont project aims to provide a set of free outline (PostScript Type0, TrueType, OpenType...) fonts covering the ISO 10646/Unicode UCS (Universal Character Set). Why do we need free outline UCS fonts? A large number of free software users switched from free X11 bitmapped fonts to... Platforms: *nix

License: Freeware Size: 3.9 MB Download (116): FreeFont Download

Added: April 10, 2010 | Visits: 903

SCM SCM is a Firefox extension that performs Site Continuity Management validations on websites to help prevent Pharming attacks. Pharming attacks are an advanced form of Phishing where an adversary poisons the data held in the user’s DNS server. SCM is believed to be the first add-on to protect... Platforms: *nix

License: Freeware Size: 56.32 KB Download (86): SCM Download

Added: February 17, 2010 | Visits: 800

fonty-rg fonty-rg project is a set of fonts for the Linux console. LatCyrGr-16.psf is font containing most of ISO Latin characters, lot of cyrillic chars, lot of greek chars, and some punctuation. It is good for unicode linux console. This is 512 character font, means that you loose bold colour on linux... Platforms: *nix

License: Freeware Size: 66.56 KB Download (94): fonty-rg Download

Added: January 27, 2010 | Visits: 792

Lingua::Conjunction Lingua::Conjunction is Perl module convert Perl lists into linguistic conjunctions. SYNOPSIS use Lingua::Conjunction; # emits "Jack" $name_list = conjunction(Jack); # emits "Jack and Jill" $name_list = conjunction(Jack, Jill); # emits "Jack, Jill, and Spot" $name_list =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (87): Lingua::Conjunction Download

Added: May 24, 2010 | Visits: 1.166

ShiftJIS::Regexp ShiftJIS::Regexp contains regular expressions in Shift-JIS. SYNOPSIS use ShiftJIS::Regexp qw(:all); match($string, p{Hiragana}{2}p{Digit}{2}); match($string, pH{2}pD{2}); # these two are equivalent: This module provides some functions to use regular expressions in Shift-JIS on the... Platforms: *nix

License: Freeware Size: 35.84 KB Download (99): ShiftJIS::Regexp Download

Added: January 12, 2010 | Visits: 1.178

Unicode::Regex::Set Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions. SYNOPSIS use Unicode::Regex::Set qw(parse); $regex = parse([p{Latin} & p{L&} - A-Z]); Perl 5.8.0 misses subtraction and intersection of characters, which is described in Unicode Regular... Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Unicode::Regex::Set Download

Added: May 10, 2013 | Visits: 663

WebVocab WebVocab is a simple utility to replace words in Firefox (Greasemonkey enabled) browsers with another, user-specified, word. It is intended as a vocabulary study tool/game.If, for example, you are trying to learn your colors in Latin, WebVocab might replace all the instances of red in your web... Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (96): WebVocab Download

Added: March 24, 2010 | Visits: 851

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: November 22, 2010 | Visits: 1.068

Acme::OneHundredNotOut Acme::OneHundredNotOut is a raise of the bat, a tip of the hat. I have just released my 100th module to CPAN, the first time that anyone has reached that target. As some of you may know, I am getting ready to go back to college and reinvent myself from being a programmer into being a... Platforms: *nix

License: Freeware Size: 14.34 KB Download (95): Acme::OneHundredNotOut Download

Added: September 27, 2010 | Visits: 1.230

Pygoscelis Alpha Pygoscelis is modern advanced twinpanel filemanager for GNOME Desktop environment that continues in tradition of dualpanel filemanagers started by Norton Commander. Pygoscelis project is written purely in Python language using PyGTK and Gnome Python bindings. Pygoscelis provides many powerful... Platforms: *nix

License: Freeware Download (96): Pygoscelis Alpha Download

< 1 2 3 4 5