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

Code Interpreter freeware
Filter: All | Freeware | Demo
 

Code Interpreter

1 2 3 4 5 > 
Released: June 01, 2012  |  Added: June 01, 2012 | Visits: 412

pseint PSeInt is a pseudo-code interpreter for spanish-speaking programming students. Its main purpose is to be a tool for learning and understanding the basic concepts about programming and applying them with an easy understanding spanish pseudocode.



Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 2.48 MB Download (54): pseint Download

Added: August 04, 2010 | Visits: 1.515

ghli ghli is GPMIs Highlevel Language Interpreter, developed to operate under GPMI, though it works as a standalone script interpreter as well. It features a byte code interpreter with complex instructions for high level languages, a framework to ease implementing precompilers, a Pascal precompiler,...





Platforms: *nix

License: Freeware Size: 133.12 KB Download (88): ghli Download

Added: May 10, 2013 | Visits: 448

Seed7 05_20090705 It contains concepts from other programming languages, but it's not considered as a direct descendant from any other language. In Seed7, new statements and operators can be declared easily. Functions with type results and type parameters are more elegant than a template or generics concept.Object...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (61): Seed7 05_20090705 Download

Added: August 07, 2010 | Visits: 1.547

Z-machine Preservation Project The Z-machine Preservation Project is a Java implementation of the Z-machine. Z-machine Preservation Project is to provide a Z-code interpreter in Java that conforms to the standard and is easy to comprehend, maintain, and extend. Architecturally, it consists of a Z-machine core system that...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (154): Z-machine Preservation Project Download

Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 560

Java Mechanic Java Mechanic is a small, easy to use application specially designed to offer users a tool that can load Java applications and applets. Modify public, private and protected fields and activate methods while the target application is running. Also decompiles, recompiles, or saves any loaded...


Platforms: Windows

License: Freeware Download (53): Java Mechanic Download

Added: May 13, 2010 | Visits: 1.384

PHP/JavaScript interpreter This scripting language interpreter is implemented in PHP and allows to execute user-supplied JavaScript-lookalike code server-side, without compromising security because everything runs safely in a sandbox. This is of course much slower than a real interpreter, but is useful for integration...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (106): PHP/JavaScript interpreter Download

Added: June 19, 2010 | Visits: 1.074

Tclperl Tclperl project allows the execution of Perl code from within a TCL interpreter using one or several embedded Perl interpreters. This package allows the execution of Perl code from a Tcl interpreter, as in: package require tclperl set interpreter [perl::interp new] $interpreter eval {print...


Platforms: *nix

License: Freeware Download (104): Tclperl Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 503

Flowcharts Interpreter Flowcharts Interpreter is a small, simple, easy to use application specially designed to offer users a system that allows novice programmers to visually represent the structure of the level of a program using flowcharts. Interpret resulting diagram to pure C++ code and run it just in the same...


Platforms: Windows, 2K, XP, 2003, Windows Vista, 2008, 7

License: Freeware Download (52): Flowcharts Interpreter Download

Released: June 08, 2012  |  Added: June 08, 2012 | Visits: 497

Algol 68 Compiler, Interpreter & Runtime Compiler, Interpreter & Runtime for UNESCO/IFIP's Algol68 revision 1; With: POSIX threads (Parallel& Multicore), plotutils, GSL (GNU scientific library), curses, sound, TCP sockets, RegEx & PostgreSQL; Algol68RS (UK Defense Research Agency) emits C code


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 468.3 KB Download (46): Algol 68 Compiler, Interpreter & Runtime Download

Added: May 10, 2013 | Visits: 496

webbased lisp interpreter webbased lisp interpreter script is a lisp interpreter written in php which can be access through a comfortable webinterface.


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

License: Freeware Download (51): webbased lisp interpreter Download

Released: May 01, 2001  |  Added: April 18, 2006 | Visits: 3.369

Mihov Code View A program for quick browsing through text files, source code and initialisation files


Platforms: Windows

License: Freeware Size: 142 KB Download (171): Mihov Code View Download

Added: August 26, 2006 | Visits: 18.209

Visual Basic Controls (Source Code) Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Free Visual Basic source code control example for creating a Command button. All of the VB Source Code is compatible with VB3, VB4, VB5 and VB6. The source code draws the control directly...


Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE

License: Freeware Size: 152 KB Download (3666): Visual Basic Controls (Source Code) Download

Added: January 18, 2010 | Visits: 2.896

Call Of Duty 2 Linux Multiplayer Server Code Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server. !! IMPORTANT !! Call of Duty 2 Linux Server is NOT SUPPORTED by Activision Customer Support. Please do not call with any questions related to this free beta product. There are other channels to aid you listed at the bottom...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (86): Call Of Duty 2 Linux Multiplayer Server Code Download

Added: September 07, 2010 | Visits: 1.149

MIT/GNU Scheme MIT/GNU Scheme is an implementation of the Scheme programming language, providing an interpreter, compiler, source-code debugger, integrated Emacs-like editor, and a large runtime library. This project is best suited to programming large applications with a rapid development cycle. Recent...


Platforms: *nix

License: Freeware Size: 18.3 MB Download (105): MIT/GNU Scheme Download

Added: July 06, 2010 | Visits: 1.265

Java RAM Interpreter JAM - Java RAM Interpreter simulates Random Access Machines (RAMs). A RAM is a theoretical computer model with an unlimited number of registers of unlimited size and a programming language similar to Assembly. It is used in the book "Theoretische Informatik" by Klaus W. Wagner. Many things...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (113): Java RAM Interpreter Download

Added: January 08, 2010 | Visits: 1.600

Code::Perl Code::Perl is a Perl module to produce Perl code from a tree. SYNOPSIS use Code::Perl::Expr qw( :easy ); my $c = derefh(scal(hash), calls(getkey)); print $c->perl; # ($hash)->{getkey()} Code::Perl allows you to build chunks of Perl code as a tree and then when youre finished building,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (175): Code::Perl Download

Added: January 09, 2010 | Visits: 1.425

Piet::Interpreter Piet::Interpreter is a Perl interpreter for the Piet programming language. SYNOPSIS use Piet::Interpreter; my $p = Piet::Interpreter->new(image => my_code.gif); $p->run; Piet is a programming language in which programs look like abstract paintings. The language is named after Piet...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (242): Piet::Interpreter Download

Added: January 23, 2010 | Visits: 1.171

Regina Rexx Interpreter Regina is a Rexx interpreter that has been ported to most Unix platforms (Linux, FreeBSD, Solaris, AIX, HP-UX, etc.) and also to OS/2, eCS, DOS, Win9x/Me/NT/2k/XP, Amiga, AROS, QNX4.x, QNX6.x BeOS, MacOS X, EPOC32, AtheOS, OpenVMS, SkyOS and OpenEdition. Rexx is a programming language that was...


Platforms: *nix

License: Freeware Size: 624.64 KB Download (152): Regina Rexx Interpreter Download

Added: November 24, 2010 | Visits: 1.697

PHP Active Code Library PHP Active Code Library (ACL) is a PHP 5 class used to store and call PHP files that are stored in a database. The files are stored in a plain text field and not a binary field. PHP ACL also takes care of include/require calls. If a file includes another file stored in the database, PHP ACL...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (130): PHP Active Code Library Download

Added: September 18, 2010 | Visits: 1.379

Code::Splice Code::Splice injects the contents of one subroutine at a specified point elsewhere. SYNOPSIS use Code::Splice; Code::Splice::inject( code => sub { print "fredn"; }, package => main, method => foo, precondition => sub { my $op = shift; my $line = shift; $line =~ m/print/ and $line =~...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (98): Code::Splice Download

1 2 3 4 5 >