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

Type Light software
Filter: All | Freeware | Demo
 

Type Light

1 2 3 4 5 > 
Released: August 09, 2012  |  Added: August 09, 2012 | Visits: 679

Type light 3.0 With Type light you can design, edit, and convert OpenType TrueType (.ttf) and PostScript (.otf) fonts. Type light is free for personal use. Features: Convert between OpenType TrueType and OpenType PostScript fonts. Edit glyphs as TrueType or as standard PostScript curves. Create and edit fonts... Platforms: Windows

License: Freeware Size: 1.62 MB Download (432): Type light 3.0 Download

Added: January 25, 2010 | Visits: 701

NightLights Screensaver NightLights Screensaver is a screensaver of blinking lights. It doesn't matter which holiday you're celebrating, there's a color combination for every need. NightLights comes with both "Mini", and "C7" type light bulbs. You can choose to display either or both. You can also choose the blink time,... Platforms: Mac

License: Shareware Cost: $0.00 USD Download (107): NightLights Screensaver Download

Added: August 01, 2006 | Visits: 9.502

Office Key Light Office Password Recovery Key Light is a two-in-one product that recovers all types of passwords for MS Excel and MS Word files. The best thing that could possibly happen to you if a password is forgotten is lost time. It common to recreate a spreadsheet template or a word form just because of a... Platforms: Windows

License: Shareware Cost: $65.00 USD Size: 919 KB Download (630): Office Key Light Download

Released: September 07, 2002  |  Added: February 22, 2006 | Visits: 3.075

Auto Type Auto Type 2.1 Auto Type Complete words that are typed in windows applications When a matching word his typed a list of words it displayed. Then hitting the TAB key can complete the word or phrase. www.vsisystems.com - Vsisoftware.com Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 1.55 MB Download (504): Auto Type Download

Added: October 16, 2006 | Visits: 2.441

Blood type definer Find out the possible blood type of your child by entering the blood types of the parents. Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 66 KB Download (477): Blood type definer Download

Added: July 05, 2010 | Visits: 1.406

Hogwash Light BR Hogwash Light BR is an Intrusion Prevention System that can filter packets directly in the layer 2 of the OSI model (so the machine doesnt need even an IP address). Detection of malicious/anomalous traffic is done by rules based in signatures, and the user can add more rules. It is an efficient... Platforms: *nix

License: Freeware Size: 194.56 KB Download (104): Hogwash Light BR Download

Added: May 16, 2010 | Visits: 1.393

