KLouds short-term development cycles.
- route validation refactoring - business logic stays lean and meaningful
- standalone rancher module - load balancers, reverse proxies, and domainnames
<input type="color" name="myField" placeholder=""> |
#!/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) { |
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 |
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 |
<!-- https://github.com/grancalavera/130921 --> | |
<header> | |
<h1>Third Cube</h1> | |
<p>Another <a href="https://twitter.com/davidope">@davidope</a> cover, this one using <a href="http://threejs.org/">three.js</a>. I have not been able to get it to work identically yet.</p> | |
<p>Based on <a href="http://dvdp.tumblr.com/post/61799632866/130921">130921</a>.</p> | |
</header> | |
<div id="main-container" class="container"></div> |
- |
Runnable lets you create Sandboxes (collections of one or more servers) to run the code in your GitHub repositories, on‑demand. | |
We integrate with the tools you’re already using, like GitHub and Slack, to automatically deploy commits and launch containers in your Sandbox when you create branches and notify you when they are updated via Slack. It’s easy to share Sandboxes in a team as you develop and test your application—and you can continue to use your existing tools and processes for deployment without having to change the way you work. |