Skip to content

Instantly share code, notes, and snippets.

View cobalamin's full-sized avatar
👾

Simon Welker cobalamin

👾
View GitHub Profile
module Temp exposing (..)
import Html exposing (..)
import Html.App as App
import Html.Events exposing (..)
import List
import Json.Decode as Json
join : List String -> String
join list = (List.foldr (++) "" list)
module Codec exposing (..)
import Json.Encode as Encode
type alias Listy =
{ a : List Int, b : Maybe String }
encodeListy : Listy -> Encode.Value
@cobalamin
cobalamin / ChildAges.elm
Last active July 26, 2016 07:46 — forked from pfitz/ChildAges.elm
Add more beutifil
module ChildAges exposing (..)
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (onInput)
import Html.App
import String
import Array
@cobalamin
cobalamin / private.xml
Last active August 29, 2015 14:15 — forked from carwin/private.xml
Programmer's Shift Keys: Remapping shift keys + modifiers to parens, brackets and braces.
<?xml version="1.0"?>
<root>
<item>
<name>Programmer's Shift Keys</name>
<!--
Author: Carwin Young (@carwin)
Edited by Simon Welker (@chipf0rk)
Last Updated: 2015-02-18
v.1.2