Keybase proof
I hereby claim:
- I am jakesyl on github.
- I am jakesyl (https://keybase.io/jakesyl) on keybase.
- I have a public key ASBwTfamkouqBepd-VvL6aLrwd9F_HO-AkS6wOxXh-P15Qo
To claim this, I am signing this object:
#!/bin/bash | |
# Cloud-config for CoreOS IPXE deployment on Vultr | |
################################################## | |
# This cloud-config bootstraps CoreOS on /dev/vda and provisions: | |
# - private ip-address on eth1 | |
# - etcd on private network | |
# - fleet on private network | |
# - basic firewall (docker compatible) | |
# - SSHd security hardening | |
################################################## |
Jakes-MacBook-Pro:DefinitelyTyped jakesylvestre$ git checkout patch-1 | |
Branch 'patch-1' set up to track remote branch 'patch-1' from 'origin'. | |
Switched to a new branch 'patch-1' | |
Jakes-MacBook-Pro:DefinitelyTyped jakesylvestre$ git pull | |
Already up to date. | |
Jakes-MacBook-Pro:DefinitelyTyped jakesylvestre$ npm run test | |
> definitely-typed@0.0.3 test /private/tmp/DefinitelyTyped | |
> node node_modules/types-publisher/bin/tester/test.js --run-from-definitely-typed |
import Plugin from '@ckeditor/ckeditor5-core/src/plugin'; | |
import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview'; | |
import { | |
createDropdown, | |
addToolbarToDropdown | |
} from '@ckeditor/ckeditor5-ui/src/dropdown/utils'; | |
export default class MergeFields extends Plugin { | |
static get pluginName() { | |
return 'mergeFields'; | |
} |
gistup |
gistup |
I hereby claim:
To claim this, I am signing this object:
lsof -nti:NumberOfPort | xargs kill -9 |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>Location</title> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | |
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> |
gistup |
gistup |