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

Lua Programming freeware
Filter: All | Freeware | Demo
 

Lua Programming

1 2 3 4 5 > 
Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 646

Java version of Lua programming language This project is the port of Lua programming language to Java platform. It contains the bytecode compiler and interpreter, that use the same bytecode format as the original version, and partially support standard Lua library. Platforms: Windows, Mac, Linux

License: Freeware Size: 88.91 KB Download (55): Java version of Lua programming language Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 635

LSP tutorial Tutorial for the Lua programming language and web-development using LSP. Lua Server Pages, LSP for short, is a blinding fast general-purpose scripting language that is well suited for Web development and can be embedded into HTML. LSP supports the latest Web development techniques such as WEB 2.0... Platforms: Not Applicable

License: Freeware Size: 24 KB Download (51): LSP tutorial Download

Released: July 26, 2012  |  Added: July 26, 2012 | Visits: 322

lua_alt_getopt lua_alt_getopt is a module for Lua programming language for parsing command line arguments. Goals: compatibility to POSIX 'Utility Syntax Guidelines' (guidelines 3-13), GNU getopt_long(3) extentions. Platforms: Windows, Mac, Linux

License: Freeware Size: 4.61 KB Download (43): lua_alt_getopt Download

Released: July 26, 2012  |  Added: July 26, 2012 | Visits: 322

LunarEclipse LunarEclipse will provide an eclipse based IDE for the Lua programming language. Starting point is an editor with support for syntax highlighting, content folding and parsing. More features will follow... Platforms: Windows, Mac, Linux

License: Freeware Size: 2.62 MB Download (48): LunarEclipse Download

Released: July 06, 2010  |  Added: July 17, 2010 | Visits: 2.523

AutoPlay Media Studio Personal Edition AutoPlay Media Studio 8 Personal Edition is a free software development tool for programming interactive multimedia software, database applications, games, Internet tools and more. Learn to create Windows software applications using a visual development environment. The Lua scripting language and... Platforms: Windows

License: Freeware Size: 46.33 MB Download (195): AutoPlay Media Studio Personal Edition Download

Added: January 25, 2010 | Visits: 615

MudWalker MudWalker is an in-development open-source MUD client for Mac OS X. Compact connection windows that use no unnecessary screen space. Supports Telnet, MCP, ANSI color, and TWin protocols. Full support for extended character sets, including Unicode and Windows encodings. Scripting using the Lua... Platforms: Mac

License: Freeware Download (117): MudWalker Download

Released: January 23, 2013  |  Added: January 23, 2013 | Visits: 722

SQLite2009 Pro Enterprise Manager SQLite2009 Pro Enterprise Manager is a freeware tool that enables you to manage your SQLite3 databases. Features: * Encryption Method is now compatible with wxSQLite3 (AES-128 bits) and SQLite3 ADO.NET Provider (RSA-MS Crypt) * Syntax Highlight * Hex Viewer * Dump database to SQL file... Platforms: Windows

License: Freeware Size: 7 MB Download (65): SQLite2009 Pro Enterprise Manager Download

Added: May 04, 2010 | Visits: 777

Lua Lua is a powerful light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone language. Lua is free software. Lua language combines simple procedural syntax with powerful data description constructs based on associative... Platforms: *nix

License: Freeware Size: 204.8 KB Download (98): Lua Download

Added: August 13, 2010 | Visits: 826

Inline::Lua Inline::Lua is a Perl extension for embedding Lua scripts into Perl code. SYNOPSIS use Inline Lua; print "The answer to life, the universe and everything is ", answer(6, 7), "n"; __END__ __Lua__ function answer (a, b) return a*b end Inline::Lua allows you to write functions in Lua.... Platforms: *nix

License: Freeware Size: 24.58 KB Download (96): Inline::Lua Download

Released: August 15, 2012  |  Added: August 15, 2012 | Visits: 576

Lua Selenium Driver Lua Selenium Driver is a Selenium 1 library that provides a programming interface (API), i.e., a set of functions, which run Selenium commands. Within each interface, there is a programming function that supports each Selenese command. Get Lua Selenium Driver and take it for a spin to see what... Platforms: Windows

