
luaforge.net
Project CatalogFor a listing of projects by tags click here. You might also want to see the FAQ.
http://www.luaforge.net/
For a listing of projects by tags click here. You might also want to see the FAQ.
http://www.luaforge.net/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
16x16
32x32
NAMECHEAP.COM
NAMECHEAP.COM NAMECHEAP.COM
8939 S. SEP●●●●●●●●●●● #110 - 732
WEST●●●●STER , CA, 90045
US
View this contact
NAMECHEAP.COM
NAMECHEAP.COM NAMECHEAP.COM
8939 S. SEP●●●●●●●●●●● #110 - 732
WEST●●●●STER , CA, 90045
US
View this contact
NAMECHEAP.COM
NAMECHEAP.COM NAMECHEAP.COM
8939 S. SEP●●●●●●●●●●● #110 - 732
WEST●●●●STER , CA, 90045
US
View this contact
21
YEARS
7
MONTHS
22
DAYS
ENOM, INC.
WHOIS : whois.enom.com
REFERRED : http://www.enom.com
PAGES IN
THIS WEBSITE
29
SSL
EXTERNAL LINKS
218
SITE IP
173.45.236.183
LOAD TIME
0 sec
SCORE
6.2
Project Catalog | luaforge.net Reviews
https://luaforge.net
For a listing of projects by tags click here. You might also want to see the FAQ.
Index of /project-pages/luajit
Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4 with Suhosin-Patch Server at www.luajit.luaforge.net Port 80.
AspectLua: Lua Aspect-Oriented Programming
Aspect-Oriented programming in Lua. Aspect Oriented Programming in The Lua Language. Due to several limitations, a new version of AspectLua, RE-AspectLua, was developed. RE-AspectLua aims to improve reuse and heterogeneity of aspects in Lua. This project is currently being maintained by PPgSc. First release on webpage.
Beginner's Toolshed
Maybe you came here because you are looking for the solution of a specific problem. This is but a small collection of code. yet. But you can help! Contributions for implementations of common algorithms are welcome! Now, if you wish, take a look at the algorithms. Section. Or maybe you would like to know more about Lua. Check out the links. Please note that the sources provided are available under the BSD licence. Last updated: 01.30.2006.
lfiletest - filetest capabilities for Lua
Lfiletest is a library for Lua 5.1. It supports the file testing capabilities known from shells (see `man test`). Usr/bin/lua require"filetest" value = filetest.test("-r", "somefile"). This tests the file "somefile" for readability. Lfiletest is hosted by luaforge.net. Please send me your comments. Last modified: Sep 17 2007.
Home of Kurmi Installer ©
Yueliang - Lua 5 in Lua
Yueliang includes the following:. Lua 50.3 material:. A working front end, generates binary chunks. A test suite for the lexer, with about 60 pass/fail cases. A test suite for the parser, with 503 pass/fail cases. Experimental native lexers (working and tested). An experimental native parser skeleton (working and tested). Sample call tree log files showing how grammar is parsed. Lua 51.3 material:. A working front end, generates binary chunks. A test suite for the lexer, with about 60 pass/fail cases.
yaml: YAML 1.1 parsing and emitting using LibYAML
LibYAML binding for Lua. Yaml is a LibYAML binding for Lua. YAML is a portable data serialization standard that is also human readable. LibYAML is Kirill Simonov's excellent YAML 1.1 complaint parser and emitter. Yaml is free software and uses the same license. As Lua 5.1. The latest version is 0.1 which is built upon LibYAML 0.1.2. Yaml can be downloaded from its LuaForge. This module was developed by Andrew Danforth. Was developed by Kirill Simonov. By Ingy dot Net.
VCLua v0
VCLua v0.3.2. Control = VCL.ControlName(parent,name). Form = VCL.Form(). Creates a new, randomly named form, which is descendant of the mainform. If mainform not exists, this form will be the mainform. Button = VCL.Button(form). The abowe example shows, how to create a button as child control on a form as parent. Control.propertyname = value. To set more properties concurrently:. Control. = {width=100, height=100, caption=Test form}. The control event is the name of the lua function (not the function!
lua-TestMore
An Unit Testing Framework. Lua-TestMore is a port of the Perl5 module Test: More. It uses the Test Anything Protocol. As output, that allows a compatibility with the Perl QA ecosystem. For example, prove. A basic CLI, or Smolder. A Web-based Continuous Integration Smoke Server. It's an extensible framework. It allows a simple and efficient way to write tests (without OO style). Some tests could be marked as TODO. Errors could be fully checked with. It supplies a Test Suite for Lua itself.
Exporters in Lua for SciTE -- khman
Is a set of Lua scripts for use with SciTE. S Lua extension (present in SciTE 1.60 and later) that more or less duplicates the functionality of the standard set of SciTE file exporters. These scripts were adapted from C code in SciTE (in src/Exporters.cxx), originally in support of a project to develop a feature-ful PDF exporter for SciTE. The planned PDF exporter is in development ( update:. You want to quickly develop or prototype a new file exporter. Project Home Page on LuaForge. This release should ...
Lua ActiveRDF
http://luaforge.net/projects/activerdf
Lua ActiveRDF is a library for accessing RDF data from Lua programs. In fact, Lua ActiveRDF is a Lua version of ActiveRDF (www.activerdf.org) for Ruby. Http:/ activerdf.luaforge.net. Archived releases may be out of date. See the project's current website for the latest releases.
ChunkBake
http://luaforge.net/projects/chunkbake
ChunkBake is a Lua 5 binary chunk assembler written entirely in Lua, with output customizable for different platforms. Http:/ chunkbake.luaforge.net/. Archived releases may be out of date. See the project's current website for the latest releases.
LuaInterface
http://luaforge.net/projects/luainterface
LuaInterface is a library for integration between the Lua language and Microsoft .NET platform's Common Language Runtime (CLR). Lua scripts can use it to instantiate CLR objects, access properties, call methods, and even handle events with Lua functions. Windows, bsd, linux. Archived releases may be out of date. See the project's current website for the latest releases.
lfiletest
http://luaforge.net/projects/lfiletest
A filetest library for Lua based on zsh code. It supports the typical shell built-in file testing capabilities (`test -r 'some file'`, .). See `man test` for details. Http:/ lfiletest.luaforge.net. Software development, filesystems. Archived releases may be out of date. See the project's current website for the latest releases.
Lua-URI
http://luaforge.net/projects/uri
This Lua library allows you to normalize and validate URIs/URLs in Lua programs, and provides methods for manipulating them in various ways. In particular, you can resolve relative URI references to create absolute URIs, and extract parts of URIs. Http:/ www.geoffrichards.co.uk/lua/uri/. Archived releases may be out of date. See the project's current website for the latest releases.
TOTAL PAGES IN THIS WEBSITE
29
Lua-eSpeak Reference Manual
http://lua-espeak.luaforge.net/manual.html
Library loading and initialization. Is a compact open source software speech synthesizer for English and other languages. It produces good quality English speech using a different synthesis method from other open source TTS engines. Lua-eSpeak is a "binding": a library that exports functions from eSpeak to the Lua Programming Language. Allowing you to use eSpeak from Lua. The API was NOT. Literally exported, but changed in a way that made it familiar to Lua users. A NOTE ON VERSION NUMBERS:. There are al...
electronictechnician.wordpress.com
Simple CATS utilizando LUA como lenguaje script para el desarrollo de programas TPS | Electronic Technician
https://electronictechnician.wordpress.com/2012/02/05/programar-facil-y-potentes-tps-usnado-lua
SMII: Plugin para PsP. Corrector de coseno phi. Apuntes análisis matemáticos II. Circuito tanque en resonancia. Emulador PS2 jostick con PsP Phat. Reparando una Compaq F500. LUA modificado para hacer TPS. Este blog cumple con la función de ser efectivamente una bitácora de mis trabajos y afines. Todo lo expuesto tiene tiene la intención de ser didáctico, y no se alienta la inapropiada utilización de lo que expongo aquí. Join 7 other followers. SMII: Plugin para PsP. Corrector de coseno phi. PsP Fat 1001 ...
alexander-simakov.blogspot.com
Александр Симаков: апреля 2011
http://alexander-simakov.blogspot.com/2011_04_01_archive.html
There are 10 kinds of people: those who understand binary and those who don't. Четверг, 28 апреля 2011 г. Параллельный вейвлетный компрессор изображений EPSILON. EPSILON - это параллельный вейвлетный компрессор изображений. Программа поддерживает более 30 различных вейвлетных фильтров и имеет механизм для добавления новых. Кроме того, EPSILON поддерживает очень большие изображения (больше 4Gb) и позволяет точно задавать желаемую степень сжатия заранее. Собственное кластерное решение на базе TCP/IP. Повре...
LuaEclipse: An integrated development environment for the Lua programming language
http://luaeclipse.luaforge.net/manual.html
LuaEclipse: An integrated development environment for the Lua programming language. Running a Lua file. LuaEclipse is a collection of plugins for the Eclipse platform. It's goal is to facilitate the development of programs using Lua, either as a standalone. Language or as an extension language. The plugins are extensible and can be used as base for other tools, but this section is a manual on using the software, not extending it. LuaEclipse is a free software and uses the same license. As Lua 5.1. In the...
Programovací jazyk Lua - Root.cz
http://www.root.cz/clanky/programovaci-jazyk-lua
Při pohledu do technické specifikace některých her i dalších aplikací se můžeme dočíst, že pro vývoj byl mj. využit i skriptovací jazyk Lua. Jedná se o jednoduše použitelný programovací jazyk, který je skutečně mezi výrobci herního softwaru z několika příčin oblíbený. V tomto seriálu si řekneme, proč tomu tak je. Líbí se vám článek? 1 Programovací jazyk Lua. 2 Stručná historie programovacího jazyka Lua. 4 Základní vlastnosti programovacího jazyka Lua. 7 Odkazy na Internetu. 8 Obsah další části. Navíc je ...
LuaSNMP
http://luasnmp.luaforge.net/index.html
Simple Network Management Access with Lua. LuaSNMP is a library for programming Simple Network Management Protocol (SNMP) client applications based on the Net-SNMP. Library. It provides access to MIB definitions and supports all primitives of SNMP version 1, 2c and 3. The project is the continuation of LuaMan. Library, which is probably also a better home for the ICMP stuff. LuaSNMP is released under the MIT/X-Consortium License. LuaSNMP is divided into two major parts:. Access to MIB definition files.
Jackson I/O: Linux
http://www.jackson.io/linux
Linux vs. GNU/Linux. Why I Prefer the GNU/Linux OS. Why I Don't Like Microsoft Windows. Hacker - A discussion about the word. Free Software Hosts and Directories. Tip: Directory of Symlinks. Diagram: Linux Distro Timeline 10.10. Linux problems and solutions. Tributes to people and organizations. Command-line tips and tricks. At the end of the day, open-source is a meritocracy. Only the good do well. Steven J. Vaughan-Nichols at Linux-Watch. Linux vs. GNU/Linux. Although I, like many others, use the names.
TOTAL LINKS TO THIS WEBSITE
218
路亞擬餌專賣店~順之堂
蝦,蟹,章魚,其他形. 20530-5 日本原廠正牌貨 NEI 水滴長形湯匙路亞2.0g(有多色,下單請另註明色號). 20530-6 日本原廠正牌貨 NEI 水滴長形湯匙路亞2.4g(有多色,下單請另註明色號). 01701302 含鉛軟魚 仿真含鉛震尾軟魚28g 黃. ST36RD-4 歐娜 紅骨三本勾Ø0.36mm,#4,7入. Fade=[on]" alt="ST36RD-4 歐娜 紅骨三本勾Ø0.36mm,#4,7入" /. Fade=[on]" alt="01802603-1 Y牌人腳形T腿大軟蛙10cm/12g/5入-黑背銀腹" /. Fade=[on]" alt="03700501 台灣製spoon裸片,波浪形湯匙路亞,基礎電鍍,22g,(不含勾)" /. Fade=[on]" alt="SBL75-6 歐娜 大目孔,直向,單勾,無倒勾,#6,10入" /. 02203102-2 [OTOP] 防掛型木製多蔓 85mm(本體)/35g. Fade=[on]" alt="02203102-2 [OTOP] 防掛型木製多蔓 85mm(本體)/35g " /. Fade=[on]" alt="...
O blog de Lúa Folse Tubío | The life and times of a Chica Mayor
O blog de Lúa Folse Tubío. The life and times of a Chica Mayor. July 31, 2011. 8212; luafolsetubio @ 5:59 pm. We had another dance performance last weekend for the local Santaguiño holiday. This is a little video of me dancing with the “Big” kids. Also if you look closely in right corner of the dancing area you can see my Grandma Ramona hanging out next to my little brother Sammy. And by the way I’m the “little” one in the green dress with the white scarf on my head. Dance like a Galician. May 1, 2011.
basique consultoria de estilo
Tatuei uma estrela no pé para transformar caminho em sonho. Sempre que me perguntam "o que você faz? Vou te responder: já que você sabe um pouco quem eu sou, pode navegar pelo site para descobrir um pouco mais sobre o que eu faço. Uma consultoria de estilo focada em autoconhecimento. .
LUA FORA DE CURSO
LUA FORA DE CURSO. Poesia,fotos, cotidiano, reflexões. Domingo, 20 de maio de 2007. EM BREU E NEVE. ABRE ESSE LIMITE,. OLHA MEU CORPO,. DA BELEZA DOS SÉCULOS. QUE TUA ALMA EXILOU,. QUE HA TEMPOS É TUA,. QUE EM ENCANTOS VAGAVAS. EM SONS DE ANJOS. POR TERRAS E TERRAS,. EM FORMA DE LUZ. EM BREU E NEVE. Links para esta postagem. EM BREU E NEVE. Eu sou mais um cara. Visualizar meu perfil completo.
*--->Rebelde<---*
9829; Tenha o resumo da novela REBELDE da Record todos os dias. ♥. Sábado, 6 de agosto de 2011. Desculpem-nos pelos vários dias sem posts. O nosso blog está passando por dificuldades, pois, estamos com pouco horário vago. Agora estamos com um novo blog. Site : http:/ www.meninas-e-cia.blogspot.com/. E-mail : meninas-e-cia@hotmail.com. Compartilhar com o Pinterest. Sábado, 16 de julho de 2011. Qual foi a Audiência? Rebeldes apresentação da banda repercute mal. Qual foi a Audiência? 15 jul (1 dia atrás).
Project Catalog
For a listing of projects by tags click here. You might also want to see the FAQ.
Lua for Kids | Programming and DIY for precocious minds
Programming and DIY for precocious minds. Skip to primary content. Skip to secondary content. About Lua for Kids. Brave new world of Common Core. May 13, 2015. Parents who are interested can take a practice test for themselves online, either the Smarter Balanced. Depending on their state. For example, my son brought home a math problem that asked for the result of adding “0” to “87.” Obviously, 87 0 = 87. But the answer indicated that the question wasn’t about additi...Of course, poorly worded questions ...
Redirecting
You're about to be redirected. The blog that used to be here is now at http:/ www.luafotografia.com/. Do you wish to be redirected? This blog is not hosted by Blogger and has not been checked for spam, viruses and other forms of malware. 1999 – 2017 Google.
English | Languages | luafox
Luafox for RISC OS. A:3:{s:6:”locale” s:5:”en US” s:3:”rtl” i:0;s:9:”flag code” s:2:”gb” }. Showing the single result. Ordering Process and Shipping. Try luafox for free! Just download our demo version. Luafox is available for Microsoft Windows and for RISC OS. Fruitful theme by fruitfulcode. We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.
Lua France
Lua France (luafr) est une page Web francophone à destination des utilisateurs du langage de programmation Lua. Sont hébergés ici :. Une liste de liens sur Lua en français. Une liste d'entreprises qui utilisent Lua. Les appels à présentation pour la. Lua au FOSDEM 2016. Historiquement, luafr était aussi une liste de diffusion dont les archives sont toujours accessibles. Si vous voulez contribuer à cette page, n'hésitez pas à soumettre une pull request.
LuaFria (Joana da Cunha) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Artisan Crafts / Professional. Deviant for 10 Years. This deviant's activity is hidden. Deviant since Jan 17, 2005. This is the place where you can personalize your profile! You can drag and drop to rearrange.