This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{- | |
This is for a sort of web framework I've been working on. | |
Handlers can send events to themselves, or to a parent handler. | |
Senders (triggered by events in the HTML) can only send events to the | |
handler above them in the graph. | |
There will be few handlers / senders, and a lot of Html. Having the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From https://www.harmonycentral.com/forums/topic/1597685-quotdont-buy-any-japanese-pedalsquot-interview-with-j-mascis-and-kevin-shields/ | |
But also here because I never want to lose it. Clicking "raw" in the top corner may be easier for you to read. | |
------------------------------------------------------------------------------------------------------------- | |
DINOSAUR JR.'S J MASCIS AND MY BLOODY VALENTINE'S KEVIN SHIELDS SPEAK SOFTLY--VERY SOFTLY--BUT CARRY BIG AXES | |
by Alan Di Perna |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[miso] | |
ian |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// in haskell | |
class Repr a where | |
repr :: a -> String | |
data Sku = Sku { display :: String } | |
instance Repr Sku where | |
repr sku = (display sku) | |
test = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; brittany-hs.el --- Minor mode to format JS code on file save | |
;; Version: 0.1.0 | |
;; Copyright (c) 2014 The go-mode Authors. All rights reserved. | |
;; Portions Copyright (c) 2015-present, Facebook, Inc. All rights reserved. | |
;; Redistribution and use in source and binary forms, with or without | |
;; modification, are permitted provided that the following conditions are | |
;; met: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am bontaq on github. | |
* I am bontaq (https://keybase.io/bontaq) on keybase. | |
* I have a public key whose fingerprint is 9817 B738 9DC3 7FDB 9FAF 0DB8 6FC3 A59E 39D3 DC25 | |
To claim this, I am signing this object: |