Code Monkey home page Code Monkey logo

LuaForge's Projects

bitstring icon bitstring

Lua bitstring parsing and creation library based on Erlang bit syntax. Bitstring is useful for network protocol programming and for manipulation of bit based file formats. It provides conversion of strings to binary and hexadecimal formats This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

cauldron icon cauldron

Cauldron is a World of Warcraft add-on that provides an enhanced tradeskill window with queueing capabilities and a shopping list for retrieving reagents from alts or vendors. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

class icon class

This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

compat icon compat

The Package Compatibility (Compat-5.1) is a set of files which provides an implementation of the new package model of Lua 5.1 to be used in Lua 5.0. The set of files consists of a Lua file and a pair of a C source and header files. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

etree icon etree

Lua Element Tree is an XML library that enables manipulation of XML documents as simple Lua data structures. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

geoip icon geoip

Look up the country (and with an appropriate database, also city, coordinates and more details) for a given IP address or hostname. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

harmony icon harmony

Harmony is a business rules layer for Lua. Its goal: provide state and validation rules for lua entities, while using a Rule-based approach. Interaction is made through a message queue, extendable to add support for remote and distributed access. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

html icon html

Library for parsing HTML, writen in pure-Lua. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

json icon json

JSON (Javascript Object Notation - http://www.json.org) encoding / decoding module for Lua, and very basic JSON RPC module (requiring socket 2.0). Module requires compat-5.1 if using Lua 5.0. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

l-bia icon l-bia

Lua Built-In program (L-Bia) is a self-running Lua interpreter. It turns your Lua program with all required modules (either Lua or C libraries) and an interpreter into a single stand-alone program. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

lar icon lar

Virtual file system for Lua using ZIP compression. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

latt icon latt

LATT is a tool for automated testing. It looks like xUnit and it's based on the article written by Kent Beck: Simple Smalltalk Testing: With Patterns (http://www.xprogramming.com/testfram.htm). This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

lldebug icon lldebug

This is a debugger for Lua inspired by the visual studio. It is possible to debug in a special environment like "the coroutine object called each frame from a C language side" etc. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

lmemory icon lmemory

LMemory is a memory allocator, used to substitute the system's realloc function, it is high performance and no memory fragment, takes a small amount of memory space more than realloc(), fits for a large scale server application written in Lua. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

lsd icon lsd

Lua Subtitle Downloader is a program that scans all movie files from a directory and its subdirectories and downloads their respective subtitles from different websites. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

lst icon lst

A pure Lua port of the popular StringTemplate (http://www.stringtemplate.org/) project, intended to bring the power of this flexible template system to more resource constrained environments. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

lua-dbus icon lua-dbus

LuaDBUS is a dbus binding intended to provide easy access to the full facilities offered by the dbus specifications: bus creation and connexion, message bunding and parsing. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

lua-eclipse-ide icon lua-eclipse-ide

The Lua Eclipse Integrated Development Environment (IDE) is a set of Eclipse plug-ins that provide an editor and debugger for developing Lua scripts. If you use Eclipse to develop Java or C/C++ then you already know how to use the Lua Eclipse IDE. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

lua-ex icon lua-ex

The Lua Extension API is a proposal for a standard set of functions to provide a more complete programming environment for Lua. This is now hosted at http://code.google.com/p/lua-ex-api/ This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

lua-gtk icon lua-gtk

Binding for Gnome libraries (Gtk etc.) for Lua. Currently about 9000 functions, 800 structures and 5500 constant values are included, even though the tested part is rather small. The API is similar to PyGTK or GtkMM. Tested with Gtk up to 2.16.1. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

lua-studio icon lua-studio

Lua Studio is a simple IDE for Lua. It consists of an editor with syntax coloring, and an integrated debugger. Debugger can step into, step over, step out of the routine, or stop at a breakpoint. This is Windows project written in C++ and MFC. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

lua-yapp icon lua-yapp

lua-yapp is a port of Lua to the PalmOS platform, with a UI to edit and run Lua source on the device, and a binding to the PalmOS specific API, written in the C language with GNU tools, targetting PalmOS 3.x and above This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

lua4wince icon lua4wince

Lua for Windows Mobile is a project to port and adapt Lua and several modules to the Windows Mobile, while allowing the development of web applications. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

luacrypto icon luacrypto

Lua bindings for OpenSSL libcrypto. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

luacurses icon luacurses

luacurses is a library, that gives access to curses functions from lua. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

luadc icon luadc

LuaDimensionalCalculator is a framework for computation with quantities with physical dimensions (mass, length, current, etc.). It is primarily intended for interactive use, as well as a demonstration of the use of metamethods. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

luaedit icon luaedit

LuaEdit is an IDE, debugger and editor of Lua scripts. It support local and remote debugging. LuaEdit was one of the very first Lua debuggers and has been in development since 2004. It is also one of the most diverse and professional free Lua debuggers. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

luafuzzy icon luafuzzy

LuaFuzzy is a simple library, totally written in Lua, to solve problems using fuzzy logic. It was developed based on fuzzy logic toolbox of Matlab, so it is very similar to understand and use it. It implements the Mamdani inference system. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

luakit icon luakit

LuaKit is an embeddable framework with a full Obj-C state access, capable of creating states, passing NSStrings, obj-c selector invocations and numerous other convinces for cocoa. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

lualangpack icon lualangpack

Provides Lua 5.x Language integration with MS Visual Studio 2005. Current features include syntax highlighting, hidden code regions, Lua project support, basic MSBuild integration, shell integration, and limited dynamic intellisense features. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.