urbit/main/app/appbug-2/core.hoon

38 lines
787 B
Plaintext
Raw Normal View History

2014-07-06 20:57:37 +04:00
!:
2014-06-25 02:00:07 +04:00
::::::::: Foobug: a simple application.
::
|_ [hid=hide vat=[%0 p=@ud]]
++ poke
|= [ost=bone *]
2014-06-25 02:00:07 +04:00
:_ +>(p.vat +(p.vat))
2014-07-08 03:36:35 +04:00
:~ [ost %give %mean leaf/"you're evillll" ~]
2014-06-25 02:00:07 +04:00
==
::
++ peek
|= [you=ship pax=path]
:- %hymn
^- manx
;html
;head
;title: Foobug!
==
;body
;p: Dude, a better answer is {<p.vat>}.
2014-07-01 00:07:56 +04:00
;button(onclick "bump()"): (Bump.)
2014-06-25 02:00:07 +04:00
;script
; var mess = 0;
;
; function bump() {
; xhr = new XMLHttpRequest();
; xhr.onload = function() { mess++; }
; xhr.open("PUT", "/tim/"+user+"/"+appl+"/"+port+"/"+mess);
; xhr.setRequestHeader("content-type", "text/json");
2014-06-25 02:00:07 +04:00
; xhr.send(JSON.stringify({oryx: oryx, xyro: {}}));
; }
==
==
==
--