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

Two Latest Programming Languages freeware
Filter: All | Freeware | Demo
 

Two Latest Programming Languages

< 1 2 3 4 5 
Added: September 21, 2013 | Visits: 508

Language Popularity Index The Language Popularity Index tool is a fully automatic, transparent, open source and free utility to measure the popularity of programming languages on the Internet. The measurement of programming language popularity suffers two common problems that are probably the same for most market... Platforms: *nix

License: Freeware Size: 450.56 KB Download (35): Language Popularity Index Download

Released: August 28, 2014  |  Added: September 22, 2014 | Visits: 1.935

Limnor Studio A visual codeless programming system with built in support for web development and web application, databases, 2D drawings, web services, kiosk, ActiveX, etc. All kinds of software can be developed without learning and using textural computer languages. Visual representations of programming are... Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 7.42 MB Download (79): Limnor Studio Download

Released: May 15, 2018  |  Added: July 01, 2018 | Visits: 1.851

ETAC Interpreter The ETAC programming language is, arguably, the first of an evolutionary step of dictionary and stack based token activated programming languages, capable of full traditional high-level block structured syntax with the versatility and efficiency of a token activated stack-based language. A token... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 13.06 MB Download (721): ETAC Interpreter Download

Added: August 05, 2008 | Visits: 1.915

SWF To Image SWF To Image library is a FREEWARE ActiveX programming library for converting SWF into BMP, JPG, GIF? PNG images from Visual Basic, Visual Basic.NET, ASP, ASP.NET, Visual C++, Visual C# programming languages. For example, you want to display thumbnail for every flash movie in your application or... Platforms: Windows

License: Freeware Size: 1.16 MB Download (353): SWF To Image Download

Added: August 02, 2008 | Visits: 1.179

AudioGenie AudioGenie is a fast 32Bit ActiveX-OCX with over 345 functions to read audio file information (like Bitrate, Samplerate, Frames, Duration, Version-Number, etc). The OCX also has functionality to read and write audio file tags like id3v1, id3v2, ape and more. You can use AudioGenie in many... Platforms: Windows

License: Freeware Size: 423 KB Download (136): AudioGenie Download

Added: August 14, 2008 | Visits: 1.287

Brazu Color Brazu Color is a completely free colour selector, which is very useful for webmasters, graphics designers and developers, programmers, artists and professionals from the graphics world. The Brazu Color selector lets you create and save your own colour palettes:* Colour capture from the screen.*... Platforms: Windows

License: Freeware Size: 2 KB Download (169): Brazu Color Download

Added: January 18, 2010 | Visits: 829

Sub::PatMat Sub::PatMat can call a version of subroutine depending on its arguments. SYNOPSIS use Sub::PatMat; # basics: sub fact : when($_[0] <= 1) { 1 } sub fact { my ($n) = @_; $n*fact($n-1) } print fact(6); # referring to things other than @_: sub mysort : when($a < $b) { -1 } sub mysort :... Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Sub::PatMat Download

Added: November 24, 2010 | Visits: 908

Perl6::Parameters Perl6::Parameters is a module with Perl 6-style prototypes with named parameters. SYNOPSIS use Perl6::Parameters; sub mysub($foo, ARRAY $bar, *%rest) { ... } DETAILS Perl6::Parameters is a Perl module which simulates Perl 6s named parameters. (When I talk about "named parameters" I... Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): Perl6::Parameters Download

Added: July 07, 2010 | Visits: 940

Inline::C Inline::C is a Perl module that can Write Perl Subroutines in C. Inline::C is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own support module. This document describes how to use... Platforms: *nix

License: Freeware Size: 92.16 KB Download (93): Inline::C Download

Added: June 08, 2010 | Visits: 1.411

Logo++ Logo++ project is a simple Logo-like interpreter. It draws graphical figures by following very simple instructions. Though it lacks many essential features of "serious" programming languages, it remains a funny start for beginners in computer programming, particularly for kids.. Platforms: *nix

