This gist was automatically created by the JSON-LD Playground. You can see it loaded there by visiting:
http://json-ld.org/playground/index.html#/gist/3c379dfb9c1086e6e686
This gist was automatically created by the JSON-LD Playground. You can see it loaded there by visiting:
http://json-ld.org/playground/index.html#/gist/3c379dfb9c1086e6e686
javascript:(function() {var e = document.getElementById('issue_body');if (e) {e.value += '# What? Why?\n\n\n# How was it tested?\n\n';}})(); |
#!/usr/bin/env bash | |
sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin; | |
sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefpane; | |
# sudo find /Library/Java/JavaVirtualMachines -name "jdk*" -print0 -maxdepth 1 -type d -print0|xargs -0 rm -rd --; | |
sudo ln -sf /System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin; | |
sudo ln -sf /System/Library/Frameworks/JavaVM.framework/Commands/javaws /usr/bin/javaws; |
'use strict'; | |
var express = require('express'); | |
var app = express(); | |
var config = require('./config'); | |
// [...] | |
// [...] | |
var analytics = new Analytics(config.segment.writeKey, { flushAt: 1 }); |
#!/usr/bin/env bash | |
declare -a backup_files=(*.{id,nsf}, desktop8.ndk archive user.dic); | |
declare -a notes_data_directory=~/Library/Application\ Support/IBM\ Notes\ Data/; | |
declare -a notes_backup_directory=~/Desktop/Notes\ Backup; | |
mkdir -p "$notes_backup_directory"; | |
cd "$notes_data_directory"; | |
for i in "${backup_files[@]}" |
❯ curl -H "Authorization: token MY_TOKEN" -H "X-Oauth-Scope: user:email" "https://api.github.com/users/kevinSuttle" | |
{ | |
"login": "kevinSuttle", | |
"id": 95672, | |
"avatar_url": "https://avatars.githubusercontent.com/u/95672?v=3", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/kevinSuttle", | |
"html_url": "https://github.com/kevinSuttle", | |
"followers_url": "https://api.github.com/users/kevinSuttle/followers", | |
"following_url": "https://api.github.com/users/kevinSuttle/following{/other_user}", |
{ | |
"editor.fontFamily": "Fira Code", | |
"editor.fontSize": 14, | |
"editor.formatOnSave": true, | |
"editor.renderWhitespace": "all", | |
"editor.tabSize": 2, | |
"editor.wordWrap": "on", | |
"flow.useNPMPackagedFlow": true, | |
"javascript.format.enable": false, | |
"javascript.validate.enable": false, |
var express = require('express'), | |
https = require('https'); | |
//... | |
var app = express(); | |
// ... | |
module.exports = app; |
I hereby claim:
To claim this, I am signing this object: