KLouds short-term development cycles.
- route validation refactoring - business logic stays lean and meaningful
- standalone rancher module - load balancers, reverse proxies, and domainnames
Regular Expression: Substitution: Modifiers | |
Global Case insensitive Single-line Multi-line | |
Results: 208 matches | |
href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap.no-icons.min.css | |
href="https://netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css | |
href="./api/resources/csses/ace_api.css | |
href="./doc/site/style.css |
http://localhost:2020/ | |
https://github.com/codemirror/CodeMirror/tree/master/mode | |
https://github.com/codemirror/CodeMirror/blob/master/addon/mode/loadmode.js | |
https://github.com/traviswimer/dir-to-json | |
https://github.com/cloudcmd/dword | |
https://github.com/Swatinem/ngen | |
https://gemnasium.com/Swatinem/esgraph | |
https://github.com/webrtcHacks/gitHub-WebRTC-analysis | |
http://0.0.0.0:1337/ | |
https://github.com/cloudcmd/dword |
#!/bin/babel-node | |
import jsdom from 'jsdom' | |
import fs from 'fs' | |
let subreddit = process.argv.length > 2 | |
? process.argv[2] | |
: 'webware' | |
function grab(url) { |
#!/bin/babel-node | |
import jsdom from 'jsdom' | |
import fs from 'fs' | |
let subreddit = process.argv.length > 2 | |
? process.argv[2] | |
: 'webware' | |
function grab(url) { |
<input type="color" name="myField" placeholder=""> |
#!/bin/bash | |
quiptoken="UmVlQU1BWGh6QmQ=|1470115736|SdtQMKJViZWr2LWXWyajwNFIxmcaLqJ6if289R0SQaU=" | |
file=$HOME/human-fools | |
failure() { | |
echo "failure"; | |
exit 1; | |
} |
apiVersion: v1 | |
kind: Pod | |
metadata: | |
labels: | |
name: cassandra | |
name: cassandra | |
spec: | |
containers: | |
- args: | |
- /run.sh |