1
0
mirror of /repos/dotTiddlywiki.git synced 2025-12-30 07:31:33 +01:00
This commit is contained in:
Aiko Mastboom 2016-04-04 22:36:20 +02:00
parent 1a82d18a8a
commit cba05474c4
4 changed files with 27 additions and 6 deletions

View File

@ -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

View File

@ -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
```
```
; 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/

View File

@ -0,0 +1,10 @@
created: 20160331133434883
creator: user
modified: 20160402211426947
modifier: user
tags:
title: JSHint
type: text/vnd.tiddlywiki
; JSHint
: http://jshint.com/docs/

View File

@ -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/
: http://xgrommx.github.io/rx-book/
; The introduction to Reactive Programming you've been missing
: https://gist.github.com/staltz/868e7e9bc2a7b8c1f754