1
0
mirror of /repos/dotTiddlywiki.git synced 2025-12-30 07:31:33 +01:00
This commit is contained in:
Aiko Mastboom 2017-03-18 06:40:05 +01:00
parent b791cb478f
commit 71374be38a
3 changed files with 48 additions and 1 deletions

View File

@ -1,6 +1,6 @@
created: 20170204131710165
creator: user
modified: 20170219151435935
modified: 20170313163846592
modifier: user
tags:
title: ELM language
@ -21,3 +21,20 @@ type: text/vnd.tiddlywiki
; Upgrade your Elm Views with Selectors
: https://medium.com/@ckoster22/upgrade-your-elm-views-with-selectors-1d8c8308b336#.8k6ywmcyz
; elm-conf US 2016
: https://www.youtube.com/watch?v=DSjbTC-hvqQ&list=PLglJM3BYAMPH2zuz1nbKHQyeawE4SN0Cd
; elm material design lite (MDL)
: https://debois.github.io/elm-mdl/
; Error Handling in Elm
: https://hackernoon.com/error-handling-in-elm-7ffaf9ff3f8
; Toward a Better Front End Architecture: Elm - Codemash 2017
: https://www.youtube.com/watch?v=EDp6UmaA9CM
; Decoding JSON Structures with Elm
: https://robots.thoughtbot.com/decoding-json-structures-with-elm
; Learn X in Y minutes, Where X=Elm
: https://learnxinyminutes.com/docs/elm/

View File

@ -0,0 +1,20 @@
created: 20170307193155866
creator: user
modified: 20170313093759076
modifier: user
tags:
title: ELM vrendly
type: text/vnd.tiddlywiki
```sh
npm install create-elm-app -g
create-elm-app vrendly
cd vrendly
elm-app package install krisajenkins/remotedata
elm-app package install simonh1000/elm-jwt
elm-app package install debois/elm-mdl
elm-app package install NoRedInk/elm-decode-pipeline
elm-app package install NoRedInk/json-elm-schema
elm-app package install Bogdanp/elm-combine
elm-app package install elm-lang/http
elm-app package install elm-community/json-extra

View File

@ -0,0 +1,10 @@
created: 20170318053204866
creator: user
modified: 20170318053304768
modifier: user
tags: git
title: git-annex
type: text/vnd.tiddlywiki
; git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space.
: http://git-annex.branchable.com/