This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html | |
head | |
title= title | |
script(type="text/javascript", src='http://code.jquery.com/jquery-1.6.1.min.js') | |
link(rel='stylesheet', href='/stylesheets/style.css') | |
body | |
block content |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
if (typeof exports !== 'undefined') { | |
module.exports = (function() { | |
var debug = require('debug')('mymodule'); | |
return exportModule(debug); | |
})(); | |
} | |
else if (typeof define === 'function' && define.amd) { | |
define( | |
[ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
$script = <<SCRIPT | |
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 | |
sudo sh -c "echo deb https://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list" | |
sudo apt-get update | |
sudo apt-get -yq install lxc-docker | |
sudo sed -i '$acomplete -F _docker docker' /etc/bash_completion.d/docker | |
SCRIPT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author Jim Alateras | |
*/ | |
var fs = require('fs'); | |
var path = require('path'); | |
var map = require('map-stream'); | |
var through = require('through2'); | |
var debug = require('gulp-debug'); | |
var es = require('event-stream'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author Jim Alateras | |
*/ | |
var fs = require('fs'); | |
var stream = require('stream') | |
var path = require('path'); | |
var File = require('vinyl'); | |
var vfs = require('vinyl-fs'); | |
var buffer = require('vinyl-buffer'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const through = require('through2'); | |
const transform = require('vinyl-transform'); | |
const gunzip = require('gulp-gunzip'); | |
const vfs = require('vinyl-fs'); | |
const map = require('map-stream'); | |
const csvParser = require('csv-parse/lib/sync'); | |
// var csv = require('csv-stream'); | |
const util = require('util'); | |
const gutil = require('gulp-util'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
const through = require('through2'); | |
const util = require('util'); | |
const gutil = require('gulp-util'); | |
module.exports = function(files, options) { | |
if (!files || files.length === 0) { | |
throw new Error('Must specify at least one file to split into'); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Looking for a software engineer with extensive experience in nodejs, aws and elasticsearch and knowledge of Ansible, | |
Docker and Kubernetes to help with developing and extending an audience management platform. which currently collects | |
in excess of 100M+ events per day. Front-end experience in VueJs or ReactJS is a bonus but not required as is a fervour | |
for entrepreneurialship. If you have a passion for quality and automation, can hit the ground running and work autonomously | |
then email me directory at jima at comware dot com dot au. | |
The interview process is lightweight, no code review, no testing just point me to your github account or some projects you've | |
worked on and let's grab a coffee, or hook up over skype for a chat. I am a big fan of the Longflow Manifesto | |
(https://github.com/Nax/longflow-manifesto), collaboration and knowledge sharing. Willing to pay premium for the right person |