Skip to content

Instantly share code, notes, and snippets.

View larryweya's full-sized avatar

Larry Weya larryweya

View GitHub Profile
@larryweya
larryweya / Interop.elm
Created November 24, 2015 18:28
Publish state to a port
module Interop where
import Signal
import String
import Html exposing (..)
import Html.Attributes exposing (value)
import Html.Events exposing (on, targetValue)
type Field = Name
| Age
(when (>= emacs-major-version 24)
(require 'package)
(add-to-list
'package-archives
'("melpa" . "http://melpa.org/packages/")
t)
(package-initialize))
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
<?php namespace LarryWeya\FormbuilderToJSONSchema\FormbuilderToJSONSchema;
class FormbuilderParser {
/**
* @var array the formbuilder schema we are working with
*/
protected $schema;
/**
@larryweya
larryweya / _.md
Created June 18, 2013 11:35
SVG Test