License: Freeware Size: 100.35 KB Download (215): Logo++ Download

Added: August 01, 2010 | Visits: 1.631

Selenium Remote Control Selenium Remote Control project is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. Selenium Remote Control provides a Selenium Server, which can automatically... Platforms: *nix

License: Freeware Size: 8.3 MB Download (94): Selenium Remote Control Download

Added: November 11, 2010 | Visits: 2.064

screen-scraper screen-scraper project is a tool used to extract data from web sites. You might use screen-scraper for the following purposes: - Data Mining and Extraction - Data Migration - Application Integration - Business Intelligence - Web Task Automation - Portal Components - Meta-Searching -... Platforms: *nix

License: Freeware Size: 66 MB Download (154): screen-scraper Download

Added: June 16, 2010 | Visits: 1.728

Bison Bison project is a general-purpose parser generator that converts a grammar description for an LALR context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you can use it to develop a wide range of language parsers, from those used in simple desk... Platforms: *nix

License: Freeware Size: 1.3 MB Download (153): Bison Download

Added: October 07, 2010 | Visits: 873

Dee-Python Dee-Python project is an implementation of a truly relational database language with Python. Inspired by Date and Darwens Third Manifesto, it addresses the problems of impedance mismatch between programming languages and databases and the weakness of SQL. Mind The Gap Most of todays programs... Platforms: *nix

License: Freeware Size: 819.2 KB Download (101): Dee-Python Download

Added: August 02, 2010 | Visits: 865

YAML YAML - YAML Aint Markup Language. SYNOPSIS use YAML; # Load a YAML stream of 3 YAML documents into Perl data structures. my ($hashref, $arrayref, $string) = Load(<<...); --- name: ingy age: old weight: heavy # I should comment that I also like pink, but dont tell anybody. favorite... Platforms: *nix

License: Freeware Size: 98.3 KB Download (103): YAML Download

Added: July 19, 2010 | Visits: 828

jwx! jwx! is a Java binding to the wxWidgets GUI framework. jwx! adds Java to the list of languages you can use to develop GUIs with the wxWidgets framework. Why yet another GUI toolkit for Java? The reason is not, as you might think, providing native GUI library for Java, but my thought of an... Platforms: *nix

License: Freeware Download (94): jwx! Download

Added: July 12, 2010 | Visits: 1.227

Jostraca Jostraca is a general purpose code generation toolkit for software developers. Jostraca project uses JSP syntax and can be configured to use a number of different programming languages. Jostraca is a templating tool for Generative Programming. Jostraca generates code using the Java Server... Platforms: *nix

License: Freeware Size: 942.08 KB Download (98): Jostraca Download

Added: March 05, 2010 | Visits: 1.430

C Algorithms Library C Algorithms Library is a collection of commonly used Computer Science algorithms. The focus is on code that is well documented and tested, portable, and reusable. The C Programming Language has a much smaller standard library compared to other more modern programming languages such as Java... Platforms: *nix

License: Freeware Size: 337.92 KB Download (117): C Algorithms Library Download

Added: June 10, 2010 | Visits: 893

Glade Glade project is a free user interface builder for GTK+ and GNOME. The user interfaces designed in Glade are saved as XML, and by using the libglade library these can be loaded by applications dynamically as needed. (Glade can also generate C code, though this isnt recommended for large... Platforms: *nix

License: Freeware Size: 1.5 MB Download (98): Glade Download

Added: April 19, 2010 | Visits: 1.181

libXEL libXEL is an event log library that stores log data in SQLite files and is capable of exporting it as XML and CSV. It provides a set of C/C++ preprocessor macros for project integration. It can gather some information about the system at run time. It is ideal, but not limited, to generate log... Platforms: *nix

License: Freeware Size: 337.92 KB Download (100): libXEL Download

< 1 2 3 4 5