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

Wpa Dictionary Maker freeware
Filter: All | Freeware | Demo
 

Wpa Dictionary Maker

< 1 2 3 4 5 > 
Added: May 08, 2006 | Visits: 2.759

Travel Dictionary English- PPC Vocabulary relating to food and enjoyment. Between 50,000 and 150,000 entries in total, consisting of culinary terms + basic and supplementary vocabulary as Freeware. Specific user data can be viewed separately in the user dictionary or together with the original data in the dictionary. Taking...



Platforms: Windows CE

License: Freeware Size: 5.39 MB Download (591): Travel Dictionary English- PPC Download

Added: January 16, 2006 | Visits: 2.273

Travel Dictionary Spanish PC Vocabulary relating to food and enjoyment. Between 50,000 and 150,000 entries in total, consisting of culinary terms + basic and supplementary vocabulary as Freeware. Specific user data can be viewed separately in the user dictionary or together with the original data in the dictionary. Taking...





Platforms: Windows

License: Freeware Size: 7.56 MB Download (138): Travel Dictionary Spanish PC Download

Released: July 06, 2010  |  Added: July 08, 2010 | Visits: 12.274

Video DVD Maker FREE If you are looking for a flexible, easy-to-use, lean and focused DVD maker, Video DVD Maker will deliver this competitive edge. Similar to the best DVD authoring software in its class, Video DVD Maker allows ordinary users to get high quality outputs, even if they don't know the subtleties of...


Platforms: Windows

License: Freeware Size: 8.02 MB Download (1568): Video DVD Maker FREE Download

Released: August 03, 2012  |  Added: September 02, 2012 | Visits: 3.560

Windows Movie Maker With Windows Movie Maker, you can quickly turn your photos and videos into polished movies. Add special effects, transitions, sound, and captions to help tell your story. Share the movie with friends and family. Windows Movie Maker is a Free video creating/editing software application,...


Platforms: Windows

License: Freeware Size: 5.74 MB Download (638): Windows Movie Maker Download

Released: July 30, 2008  |  Added: November 26, 2008 | Visits: 2.271

DVD-Video Maker DVD-Video Maker aims to be a tool to convert various PC video formats to a DVD that can be played on pretty much any standalone DVD player. It's main target audience is people who know at least some basics about DVDs and videoaudio files. DVD-Video Maker is easy to use pretty interface. It can...


Platforms: Windows

License: Freeware Size: 8.96 MB Download (1008): DVD-Video Maker Download

Released: January 09, 2011  |  Added: January 16, 2011 | Visits: 3.335

Ringtone Maker With Ringtone Maker, you can create professional ringtones from any audio files no matter whether it is your favorite song, your relatives', friends' or pets' voices, an online radio, etc. It is easy and convenient to use the program due to the built-in New RingTone Wizard. Ringtone Maker has a...


Platforms: Windows

License: Freeware Size: 7.79 MB Download (533): Ringtone Maker Download

Released: April 23, 2009  |  Added: May 08, 2009 | Visits: 9.585

Picture Collage Maker Free Picture Collage Maker Free is a simple-to-use Windows freeware that turns ordinary photos and pictures into stunning keepsakes to share with family and friends. With just a few clicks, you can create digital collages, scrapbooks, posters, invitations, calendars, and greeting cards. Unlike...


Platforms: Windows

License: Freeware Size: 14.61 MB Download (1720): Picture Collage Maker Free Download

Added: January 18, 2010 | Visits: 1.296

Sort::Half::Maker Sort::Half::Maker is a Perl module to create half-sort subs easily. SYNOPSIS use Sort::Half::Maker qw(make_halfsort); $sub = make_halfsort( start => [ qw(x y z) ], end => [ qw(a b c) ], fallback => sub { $_[0] cmp $_[1] }, ); @list = sort $sub qw(a y f h w z b t x); # qw(x y z f h t w...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (118): Sort::Half::Maker Download

Added: April 21, 2010 | Visits: 2.566

RPM Package Maker RPM Package Maker is a frontend for other linux tools in order to help linux users to create RPM packages quickly and easily. Since version 0.8 minimal spec files are kept in: /usr/src/packages/SPECS/mini Whats New in This Release: - Small improvements and bugfixes. RPM Package Maker...


Platforms: *nix

License: Freeware Size: 563.2 KB Download (205): RPM Package Maker Download

