Basic unit type:
λ> replTy "()"
() :: ()
Basic functions:
libraryDependencies ++= Seq( | |
"net.databinder" %% "unfiltered-jetty" % "0.4.1", | |
"net.databinder" %% "unfiltered-filter" % "0.4.1", | |
"net.databinder" %% "unfiltered-json" % "0.4.1" | |
) |
{-# LANGUAGE NoImplicitPrelude #-} | |
module Console where | |
import Language.Fay.FFI | |
import Language.Fay.Prelude | |
data MyData = MyData { xVar :: Int, yVar :: Int } | |
myData :: MyData |
Basic unit type:
λ> replTy "()"
() :: ()
Basic functions:
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
config.vm.box = "ubuntu/trusty64" |
React + D3 exploration with the force layout:
Pro:
Con:
/* Inject this to bitbucket.org with your favourite browser extension, for example Stylish. */ | |
.omnibar-result-context, .omnibar-result-label { | |
max-width: 1170px; | |
} | |
.omnibar { | |
margin-left: -600px; | |
width: 1200px; | |
} |
license: mit |
Make sure to set maz-http-header-size like below since the AD token size is large
set NODE_OPTIONS=--max-http-header-size=120000&& npx cypress open
References: