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
/* Originally from http://bettermotherfuckingwebsite.com */ | |
@import url('https://fonts.googleapis.com/css?family=Inconsolata|Inter&display=swap'); | |
body { | |
margin: 40px auto; | |
max-width: 900px; | |
line-height: 1.6; | |
font-size: 16px; | |
color: #444; | |
padding: 0 10px; | |
font-family: 'Inter', sans-serif;; |
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
(ns doc-serialization.core) | |
(def block-tags | |
{"h2" :h2 | |
"h3" :h3 | |
"h4" :h4 | |
"p" :p}) | |
(defn serialize-leaf [leaf] | |
[:span (:text leaf)]) |
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
<GDAL_WMS> | |
<Service name="TMS"> | |
<ServerUrl>https://s3.amazonaws.com/elevation-tiles-prod/geotiff/${z}/${x}/${y}.tif</ServerUrl> | |
</Service> | |
<DataWindow> | |
<UpperLeftX>-20037508.34</UpperLeftX> | |
<UpperLeftY>20037508.34</UpperLeftY> | |
<LowerRightX>20037508.34</LowerRightX> | |
<LowerRightY>-20037508.34</LowerRightY> | |
<TileLevel>14</TileLevel> |
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
(ns om-tutorial.core | |
(:require-macros [cljs.core.async.macros :refer [go]]) | |
(:require [goog.dom :as gdom] | |
[cljs.core.async :as async :refer [<! >! put! chan]] | |
[clojure.string :as string] | |
[om.next :as om :refer-macros [defui]] | |
[om.dom :as dom]) | |
(:import [goog Uri] | |
[goog.net Jsonp])) |
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
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
appName:'Ember Twidsdle' | |
}); |
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
# ElasticSearch Service | |
description "ElasticSearch" | |
start on (net-device-up | |
and local-filesystems | |
and runlevel [2345]) | |
stop on runlevel [016] |
This shows the movement of 330 vehicles travelling round the UK & Ireland over a 24hr period.
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset='utf-8'> | |
<title>Embedded</title> | |
</head> | |
<body> | |
<div class='container'> | |
<h2>Embedded lookbook - default</h2> | |
<script src='http://lookbook.rapha.cc/aw13-cx/en/embed' type='text/javascript'></script> |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset='utf-8'> | |
<title>Embedded</title> | |
</head> | |
<body> | |
<div class='container'> | |
<h1>Embedded lookbook - development</h1> |
NewerOlder