XML::Schema::Type::Simple XML::Schema::Type::Simple is a base class for simple XML Schema datatypes. SYNOPSIS package XML::Schema::Type::whatever; use base qw( XML::Schema::Type::Simple ); use vars qw( @FACETS ); @FACETS = ( minLength => 10, maxLength => 30, otherFacet => { value => $n, fixed => 1,... Platforms: *nix

License: Freeware Size: 143.36 KB Download (107): XML::Schema::Type::Simple Download

Added: May 26, 2010 | Visits: 1.675

XML Schema Standard Type Library XML Schema Standard Type Library, in short XSSTL, is a collection of universally-useful data types defined in the W3C XML Schema language. The provided types describe concepts such as email address, IP address, phone number, country code, US states, etc. To make all the types from XSSTL... Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): XML Schema Standard Type Library Download

Added: March 03, 2010 | Visits: 1.128

Class::Meta::Type Class::Meta::Type is a Perl module for data type validation and accessor building. SYNOPSIS package MyApp::TypeDef; use strict; use Class::Meta::Type; use IO::Socket; my $type = Class::Meta::Type->add( key => io_socket, desc => IO::Socket object, name => IO::Socket Object ); This... Platforms: *nix

License: Freeware Size: 61.44 KB Download (93): Class::Meta::Type Download

Added: July 15, 2010 | Visits: 1.341

Audio::File::Type Audio::File::Type represents an audio filetype. An instance of an object inherited from Audio::File::Type is returned by the constructor of Audio::File. This object currently provides access to the audio files information like its audio properties (bitrate, sample rate, number of channels, ...)... Platforms: *nix

License: Freeware Size: 74.75 KB Download (110): Audio::File::Type Download

Added: April 27, 2010 | Visits: 922

File type determination File type determination is a little KDE Service Menu that calls the GNU file command to retrieve Mime information from files, and presents it inside a standard KDE dialog.. Platforms: *nix

License: Freeware Download (98): File type determination Download

Added: April 14, 2010 | Visits: 1.006

Hash::Type Hash::Type module contains pseudo-hashes as arrays tied to a "type" (list of fields). SYNOPSIS use Hash::Type; # create a Hash::Type my $personType = new Hash::Type(qw(firstname lastname city)); # create and populate some hashes tied to $personType tie %wolfgang, $personType, "wolfgang... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Hash::Type Download

Added: March 12, 2010 | Visits: 1.109

Data::Type::Docs Data::Type::Docs is a Perl module with the manual overview. MANUALS Data::Type::Docs::FAQ Frequently asked questions. Data::Type::Docs::FOP Frequently occuring problems. Data::Type::Docs::Howto Point to point recipes how to get things done. Data::Type::Docs::RFC Exact API... Platforms: *nix

License: Freeware Size: 70.66 KB Download (88): Data::Type::Docs Download

Added: July 14, 2010 | Visits: 1.226

Data::Type Data::Type is a Perl module with versatile data and value types. SYNOPSIS use Data::Type qw(:all); use Error qw(:try); try { verify $email , EMAIL; verify $homepage , URI(http); verify $cc , CREDITCARD( MASTERCARD, VISA ); verify $answer_a , YESNO; verify $gender , GENDER; verify... Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Data::Type Download

Added: January 01, 2010 | Visits: 1.298

Light Hawk Light Hawk is a KDE Jabber client. It is unfinished, but I have been using it every day for some time now. Those interested in following or helping development should use GNU arch 1.2 or later. My archive is neil@hakubi.us--terminus and is available at http://www.hakubi.us/arch/terminus/. The... Platforms: *nix

License: Freeware Size: 901.12 KB Download (99): Light Hawk Download

Added: November 06, 2010 | Visits: 1.024

File::Type::Builder File::Type::Builder is Perl module to parse mime-magic and generate code. SYNOPSIS my $build = File::Type::Builder->new(); while ( ) { chomp; my $parsed = $build->parse_magic($_); my $code = $build->string_start($parsed); (or string_offset or beshort) } Reads in the mime-magic... Platforms: *nix

License: Freeware Size: 153.6 KB Download (93): File::Type::Builder Download

Added: February 16, 2010 | Visits: 1.236

SVN::RaWeb::Light::Help SVN::RaWeb::Light::Help is Perl module to generate the Help HTML for SVN::RaWeb::Light. SYNOPSIS Warning! This moduls is auto-generated. FUNCTIONS print_data() Prints the HTML data to the standard output.. Platforms: *nix

License: Freeware Size: 15.36 KB Download (100): SVN::RaWeb::Light::Help Download

Added: January 08, 2010 | Visits: 1.265

SVN-RaWeb-Light SVN-RaWeb-Light is a Perl module, that once installed and driven by a CGI script provides a lightweight Web-based browser for remote Subversion repositories, not unlike the default HTML one for http:// repositories. (with some improvements). If you deploy this module in a public URL with a good... Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): SVN-RaWeb-Light Download

Added: January 03, 2010 | Visits: 2.637

Strobe Light Simple utility that turns your monitor into a configurable strobe light. Source code is included alongside the executable "strobelight" in the archive.. Strobe Light KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games... Platforms: *nix

License: Freeware Size: 6.14 KB Download (566): Strobe Light Download

Added: August 23, 2010 | Visits: 821

Tangram::Type::Extending Tangram::Type::Extending is a Perl module for teaching Tangram about new types. Tangram::Type is the root of a hierarchy of classes that are responsible mapping individual field to SQL entities (columns in the simplest cases). There is one Type object per persistent field. Adding support for... Platforms: *nix

License: Freeware Size: 153.6 KB Download (94): Tangram::Type::Extending Download

1 2 3 4 5 >