From cba05474c4fb42a76b7aaab4939f86ac8ca8241b Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Mon, 4 Apr 2016 22:36:20 +0200 Subject: [PATCH] update --- mywiki/tiddlers/BeanstalkD.tid | 4 ++-- mywiki/tiddlers/Blogging.tid | 9 +++++++-- mywiki/tiddlers/JSHint.tid | 10 ++++++++++ mywiki/tiddlers/ReactJS.tid | 10 ++++++++-- 4 files changed, 27 insertions(+), 6 deletions(-) create mode 100644 mywiki/tiddlers/JSHint.tid diff --git a/mywiki/tiddlers/BeanstalkD.tid b/mywiki/tiddlers/BeanstalkD.tid index f6dc1f8..440fed2 100644 --- a/mywiki/tiddlers/BeanstalkD.tid +++ b/mywiki/tiddlers/BeanstalkD.tid @@ -1,13 +1,13 @@ created: 20160323163036697 creator: user -modified: 20160323164046440 +modified: 20160331131339568 modifier: user tags: title: BeanstalkD type: text/vnd.tiddlywiki - * http://kr.github.io/beanstalkd/ +* https://raw.githubusercontent.com/kr/beanstalkd/master/doc/protocol.txt * https://github.com/ptrofimov/beanstalk_console docker diff --git a/mywiki/tiddlers/Blogging.tid b/mywiki/tiddlers/Blogging.tid index b96cc09..99300e5 100644 --- a/mywiki/tiddlers/Blogging.tid +++ b/mywiki/tiddlers/Blogging.tid @@ -1,6 +1,6 @@ created: 20160112093241657 creator: user -modified: 20160325081938372 +modified: 20160401202245120 modifier: user tags: title: Blogging @@ -12,4 +12,9 @@ type: text/vnd.tiddlywiki ``` docker run --name ghost -p 2368:2368 -v /Users/aiko/.ghost/blog:/var/lib/ghost -d ghost -``` \ No newline at end of file +``` +; Cookie Journal +: http://node1.aiko.sh:2368 + +; Add code highlighting to your Ghost blog. +: http://www.incrediblemolk.com/add-code-highlighting-to-your-ghost-blog/ \ No newline at end of file diff --git a/mywiki/tiddlers/JSHint.tid b/mywiki/tiddlers/JSHint.tid new file mode 100644 index 0000000..c45cabe --- /dev/null +++ b/mywiki/tiddlers/JSHint.tid @@ -0,0 +1,10 @@ +created: 20160331133434883 +creator: user +modified: 20160402211426947 +modifier: user +tags: +title: JSHint +type: text/vnd.tiddlywiki + +; JSHint +: http://jshint.com/docs/ \ No newline at end of file diff --git a/mywiki/tiddlers/ReactJS.tid b/mywiki/tiddlers/ReactJS.tid index f45023d..b0fa6e2 100644 --- a/mywiki/tiddlers/ReactJS.tid +++ b/mywiki/tiddlers/ReactJS.tid @@ -1,6 +1,6 @@ created: 20160114152911183 creator: user -modified: 20160114153331035 +modified: 20160331132746816 modifier: user tags: title: ReactJS @@ -15,5 +15,11 @@ type: text/vnd.tiddlywiki ; Interactive diagrams of Rx Observables : http://rxmarbles.com +; RxVision A visualizer / debugger for reactive streams +: http://jaredforsyth.com/rxvision/ + ; Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators. -: http://xgrommx.github.io/rx-book/ \ No newline at end of file +: http://xgrommx.github.io/rx-book/ + +; The introduction to Reactive Programming you've been missing +: https://gist.github.com/staltz/868e7e9bc2a7b8c1f754 \ No newline at end of file