Skip to content

Instantly share code, notes, and snippets.

View Inclushe's full-sized avatar

Ethan John Walker Inclushe

View GitHub Profile
@Inclushe
Inclushe / gulp-directory-template.md
Last active April 9, 2019 13:10
Gulpfile using Stylus, Pug, Browsersync, and Browserify.

Directory Template

📁 src
  📁 assets
    📁 images
    📁 videos
  📁 js
  📁 pug
 📁 templates

Keybase proof

I hereby claim:

  • I am inclushe on github.
  • I am ethanw (https://keybase.io/ethanw) on keybase.
  • I have a public key ASAz67iPPKRX1g6Ad4Wj0qVqPxeES2Or-Sm5aS6oL3iYOQo

To claim this, I am signing this object:

module.exports = {
characters: ['᠎', '​'],
encode: function (input) {
var output = ''
var binary = ''
for (var char = 0; char < input.length; char++) {
var dec = input.charCodeAt(char).toString(2)
binary += Array(9 - dec.length).join('0') + dec
}
for (var bit = 0; bit < binary.length; bit++) {
var dis = {
is: {
how: {
this: {
is: {
done: "Yeah"
}
}
}
}
function rand(min,max,round) {
if(round === false){
return (Math.random() * (max-min)) + min;
}
else {
return Math.round((Math.random() * (max-min)) + min);
}
}
function createNoiseFromColors(w, h){