Help for this page

Select Code to Download


  1. or download this
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
    + 0) = 0xb7b8a000
    read(0, "load(\'jslint.js\');\nfoo=0;\nEND\n", 1024) = 30
    ...
    read(0, "", 4096)           = 0
    close(0)                    = 0
    munmap(0xb7b8a000, 4096)    = 0
    
  2. or download this
    read(0, "load(\'jslint.js\');\nfoo=0;\nEND\n", 1024) = 30
    
  3. or download this
    read(0, "// (C)2002 Douglas Crockford\n// "..., 4096) = 4096
    
  4. or download this
    read(3, "ength; i += 1) {\n            var"..., 4096) = 414
    read(3, "", 4096)                       = 0
    ...
    write(1, "\n", 1
    )                       = 1
    exit_group(3)                           = ?