CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 31 Aug 2025 07:54:59 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100616164128
location: https://web.archive.org/web/20100616164128/https://github.com/lua-alchemy/lua-alchemy/tree/v0.1
server-timing: captures_list;dur=0.557609, exclusion.robots;dur=0.025193, exclusion.robots.policy;dur=0.014999, esindex;dur=0.011303, cdx.remote;dur=29.821075, LoadShardBlock;dur=274.160109, PetaboxLoader3.resolve;dur=99.913345, PetaboxLoader3.datanode;dur=52.247236
x-app-server: wwwb-app200
x-ts: 302
x-tr: 328
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app200; 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: Sun, 31 Aug 2025 07:55:00 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 16 Jun 2010 16:41:28 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "6535508e6e46da16c0f6eb6a2bf8b595"
x-archive-orig-x-runtime: 194ms
x-archive-orig-content-length: 23461
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 16:41:28 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 06 Feb 2009 13:34:57 GMT", ; rel="prev memento"; datetime="Fri, 06 Feb 2009 13:34:57 GMT", ; rel="memento"; datetime="Wed, 16 Jun 2010 16:41:28 GMT", ; rel="last memento"; datetime="Wed, 16 Jun 2010 16:41:28 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_20100616145713_crawl100-c/52_16_20100616164045_crawl101.arc.gz
server-timing: captures_list;dur=0.512164, exclusion.robots;dur=0.022880, exclusion.robots.policy;dur=0.013908, esindex;dur=0.010890, cdx.remote;dur=5.654365, LoadShardBlock;dur=164.804004, PetaboxLoader3.datanode;dur=132.057152, PetaboxLoader3.resolve;dur=129.273037, load_resource;dur=131.404895
x-app-server: wwwb-app200
x-ts: 200
x-tr: 359
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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.1 - GitHub
lua-alchemy / lua-alchemy
- Source
- Commits
- Network (5)
- Issues (1)
- Downloads (2)
- Wiki (1)
- Graphs
-
Tag:
v0.1
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Loading commit data... ![]() |
|
![]() |
AUTHORS | ||
![]() |
COPYRIGHT | ||
![]() |
Makefile | ||
![]() |
README | ||
![]() |
alchemy/ | ||
![]() |
benchmark/ | Sat Dec 06 15:26:54 -0800 2008 | added benchmarks [agladysh] |
![]() |
demo/ | ||
![]() |
lua/ | ||
![]() |
test/ |
README
Port of the Lua programming language for ActionScript using Alchemy. Alchemy works by translating C/C++ code to ActionScript through a LLVM compiler which instead of producing machine or bytecode produces ActionScript. The translated C/C++ code uses a big ActionScript ByteArray as the C/C++ heap and stack. File Manifest ------------- /AUTHORS - Contact information for the authors of lua-alchemy /COPYRIGHT - Copyright for the lua-alchemy project /README - This file describing the project /alchemy/ - Alchemy specific C and ActionScript code /demo/ - Flash and Flex demos /lua/ - Current version of Lua /test/ - Lua and ActionScript tests