Added: July 19, 2010 | Visits: 2.039

wpa-buddy wpa-buddy is a tool to decrypt WPA-PSK protected traffic, given the passphrase. wpa-buddy project can work in real-time (sniffing packets from a network interface) or in batch mode (reading packets from a capture file). It also produces nice output telling you whats going on. wpa-buddy...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (537): wpa-buddy Download

Added: August 23, 2010 | Visits: 1.297

Sunrise Data Dictionary Sunrise Data Dictionary is a library for hashtable storage of arbitrary data objects with built-in reference counting and guaranteed order iteration for the C programming language. Sunrise Data Dictionary library can participate in external reference counting systems or use its own built-in...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (116): Sunrise Data Dictionary Download

Added: November 23, 2010 | Visits: 1.816

El Jay Icon Maker El Jay Icon Maker is a Firefox extension that allows you to right click on any image and create an icon for use with livejournal.com There are two options to choose from when making an icon "Create Icon Instantly" and "Create Icon With Options". Selecting either link redirects you to the El Jay...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (176): El Jay Icon Maker Download

Added: October 26, 2010 | Visits: 1.113

RADIUS::Dictionary RADIUS::Dictionary is a RADIUS dictionary parser. SYNOPSIS use RADIUS::Dictionary; my $dict = new RADIUS::Dictionary "/etc/radius/dictionary"; $dict->readdict("/some/other/file"); my $num = $dict->attr_num(User-Name); my $name = $dict->attr_name(1); This is a simple module that reads a...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (103): RADIUS::Dictionary Download

Added: August 25, 2010 | Visits: 1.314

Regression mAKEr Regression mAKEr project is a simple modular application for data investigation. This is an application to help user (mathematician) to make regression between series of data, draw grpahics, and export them into various formats by means of common graphics packages (i.e., gnuplot, plotutils). It...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (138): Regression mAKEr Download

Added: May 13, 2010 | Visits: 1.672

List::Maker List::Maker is a Perl module that can generate more sophisticated lists than just $a..$b. SYNOPSIS use List::Maker; @list = < 1..10 >; # (1,2,3,4,5,6,7,8,9,10) @list = < 10..1 >; # (10,9,8,7,6,5,4,3,2,1) @list = < 1,3,..10 > # (1,3,5,7,9) @list = < 1..10 x 2 > # (1,3,5,7,9) @list = <...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (159): List::Maker Download

Added: May 26, 2010 | Visits: 1.390

Chinesepera-kun: Chinese Popup Dictionary Chinesepera-kun: Chinese Popup Dictionary is a Firefox extension that will allow you read Chinese on websites. This is useful for just getting around a site, or even MORE useful if you are studying Chinese. It works with both Simplified and Traditional characters, and also allows you to export...


Platforms: *nix

License: Freeware Size: 6.6 MB Download (113): Chinesepera-kun: Chinese Popup Dictionary Download

Added: January 18, 2010 | Visits: 922

GNU dictionary framework GNU dictionary framework project contains a toolkit for connecting to different dictionaries. It uses plugins to connect to different dictionaries (stardict, dictd, babylon..). Whats New in This Release: - compile with Qt 4.0.1 and add check it require Qt 4.0 - make better directory...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (90): GNU dictionary framework Download

Added: September 02, 2010 | Visits: 1.104

Config Maker Config Maker is a tool to automatically create C++ classes that parse configuration files. Only a few lines of text that describe the possible entries in the configuration file are needed, and the complete class will be generated ready for use. Basic usage The input files for Config Maker...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (99): Config Maker Download

Added: October 22, 2010 | Visits: 1.045

Class::Maker Class::Maker Perl module contains classes, reflection, schema, serialization, attribute- and multiple inheritance. SYNOPSIS use Class::Maker qw(class); class Human, { isa => [qw( ParentClass )], public => { string => [qw(name lastname)], ref => [qw(father mother)], array =>...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (110): Class::Maker Download

Added: September 04, 2010 | Visits: 1.188

File::Maker File::Maker is a Perl module that mimics a make by loading a database and calling targets methods. SYNOPSIS ##### # Subroutine interface # use File::Maker qw(load_db); %data = load_db($pm); ###### # Object interface # require File::Maker; $maker = $maker->load_db($pm);...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (102): File::Maker Download

< 1 2 3 4 5 >