Skip to content

Instantly share code, notes, and snippets.

View bbuckley's full-sized avatar

Brian K. Buckley bbuckley

View GitHub Profile
@bbuckley
bbuckley / Xxx
Created July 21, 2019 11:33
Foo
This is Xxx.
@bbuckley
bbuckley / Xxx
Created July 21, 2019 11:33
Foo
This is Xxx.
@bbuckley
bbuckley / Xxx
Created July 21, 2019 11:33
Foo
This is Xxx.
@bbuckley
bbuckley / Xxx
Created July 21, 2019 11:33
Foo
This is Xxx.
@bbuckley
bbuckley / Main.elm
Created October 2, 2017 09:02 — forked from anonymous/Main.elm
pipeline
module Main exposing (main)
import Html exposing (Html, text)
import Ordering exposing (..)
a : List Int
a =
[ 2, 28, 4, -9 ]
@bbuckley
bbuckley / Main.elm
Created October 2, 2017 01:49 — forked from anonymous/Main.elm
pipeline
module Main exposing (main)
import Html exposing (Html, text)
import Ordering exposing (..)
a : List Int
a =
[ 2, 28, 6, 34, -9 ]
@bbuckley
bbuckley / Main.elm
Created October 2, 2017 00:29 — forked from anonymous/Main.elm
pipeline
module Main exposing (main)
import Html exposing (Html, text)
a =
[ 2, 28, 6, 34, -9 ]
tuple =
@bbuckley
bbuckley / Main.elm
Created October 2, 2017 00:17 — forked from anonymous/Main.elm
pipeline
module Main exposing (main)
import Html exposing (Html, text)
a =
[ 28, 6, 34, -99 ]
main : Html msg
@bbuckley
bbuckley / index.html
Created February 7, 2017 02:15 — forked from anonymous/index.html
React Calculator
<div id="wrapper">
<div id="app"></div>
</div>
$(document).ready(function(){
var searchIDs = $('input:checked').map(function(){
return $(this).val();
});
console.log(searchIDs.get());
$('input').on('change',function(){