ljx

FORK: LuaJIT with native 5.2 and 5.3 support
git clone https://git.neptards.moe/neptards/ljx.git
Log | Files | Refs | README

contact.html (2813B)


      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
      2 <html>
      3 <head>
      4 <title>Contact</title>
      5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      6 <meta name="Author" content="Mike Pall">
      7 <meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall">
      8 <meta name="Language" content="en">
      9 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
     10 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
     11 </head>
     12 <body>
     13 <div id="site">
     14 <a href="http://luajit.org"><span>Lua<span id="logo">JIT</span></span></a>
     15 </div>
     16 <div id="head">
     17 <h1>Contact</h1>
     18 </div>
     19 <div id="nav">
     20 <ul><li>
     21 <a href="luajit.html">LuaJIT</a>
     22 <ul><li>
     23 <a href="http://luajit.org/download.html">Download <span class="ext">&raquo;</span></a>
     24 </li><li>
     25 <a href="install.html">Installation</a>
     26 </li><li>
     27 <a href="running.html">Running</a>
     28 </li></ul>
     29 </li><li>
     30 <a href="extensions.html">Extensions</a>
     31 <ul><li>
     32 <a href="ext_ffi.html">FFI Library</a>
     33 <ul><li>
     34 <a href="ext_ffi_tutorial.html">FFI Tutorial</a>
     35 </li><li>
     36 <a href="ext_ffi_api.html">ffi.* API</a>
     37 </li><li>
     38 <a href="ext_ffi_semantics.html">FFI Semantics</a>
     39 </li></ul>
     40 </li><li>
     41 <a href="ext_jit.html">jit.* Library</a>
     42 </li><li>
     43 <a href="ext_c_api.html">Lua/C API</a>
     44 </li><li>
     45 <a href="ext_profiler.html">Profiler</a>
     46 </li></ul>
     47 </li><li>
     48 <a href="status.html">Status</a>
     49 <ul><li>
     50 <a href="changes.html">Changes</a>
     51 </li></ul>
     52 </li><li>
     53 <a href="faq.html">FAQ</a>
     54 </li><li>
     55 <a href="http://luajit.org/performance.html">Performance <span class="ext">&raquo;</span></a>
     56 </li><li>
     57 <a href="http://wiki.luajit.org/">Wiki <span class="ext">&raquo;</span></a>
     58 </li><li>
     59 <a href="http://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a>
     60 </li></ul>
     61 </div>
     62 <div id="main">
     63 <p>
     64 Please send general questions to the
     65 <a href="http://luajit.org/list.html"><span class="ext">&raquo;</span>&nbsp;LuaJIT mailing list</a>.
     66 You can also send any questions you have directly to me:
     67 </p>
     68 
     69 <script type="text/javascript">
     70 <!--
     71 var xS="@-:\" .0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ<abc>defghijklmnopqrstuvwxyz";function xD(s)
     72 {var len=s.length;var r="";for(var i=0;i<len;i++)
     73 {var c=s.charAt(i);var n=xS.indexOf(c);if(n!=-1)c=xS.charAt(69-n);r+=c;}
     74 document.write("<"+"p>"+r+"<"+"/p>\n");}
     75 //-->
     76 </script>
     77 <script type="text/javascript">
     78 <!--
     79 xD("fyZKB8xv\"FJytmz8.KAB0u52D")
     80 //--></script>
     81 <noscript>
     82 <p><img src="img/contact.png" alt="Contact info in image" width="170" height="13">
     83 </p>
     84 </noscript>
     85 
     86 <h2>Copyright</h2>
     87 <p>
     88 All documentation is
     89 Copyright &copy; 2005-2016 Mike Pall.
     90 </p>
     91 
     92 
     93 <br class="flush">
     94 </div>
     95 <div id="foot">
     96 <hr class="hide">
     97 Copyright &copy; 2005-2016 Mike Pall
     98 <span class="noprint">
     99 &middot;
    100 <a href="contact.html">Contact</a>
    101 </span>
    102 </div>
    103 </body>
    104 </html>