Auto-centering and auto-scaling topojson data with an inkpen-style drawing animation.
This file contains 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
// ==UserScript== | |
// @name Massive Props | |
// @namespace https://twitter.com | |
// @include https://twitter.com/* | |
// @description https://twitter.com/ryanqnorth/status/220970058548121600 | |
// ==/UserScript== | |
var script = document.createElement('style'); | |
script.innerHTML = '\ | |
.favorite { \ |
This file contains 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"> | |
<style> | |
body { font: 20px monospace; margin: 20px; } | |
a { border-radius: 5px; background-color: #ddd; padding: 10px;} | |
</style> | |
</head> | |
<body> |
This file contains 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
MIT License | |
Copyright (c) 2019 David Hazinski | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: |
Upload a GTFS file that contains shapes.txt
. Example GTFS files can be found at TransitFeeds.
Give the SSH key as the first param, and the ip address as the second, and it will do the rest! If something goes wrong, go fix it manually because you would end up re-appending the extra config again and probably cause an error-out.
See: https://coreos.com/tectonic/docs/latest/troubleshooting/etcd-client-auth.html
This file contains 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 /> | |
<meta name="viewport" content="initial-scale = 1.0,maximum-scale = 1.0" /> | |
<title>CSS Transparency</title> | |
<link rel="stylesheet" href="style.css" /> | |
</head> | |
<body> | |
<div class="img-wrap1 tile"> |
This file contains 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 /> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Houndstooth</title> | |
<link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700' rel='stylesheet' type='text/css'> | |
<style> | |
body { | |
font-size: 100px; |
NewerOlder