create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
const request = require('request') | |
request.post('https://wonder.cdc.gov/controller/datarequest/D76', { | |
form: { | |
request_xml: ` | |
<request-parameters> | |
<parameter> | |
<name>accept_datause_restrictions</name> | |
<value>true</value> | |
</parameter> |
{ | |
"name": "my-project", | |
"version": "0.0.1", | |
"description": "...", | |
"main": "index.js", | |
"scripts": { | |
"serve": "python -m SimpleHTTPServer", | |
"swatch": "npm run serve & npm run watch", | |
"test": "mocha", | |
"watch": "npm run watch-js & npm run watch-styl", |
<!DOCTYPE html> | |
<html lang="en-US"> | |
<head> | |
<title>Schism</title> | |
</head> | |
<body> | |
<button id="ctrl">Play</button> | |
</body> | |
<script> | |
!function(){ |
set pic to POSIX file "/path/to/image.jpg" | |
repeat 3 times | |
tell application "Messages" | |
send pic to buddy "%YOUR BUDDY'S NAME%" | |
end tell | |
end repeat |
// ---- | |
// Sass (v3.3.0.rc.1) | |
// Compass (v0.13.alpha.10) | |
// ---- | |
@mixin class { | |
float: left; | |
> img { | |
height: 30px; |
// ---- | |
// Sass (v3.3.0.rc.1) | |
// Compass (v0.13.alpha.10) | |
// ---- | |
.half { | |
width: 200px; | |
@media (max-width: 768px) { | |
width: 50%; |