Skip to content

Instantly share code, notes, and snippets.

View JesseTG's full-sized avatar
💯
Certified authentic.

Jesse Talavera JesseTG

💯
Certified authentic.
View GitHub Profile
@JesseTG
JesseTG / gist:7125371
Created October 23, 2013 19:44 — forked from hay/gist:1351230
<!doctype html>
<html>
<head>
<title></title>
<style>
body {
background: white;
text-align: center;
padding: 20px;
font-family: Georgia, serif;
import neko.vm.Thread;
import sys.io.Process;
class ProcessHelper
{
static function main()
{
var process = run('haxe', ['--help'],
function (line) Sys.println('stdout: $line'),
function (line) Sys.println('stderr: $line'),