Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
import shapeless._ | |
import shapeless.ops.hlist.IsHCons | |
object ShapelessDojo { | |
def addOneToCaseClass[C, H <: HList, E, T <: HList] | |
(c: C) | |
(implicit gen: Generic.Aux[C, H], | |
h: IsHCons.Aux[H, E, T], | |
ev: E =:= Int, |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
@font-face { | |
font-family: junicode; | |
src: url('_junicode.ttf'); | |
} | |
.card, table { | |
font-family: Helvetica, sans-serif, junicode; | |
font-size: 20px; | |
text-align: center; | |
color: #d03030; | |
background-color: #fafaf5; |