Skip to content

Instantly share code, notes, and snippets.

@osdrv
Created January 4, 2012 21:50
Show Gist options
  • Save osdrv/1562343 to your computer and use it in GitHub Desktop.
Save osdrv/1562343 to your computer and use it in GitHub Desktop.
just a processing app part
/* this == current PApplet instance */
HTMLRequest req1 = new HTMLRequest(this,"http://url1.com/req1");
HTMLRequest req2 = new HTMLRequest(this,"http://url2.com/req2");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment