CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 26 Aug 2025 06:31:49 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100616134106
location: https://web.archive.org/web/20100616134106/https://github.com/lua-alchemy/lua-alchemy/tree/v0.2
server-timing: captures_list;dur=0.519732, exclusion.robots;dur=0.020217, exclusion.robots.policy;dur=0.009937, esindex;dur=0.010531, cdx.remote;dur=23.282034, LoadShardBlock;dur=269.459425, PetaboxLoader3.datanode;dur=85.917037, PetaboxLoader3.resolve;dur=120.207042
x-app-server: wwwb-app224
x-ts: 302
x-tr: 320
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app224; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 26 Aug 2025 06:31:50 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 16 Jun 2010 13:41:06 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "e95d79b1511e413e81c232a0a9da0bb8"
x-archive-orig-x-runtime: 47ms
x-archive-orig-content-length: 29634
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 16 Jun 2010 13:41:06 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 16 Jun 2010 13:41:06 GMT", ; rel="memento"; datetime="Wed, 16 Jun 2010 13:41:06 GMT", ; rel="last memento"; datetime="Wed, 16 Jun 2010 13:41:06 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_16_20100616083322_crawl102-c/52_16_20100616133926_crawl101.arc.gz
server-timing: captures_list;dur=0.505365, exclusion.robots;dur=0.016538, exclusion.robots.policy;dur=0.007667, esindex;dur=0.010572, cdx.remote;dur=21.831958, LoadShardBlock;dur=198.807441, PetaboxLoader3.datanode;dur=128.530301, PetaboxLoader3.resolve;dur=141.769405, load_resource;dur=148.463760
x-app-server: wwwb-app224
x-ts: 200
x-tr: 428
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
lua-alchemy's lua-alchemy at v0.2 - GitHub
lua-alchemy / lua-alchemy
- Source
- Commits
- Network (5)
- Issues (1)
- Downloads (2)
- Wiki (1)
- Graphs
-
Tag:
v0.2
click here to add a description
click here to add a homepage
README
Background ---------- Lua is a great dynamic programming language, Adobe Flash is a great universal platform for applications and Adobe Alchemy is the tool to bind them together. The main webpage can be found here: https://code.google.com/p/lua-alchemy/ Lua --- Lua is a powerful, fast, light-weight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. -- https://lua.org/about.html Adobe Flash ----------- Adobe Flash (previously called "Macromedia Flash"') is a set of multimedia software created by Macromedia and currently developed and distributed by Adobe Systems. Since its introduction in 1996, Flash has become a popular method for adding animation and interactivity to web pages; Flash is commonly used to create animation, advertisements, and various web page components, to integrate video into web pages, and more recently, to develop rich Internet applications. -- https://en.wikipedia.com/wiki/Flash Adobe Alchemy ------------- With Alchemy, Web application developers can now reuse hundreds of millions of lines of existing open source C and C++ client or server-side code on the Flash Platform. Alchemy brings the power of high performance C and C++ libraries to Web applications with minimal degradation on AVM2. The C/C++ code is compiled to ActionScript 3.0 as a SWF or SWC that runs on Adobe Flash Player 10 or Adobe AIR 1.5. -- https://labs.adobe.com/technologies/alchemy/ Motivation ---------- We need Lua Alchemy to... * ...To use *run-time dynamic* programming language (Lua) within the Flash framework. * ...To *reuse* existing Lua code for the Flash-based utilities * ...To get a *great cross-platform back-end* (Flash) for (simpler) Lua-based games * ...To have fun with *awesome* new technology :-) File Manifest ------------- AUTHORS - Contact information for the authors of lua-alchemy COPYRIGHT - Copyright for the lua-alchemy project HISTORY - Project history log README - This file describing the project alchemy/ - Builds lua-alchemy.swc benchmark/ - Lua benchmarks build/ - Build utility tools demo/ - Flash and Flex demos etc/ - Odds and ends of various usefulness test/ - Lua and ActionScript tests