Skip to content

Instantly share code, notes, and snippets.

@EtienneR
EtienneR / foo.json
Last active August 29, 2015 14:27
JSON export file with Go (via io/ioutil)
{"name":"this is the name value","description":"this is the description value","email":"this is the email value"}
@EtienneR
EtienneR / gist:88ca1158d62ea6e0886d
Created May 14, 2015 19:47
HTML 5 Vibration (only for FirefoxOS and few others http://mobilehtml5.org/)
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, maximum-scale=1" />
<title>Vibrate Me</title>
<style>
body{
background: #eee;
margin: 0 auto;
width: 320px;