<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.1" -->
<?xml-stylesheet href="http://nekovm.org/lib/styles/feed.css" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://nekovm.org/feed.php">
        <title>NekoVM doc:view</title>
        <description></description>
        <link>http://nekovm.org/</link>
        <image rdf:resource="http://nekovm.org/lib/images/favicon.ico" />
       <dc:date>2010-09-02T19:00:00+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/buffer?rev=1147368490"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/builtins?rev=1256697725"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/cgi?rev=1223124908"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/date?rev=1223124953"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/file?rev=1147368561"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/int32?rev=1205676057"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/math?rev=1168581895"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/md5?rev=1136885716"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/memory?rev=1147368907"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/misc?rev=1223124977"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/module?rev=1147368814"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/mysql?rev=1219526488"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/process?rev=1205676097"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/random?rev=1136885540"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/regexp?rev=1223125472"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/serialize?rev=1147368691"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/socket?rev=1170016836"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/sqlite?rev=1154507664"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/string?rev=1170016862"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/sys?rev=1205676161"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/thread?rev=1223125511"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/ui?rev=1185377483"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/utf8?rev=1136885693"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/xml?rev=1136885653"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/zlib?rev=1154507690"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://nekovm.org/lib/images/favicon.ico">
        <title>NekoVM</title>
        <link>http://nekovm.org/</link>
        <url>http://nekovm.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://nekovm.org/doc/view/buffer?rev=1147368490">
        <dc:format>text/html</dc:format>
        <dc:date>2006-05-11T19:28:10+01:00</dc:date>
        <title>doc:view:buffer</title>
        <link>http://nekovm.org/doc/view/buffer?rev=1147368490</link>
        <description>  Buffer  A buffer can store any value as a string and will only allocate the total needed space when requested. It makes a copy of each value when stored so modifying them after is not a problem.    'buffer buffer_new() Allocate a new empty buffer  ...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/builtins?rev=1256697725">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-28T03:42:05+01:00</dc:date>
        <title>doc:view:builtins</title>
        <link>http://nekovm.org/doc/view/builtins?rev=1256697725</link>
        <description>  Builtins    Builtins are basic operations that can be optimized by the Neko compiler.   Array Builtins  array $array(any*) Create an array from a list of values   array $amake(n : int) Create an array of size n   array $acopy(array) Make a copy of ...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/cgi?rev=1223124908">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-04T14:55:08+01:00</dc:date>
        <title>doc:view:cgi</title>
        <link>http://nekovm.org/doc/view/cgi?rev=1223124908</link>
        <description>  Mod_neko  Apache access when running inside mod_neko.    #list get_cookies() Return a cookie list as a (name,value) chained list   void set_cookie(name : string, val : string) Set a cookie   string get_host_name() Get the local host IP   string get...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/date?rev=1223124953">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-04T14:55:53+01:00</dc:date>
        <title>doc:view:date</title>
        <link>http://nekovm.org/doc/view/date?rev=1223124953</link>
        <description>  Date  Date are using standard C functions in order to manipulate a 32 bit integer. Dates are then represented as the number of seconds elapsed since 1st January 1970.    'int32 date_now() Return current date and time   'int32 date_new(string?)  Par...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/file?rev=1147368561">
        <dc:format>text/html</dc:format>
        <dc:date>2006-05-11T19:29:21+01:00</dc:date>
        <title>doc:view:file</title>
        <link>http://nekovm.org/doc/view/file?rev=1147368561</link>
        <description>  File  The file api can be used for different kind of file I/O.    'file file_open(f : string, r : string)  Call the C function fopen with the file path and access rights.  Return the opened file or throw an exception if the file couldn't be open.  ...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/int32?rev=1205676057">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-16T15:00:57+01:00</dc:date>
        <title>doc:view:int32</title>
        <link>http://nekovm.org/doc/view/int32?rev=1205676057</link>
        <description>  Int32  Int32 is an abstract type that can be used to store the full 32 bits of an integer. The type 'int32 means that the value is a real int32. The type #int32 means (int | 'int32) and accept then the both kind of integers.    'int32 int32_new(#in...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/math?rev=1168581895">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-12T07:04:55+01:00</dc:date>
        <title>doc:view:math</title>
        <link>http://nekovm.org/doc/view/math?rev=1168581895</link>
        <description>  Math  Mathematical functions    float math_atan2(number, number) Return atan2 calculus   float math_pow(number, number) Return power calculus   number math_abs(number) Return absolute value of a number   int math_ceil(number) Return rounded-up inte...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/md5?rev=1136885716">
        <dc:format>text/html</dc:format>
        <dc:date>2006-01-10T10:35:16+01:00</dc:date>
        <title>doc:view:md5</title>
        <link>http://nekovm.org/doc/view/md5?rev=1136885716</link>
        <description>   MD5  MD5 digest functions    string make_md5(any) Build a MD5 digest (16 bytes binary string) from any value.    ...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/memory?rev=1147368907">
        <dc:format>text/html</dc:format>
        <dc:date>2006-05-11T19:35:07+01:00</dc:date>
        <title>doc:view:memory</title>
        <link>http://nekovm.org/doc/view/memory?rev=1147368907</link>
        <description>  Memory  An API for memory manipulation and statistics.    int mem_size(any) Calculate the quite precise amount of VM memory reachable from this value    ...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/misc?rev=1223124977">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-04T14:56:17+01:00</dc:date>
        <title>doc:view:misc</title>
        <link>http://nekovm.org/doc/view/misc?rev=1223124977</link>
        <description>  Misc  Misc. functions for different usages.    string float_bytes(number, bigendian : bool) Returns the 4 bytes representation of the number as an IEEE 32-bit float   string double_bytes(number, bigendian : bool) Returns the 8 bytes representation ...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/module?rev=1147368814">
        <dc:format>text/html</dc:format>
        <dc:date>2006-05-11T19:33:34+01:00</dc:date>
        <title>doc:view:module</title>
        <link>http://nekovm.org/doc/view/module?rev=1147368814</link>
        <description>  Module  An API for reflexion of Neko bytecode modules.    'module module_read(fread : ((buf : string -&gt; pos : int -&gt; len : int -&gt; int)), loader : object)  Read a module using the specified read function and the specified loader.    'module module_r...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/mysql?rev=1219526488">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-23T23:21:28+01:00</dc:date>
        <title>doc:view:mysql</title>
        <link>http://nekovm.org/doc/view/mysql?rev=1219526488</link>
        <description>  MySQL  API to connect and use MySQL database   Result  void result_set_conv_date('result, function:1) Set the function that will convert a Date or DateTime string to the corresponding value.   int result_get_length('result) Return the number of row...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/process?rev=1205676097">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-16T15:01:37+01:00</dc:date>
        <title>doc:view:process</title>
        <link>http://nekovm.org/doc/view/process?rev=1205676097</link>
        <description>  Process  An API for starting and communication with sub processes.    'process process_run(cmd : string, args : string array)  Start a process using a command and the specified arguments.    int process_stdout_read('process, buf : string, pos : int...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/random?rev=1136885540">
        <dc:format>text/html</dc:format>
        <dc:date>2006-01-10T10:32:20+01:00</dc:date>
        <title>doc:view:random</title>
        <link>http://nekovm.org/doc/view/random?rev=1136885540</link>
        <description>   Random A seeded pseudo-random generator   'random random_new() Create a new random with random seed   void random_set_seed('random, int) Set the generator seed   int random_int('random, max : int) Return a random integer modulo max   float random_...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/regexp?rev=1223125472">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-04T15:04:32+01:00</dc:date>
        <title>doc:view:regexp</title>
        <link>http://nekovm.org/doc/view/regexp?rev=1223125472</link>
        <description>  Regexp  Regular expressions using PCRE engine.    'regexp regexp_new_options(reg : string, options : string) Build a new regexpr with the following options :   i : case insensitive matching  s : . match anything including newlines  m : treat the in...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/serialize?rev=1147368691">
        <dc:format>text/html</dc:format>
        <dc:date>2006-05-11T19:31:31+01:00</dc:date>
        <title>doc:view:serialize</title>
        <link>http://nekovm.org/doc/view/serialize?rev=1147368691</link>
        <description>  Serialize  Serialization can be used in order to store permanantly some runtime value. Serialization of all values is possible, except Abstracts, with the special cases of 'int32 and 'hash which are handled as specific cases.   Serialization of byt...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/socket?rev=1170016836">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-28T21:40:36+01:00</dc:date>
        <title>doc:view:socket</title>
        <link>http://nekovm.org/doc/view/socket?rev=1170016836</link>
        <description>  Socket  TCP and UDP sockets    void socket_init()  Initialize the socket API. Must be called at least once per process before using any socket or host function.    'socket socket_new(udp : bool) Create a new socket, TCP or UDP   void socket_close('...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/sqlite?rev=1154507664">
        <dc:format>text/html</dc:format>
        <dc:date>2006-08-02T10:34:24+01:00</dc:date>
        <title>doc:view:sqlite</title>
        <link>http://nekovm.org/doc/view/sqlite?rev=1154507664</link>
        <description>  SQLite  Sqlite is a small embeddable SQL database that store all its data into a single file. See http://sqlite.org for more details.    'db connect(filename : string) Open or create the database stored in the specified file.   void close('db) Clos...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/string?rev=1170016862">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-28T21:41:02+01:00</dc:date>
        <title>doc:view:string</title>
        <link>http://nekovm.org/doc/view/string?rev=1170016862</link>
        <description>  String Functions  Some useful functions dealing with string manipulation.    string list string_split(s : string, sep : string) split the string s using separator sep   string sprintf(fmt : string, params : (any | array))  Format a string. If only ...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/sys?rev=1205676161">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-16T15:02:41+01:00</dc:date>
        <title>doc:view:sys</title>
        <link>http://nekovm.org/doc/view/sys?rev=1205676161</link>
        <description>  System  Interactions with the operating system.    string? get_env(string) Get some environment variable if exists   void put_env(var : string, val : string) Set some environment variable value   void sys_sleep(number) Sleep a given number of secon...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/thread?rev=1223125511">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-04T15:05:11+01:00</dc:date>
        <title>doc:view:thread</title>
        <link>http://nekovm.org/doc/view/thread?rev=1223125511</link>
        <description>  Threads  An Api to create and manage system threads.    'thread thread_create(f : function:1, p : any) Creates a thread that will be running the function f(p)   'thread thread_current() Returns the current thread   void thread_send('thread, msg : a...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/ui?rev=1185377483">
        <dc:format>text/html</dc:format>
        <dc:date>2007-07-25T17:31:23+01:00</dc:date>
        <title>doc:view:ui</title>
        <link>http://nekovm.org/doc/view/ui?rev=1185377483</link>
        <description>  UI  Core native User Interface support. This API uses native WIN32 API on Windows, Carbon API on OSX, and GTK2 on Linux.    bool ui_is_main()  Tells if the current thread is the main loop thread or not. The main loop thread is the one in which the ...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/utf8?rev=1136885693">
        <dc:format>text/html</dc:format>
        <dc:date>2006-01-10T10:34:53+01:00</dc:date>
        <title>doc:view:utf8</title>
        <link>http://nekovm.org/doc/view/utf8?rev=1136885693</link>
        <description>   UTF8  Operations on UTF8 strings.  Most of the operations are optimized for speed so they might still  succeed on some malformed UTF8 string. The only function that completely check the UTF8 format is utf8_validate. Other functions might raise som...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/xml?rev=1136885653">
        <dc:format>text/html</dc:format>
        <dc:date>2006-01-10T10:34:13+01:00</dc:date>
        <title>doc:view:xml</title>
        <link>http://nekovm.org/doc/view/xml?rev=1136885653</link>
        <description>  Xml  The standard event-driven XML parser.    void parse_xml(xml : string, events : object)  The parse_xml parse a string and for each parsed element call the corresponding object method in events :  void xml( name : string, attribs : object) when ...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/zlib?rev=1154507690">
        <dc:format>text/html</dc:format>
        <dc:date>2006-08-02T10:34:50+01:00</dc:date>
        <title>doc:view:zlib</title>
        <link>http://nekovm.org/doc/view/zlib?rev=1154507690</link>
        <description>  ZLib  Give access to the popular ZLib compression library, used in several file formats such as ZIP and PNG.    'dstream deflate_init(level : int) Open a compression stream with the given level of compression   { done =&gt; bool, read =&gt; int, write =&gt;...</description>
    </item>
</rdf:RDF>
