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

Download A Dictionary software
Filter: All | Freeware | Demo
 

Download A Dictionary

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 489

Using a Dictionary in place of 'switch' This script shows a clean way of implementing a 'switch' statement in Python via a dictionary container. The dictionary is made up of known 'named states' that are tested in sequence for their current 'state'.



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Using a Dictionary in place of 'switch' Download

Added: January 25, 2010 | Visits: 928

Grammatica Grammatica is a powerful bilingual grammar and spell checker for English, French, Spanish, and German. The product provides sophisticated grammar suggestions and exhaustive spelling corrections, including a dictionary with hundreds of thousands of entries in each language. Grammatica allows the...





Platforms: Mac

License: Shareware Cost: $0.00 USD Download (120): Grammatica Download

Added: August 05, 2013 | Visits: 567

Scrabble Dictionary Scrabble Dictionary is a dictionary / word builder for Scrabble?*A*-like games. It allows you to determine which words can be formed with a given rack and board. Features single and multi-player modes, multiple board designs and tile bags. Features: * Word Builder - Finds all possible words!...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 5.8 MB Download (62): Scrabble Dictionary Download

Added: May 10, 2013 | Visits: 288

Implementing an Immutable Dictionary This script represents the implementation of a dictionary, whose items cannot be reset or deleted, nor new can be added.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Implementing an Immutable Dictionary Download

Added: May 10, 2013 | Visits: 444

Dictionary with attribute-style access This script defines a dictionary with attribute-style access. It maps attribute access to the real dictionary.It can be easier to read and type data access using the simpler attribute syntax (one dot), that using a lot of square-brackets and quotes. Of course, your key must match a valid...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Dictionary with attribute-style access Download

Added: May 10, 2013 | Visits: 342

Case-insensitive Dictionary Case-insensitive Dictionary script is a dictionary that has case-insensitive keys. An internal dictionary maps lowercase keys to (key,value) pairs. All key lookups are done against the lowercase keys, but all methods that expose keys to the user retrieve e lowercanal keys.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Case-insensitive Dictionary Download

Added: May 10, 2013 | Visits: 480

Functional dictionary and list types The purpose of this module is to provide a dictionary and list type that can aid in relational algebra, functional programming, list-oriented programming, and perhaps even code obfuscation.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Functional dictionary and list types Download

Added: May 10, 2013 | Visits: 409

Priority dictionary This data structure acts almost like a dictionary, with two modifications: First, D.smallest() returns the value x minimizing D[x]. For this to work correctly, all values D[x] stored in the dictionary must be comparable. Second, iterating "for x in D" finds and removes the items from D in sorted...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Priority dictionary Download

Added: May 10, 2013 | Visits: 524

Dictionary Maker This set of scripts is intended to build a dictionary of words, to make an index or spell-checker or to create bases of words for tools that build a list of keyword from a web page. The main script builds a list of all the words inside a text. Other scripts are provided to remove doubloons, merge...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): Dictionary Maker Download

Added: May 10, 2013 | Visits: 408

widget download The users needs to be authenticated before they can download a file. Installation Unpack and upload it to the /wp-content/plugins/ directory. Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (49): widget download

Added: July 03, 2013 | Visits: 462

The Easy Dictionary Maker Got an online community with its own language, want to create a dictionary for someone then this is for you.It is a piece of cake to set up and comes complete with a members area, an admin area and automatically cross-references with the help of The Easy Dictionary Maker.


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 163.84 KB Download (41): The Easy Dictionary Maker Download

Added: August 07, 2008 | Visits: 1.081

Coolexon Dictionary Coolexon is a dictionary and multi-language translation software providing results in over 60 languages. It offers users a variety of free dictionaries and translation tools in English, French, German, Spanish, Chinese, Japanese and other major languages in the world.


Platforms: Windows

License: Shareware Cost: $35.00 USD Size: 3.3 MB Download (537): Coolexon Dictionary Download

Added: August 16, 2008 | Visits: 1.948

Download Helper Creates robust one-shot download-helper files.A small 200k executable that is used to download a specific file from the Internet. It does not give up easily on problem Internet connections and will resume a download from where it left off. A download-helper can be created for any file you want...


Platforms: Windows

License: Shareware Cost: $6.95 USD Size: 1.12 MB Download (291): Download Helper

Added: August 27, 2008 | Visits: 1.209

Osirion Download Calculator Osirion Download Calculator is a curious tool that works to calculate the amount of time it takes to download a certain file using a predefined connection. Select yours from a wide range of connections, and then specify the file size you want to download. The program will give you the information...


Platforms: Windows

License: Freeware Size: 6 KB Download (497): Osirion Download Calculator

Added: May 10, 2013 | Visits: 405

Download a file via Trivial File Transfer Protocol The tftpy library provides simple classes for TFTP clients and servers alike. This script is as simple as installing this library, instantiating a TftpClient object, and invoking its download() method.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Download a file via Trivial File Transfer Protocol

Added: May 10, 2013 | Visits: 899

A List of Dictionaries This  class emulates a list of dictionary objects without the memory and pickle storage overhead which occurs when storing every item in the list as a dictionary.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): A List of Dictionaries Download

Added: August 22, 2013 | Visits: 471

Download Post Comments This plugin adds a link to the "Edit Posts" view that will allow someone with "can moderate comments" capability (Editor) to download a CSV of all comments for that particular post. This gives an easy one page view of all comments and that can be opened using something like Microsoft Excel....


Platforms: PHP

License: Freeware Size: 20.48 KB Download (42): Download Post Comments

Added: November 28, 2013 | Visits: 206

BareNecessities BareNecessities is a Python library that provides the bn module containing a dictionary allowing attribute access to values. Get Started * Download and install from source or copy and paste from below: class AttributeDict(dict): def __getattr__(self, name): if not self.has_key(name): raise...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (39): BareNecessities Download

Released: January 30, 2013  |  Added: February 07, 2013 | Visits: 4.707

Inspyder InSite With InSite, you can check for broken links, spelling mistakes and SEO related problems on virtually any website. Just enter your URL and click go! InSite is easy to use, yet powerful enough to handle complex sites. InSite's built-in website spell checker allows you to spell check entire...


Platforms: Windows

License: Shareware Cost: $59.95 USD Size: 25.07 MB Download (262): Inspyder InSite Download

Added: June 07, 2010 | Visits: 648

slowarj Slowarj provides a dictionary and a rehearsal tool, which support almost any language. Its goal is to provide a method of creating dual language dictionaries, and to support the use of these dictionaries for rehearsing.. Get slowarj at SourceForge.net. Fast, secure and free downloads from the...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (90): slowarj Download

1 2 3 4 5 >