Skip to content

Instantly share code, notes, and snippets.

@vdavez
vdavez / .block
Created October 23, 2019 16:22 — forked from domoritz/.block
Vega-Lite Bl.ocks example
license: bsd-3-clause
@vdavez
vdavez / config.yaml
Last active August 29, 2015 14:07 — forked from anonymous/config.yaml
legalmd-gist
levels:
- form: '$x.'
num: 1
- form: '$x.'
num: A
- form: ($x)
num: 1
@vdavez
vdavez / index.html
Last active August 29, 2015 14:03 — forked from anonymous/index.html
<!DOCTYPE html>
<html>
<head>
<title>Foo</title>
<meta charset='utf-8' />
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' />
<style type='text/css'>
body {
font-family: 'Ubuntu';
letter-spacing:-5px;
@vdavez
vdavez / config.yaml
Created June 11, 2014 15:50 — forked from anonymous/config.yaml
legalmd-gist
levels:
- form: $x.
num: I
- form: $x.
num: A
- form: ($x)
num: 1
@vdavez
vdavez / config.yaml
Created June 6, 2014 04:20 — forked from konklone/config.yaml
legalmd-gist
levels:
- form: $x.
num: I
- form: $x.
num: A
- form: ($x)
num: 1
@vdavez
vdavez / es.sh
Last active August 29, 2015 13:57
cd ~
sudo apt-get update
sudo apt-get install openjdk-7-jre-headless -y
### Check http://www.elasticsearch.org/download/ for latest version of ElasticSearch and replace wget link below
# NEW WAY / EASY WAY
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.0.deb
sudo dpkg -i elasticsearch-1.3.0.deb