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

Cc Generators freeware
Filter: All | Freeware | Demo
 

Cc Generators

< 1 2 3 4 5 > 
Added: May 05, 2013 | Visits: 485

Interface to Niederreiter GSL implementation This is Matlab interface for the C++ implementation of the low discrepancy sequence generators Niederreiter from the GNU Scientific Library.It works under Linux. Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Interface to Niederreiter GSL implementation Download

Added: May 01, 2013 | Visits: 552

Interface to Sobol GSL implementation This is Matlab interface for the C++ implementation of the low discrepancy sequence generators Sobol from the GNU Scientific Library.It works under Linux. Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Interface to Sobol GSL implementation Download

Added: June 10, 2013 | Visits: 440

Easy Technorati Tags for WordPress There are a few other Technorati Tags generators for WordPress out there but I found most of them overly complicated. View the instructions to learn more about adding it to your site. Platforms: PHP

License: Freeware Size: 10 KB Download (51): Easy Technorati Tags for WordPress Download

Added: September 02, 2013 | Visits: 509

Bounce.cc Monetize your blog with Bounce.cc, and make money from User Generated Content and your Own Blog Posts!This plugin will transform all external links, posted by you and your users, by converting them into commissionable (Revenue Sharing) links. Visitors who click these links will be transported... Platforms: PHP

License: Freeware Size: 20.48 KB Download (51): Bounce.cc Download

Released: September 28, 2013  |  Added: October 08, 2013 | Visits: 2.631

Micro Shortener url shortening is a technique on the World Wide Web in which a Uniform Resource Locator (URL) may be made substantially shorter in length and still direct to the required page. This is achieved by using an HTTP Redirect on a domain name that is short, which links to the web page that has a long... Platforms: Windows, Mac, *nix, DOS, Other,Pocket PC,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Not Applicable,Handheld/Mobile Other,Java,AS/400

License: Freeware Size: 162.62 KB Download (529): Micro Shortener Download

Added: November 15, 2013 | Visits: 381

simplerandom Simple pseudo-random number generators. Implemented in C and Python. Based on work by George Marsaglia and Pierre L'Ecuyer. Platforms: *nix

License: Freeware Size: 61.44 KB Download (33): simplerandom Download

Added: October 27, 2013 | Visits: 302

Digenpy Digenpy is a set of dictionary generators written in python. It's extremely modular and easily extensible. Platforms: *nix

License: Freeware Size: 10.24 KB Download (43): Digenpy Download

Released: April 03, 2011  |  Added: April 16, 2011 | Visits: 2.470

Imagelys Picture Styles Imagelys Picture Styles application is a way of creating an unlimited number of beautiful graphic images in a minimal amount of time. You can create seamless backgrounds for your desktop or your web design, original wallpapers, textures for 3D modelling, skins for your favorite programs, and much... Platforms: Windows

License: Freeware Size: 31.42 MB Download (445): Imagelys Picture Styles Download

Released: August 20, 2016  |  Added: August 23, 2016 | Visits: 2.443

Proxima Controller The Proxima Controller is an application that allows you to use the mouse and computer keyboard to play external MIDI devices such as synthesizers and tone generators. It is also possible to play internal devices if they are designed to respond to MIDI messages (for example, the Microsoft GS... Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 5.34 MB Download (404): Proxima Controller Download

Added: January 18, 2010 | Visits: 688

Kelbt Kelbt project can generate backtracking LALR parsers. Standard LALR parser generators emit an error upon encountering a conflict in the parse tables. Kelbt forges onward, generating parsers which handle conflicts by backtracking at runtime. Kelbt is able to generate a parser for any context-free... Platforms: *nix

License: Freeware Size: 215.04 KB Download (87): Kelbt Download

Added: June 09, 2013 | Visits: 888

pyFLTK JNI++ is a set of two code generating utilities and a core C++ library that simplify programming to the Java Native Interface (JNI) with C++. The first of these utilities is used to generate C++ "proxy" classes given a Java class or interface, and is useful for "automating" Java objects from C++.... Platforms: *nix

License: Freeware Size: 1.38 MB Download (91): pyFLTK Download

Added: June 11, 2010 | Visits: 1.009

multitask multitask allows Python programs to use generators (aka coroutines) to perform cooperative multitasking and asynchronous I/O. Applications written using multitask consist of a set of cooperating tasks that yield to a shared task manager whenever they perform a (potentially) blocking operation,... Platforms: *nix

License: Freeware Size: 10.24 KB Download (100): multitask Download

Added: June 10, 2013 | Visits: 976

Squirrel Shell Squirrel Shell is a cross-platform alternative to system shells like sh in Unix-like systems and cmd.exe (command.com) in Microsoft?*A* Windows?*A*. It is based on Squirrel scripting language which has these features: * object-oriented programming; * C++-like syntax; * dynamic typing; *... Platforms: *nix

License: Freeware Size: 645.12 KB Download (90): Squirrel Shell Download

Added: June 08, 2010 | Visits: 1.802

BNF for Java BNF for Java project is a parser/generator, or compiler-compiler. The parser reads your input text, or "terminals", specified by your BNF syntax. The parser features indefinate look-ahead and back-track. As the grammar parses your file, it builds a parse-tree which carries the content in the... Platforms: *nix

License: Freeware Download (206): BNF for Java Download

Added: March 19, 2010 | Visits: 846

LLnextgen LLnextgen is an Extended-LL(1) parser generator. LLnextgen project is a rewrite of the LLgen parser generator by D. Grune and C.J.H. Jacobs which is part of the Amsterdam Compiler Kit (ACK). Like all parser generators, LLnextgen takes the description of the grammar with associated actions as... Platforms: *nix

License: Freeware Download (94): LLnextgen Download

Added: September 21, 2013 | Visits: 764

Gjrand gjrand is a programmer's library for pseudo-random numbers. gjrand library includes random number generator testing code and is intended for simulation, games, and "Monte-Carlo" algorithms. It produces pseudo-random numbers of the types: uniform integers, uniform reals, normally distributed... Platforms: Mac

License: Freeware Size: 122.88 KB Download (101): Gjrand Download

Added: January 05, 2010 | Visits: 899

Parsing Parsing module is a pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers. From an algorithmic perspective, this is one of the most advanced parser generators in existence, for the following reasons: - The Parsing module uses a scalable algorithm... Platforms: *nix

License: Freeware Size: 82.94 KB Download (106): Parsing Download

Added: July 27, 2010 | Visits: 959

GNU Gengen GNU Gengen (GENerator GENerator) is a tool that, starting from a parameterized text, called template, generates a text generator that can substitute parameters with values. At the moment Gengen can generate C++ or C code; however other target languages are under development (e.g., Java). This... Platforms: *nix

License: Freeware Size: 327.68 KB Download (93): GNU Gengen Download

Added: July 12, 2010 | Visits: 955

CCIDE Ccide reads C, C++, BASIC, or bash source code containing embedded decision tables from stdin, expands the tables, copies the remaining statements, and forms a compilable C or C++ source module, executable bash script, or interpretable BASIC program. Erratic side effects are avoided by... Platforms: *nix

License: Freeware Size: 50.18 KB Download (103): CCIDE Download

Added: January 25, 2010 | Visits: 897

CC Navigation Let users feel more comfortable with your software by providing an easy to use system map. Using dynamic navigation scripts, this map follows users around and always shows their current location (even when they don't use the map to navigate, such as when they click on a record in a list... Platforms: Mac

License: Freeware Size: 708 KB Download (122): CC Navigation Download

< 1 2 3 4 5 >