License: Freeware Download (48): Lua Selenium Driver Download

Added: October 05, 2010 | Visits: 1.201

Lua-Sqlite3 Lua-Sqlite3 project is a binding of Sqlite3 for Lua. Lua-Sqlite3 is unique in contrast to other database bindings that it consists of two layers. The first layer translates the SQLite 3 implementations C API to Lua. The first layer is called the backend. The second layers are frontend... Platforms: *nix

License: Freeware Size: 32.77 KB Download (115): Lua-Sqlite3 Download

Added: October 01, 2010 | Visits: 1.483

Io programming language Io is small prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk (all values are objects), Self, NewtonScript and Act1 (prototype-based differential inheritance, actors and futures for concurrency), LISP (code is a runtime inspectable/modifiable tree) and Lua... Platforms: *nix

License: Freeware Size: 5.4 MB Download (125): Io programming language Download

Added: October 03, 2010 | Visits: 966

Lua Filesystem Extension Library This extension library provides the filesystem primitives to your Lua scripts, which are missing from the core language. The exported primitives include mkdir, rmdir, stat, chown, chmod, and more. Available filesystem primitives: chdir() chmod() chown() cwd() is_dir() is_file() mkdir()... Platforms: *nix

License: Freeware Size: 10.24 KB Download (103): Lua Filesystem Extension Library Download

Added: August 07, 2010 | Visits: 934

Lua Networking Extension Library LUA is a small scripting language designed to be embedded inside your application to provide extensibility. It is also possible to extend the Lua scripting language itself via the use of extensions written in C. This page describes such an extension which provides a small number of basic... Platforms: *nix

License: Freeware Size: 17.41 KB Download (95): Lua Networking Extension Library Download

Added: July 17, 2010 | Visits: 1.784

Hecl Programming Language The Hecl Programming Language is a high-level scripting language implemented in Java. Hecl Programming Language is intended to be small, extensible, extremely flexible, and easy to learn and use. Hecl is intended as a complement to the Java programming language, not a replacement. As such, it... Platforms: *nix

License: Freeware Size: 2.6 MB Download (114): Hecl Programming Language Download

Added: October 25, 2010 | Visits: 1.674

2E Programming Language 2E Programming Language (two es, as in ee, or expression evaluator) is a simple algebraic syntax language. It natively supports expressions (composed of operators and operands), and function definitions, and basically nothing else. Therefore, it can be fairly straight-forward to learn (assuming... Platforms: *nix

License: Freeware Size: 31.74 KB Download (108): 2E Programming Language Download

Added: June 12, 2010 | Visits: 1.725

PATH programming language PATH is a very different programming language than what you are probably used to if youre an average programmer. If youve programmed in the language Brainf*ck, youll recognize the memory cell architecture. Also, Befunge programmers will recognize the two-dimensional way that PATH programs are... Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): PATH programming language Download

Added: May 18, 2010 | Visits: 1.742

Lua FLTK Lua FLTK project is a binding of the FLTK widget set to the language Lua. It tries to make the use of FLTK widgets seem natural to Lua programmers. It uses a simple constructor syntax, remaps C++ values onto Lua conventions, and provides direct set/get access to widget properties.. Platforms: *nix

License: Freeware Size: 184.32 KB Download (110): Lua FLTK Download

Added: July 18, 2010 | Visits: 1.548

The Qu Programming Language Qu is a powerful full-featured object oriented programming language. It is an Open Source software. The Qu Programming Language is absolutely free (as in free lunch) and distributed under the GNU General Public License (GPL). Qu is inspired by other languages. Most noticeably Perl, Python, Ruby... Platforms: *nix

License: Freeware Size: 1.3 MB Download (99): The Qu Programming Language Download

Added: June 11, 2010 | Visits: 1.547

Intro to Bash Programming HOWTO Intro to Bash Programming HOWTO is a bash programming tutorial. The Intro to Bash Programming HOWTO is meant for newbies who wish to learn how to write shell scripts for bash, the GNU Boure-Again shell. It contains several samples. It is very early in its development, but it is hoped that... Platforms: *nix

License: Freeware Download (188): Intro to Bash Programming HOWTO Download

1 2 3 4 5 >