Skip to content

Instantly share code, notes, and snippets.

View bennekrouf's full-sized avatar
🪳
On exploration

Bennekrouf bennekrouf

🪳
On exploration
View GitHub Profile
anonymous
anonymous / index.html
Created August 20, 2016 17:42
d3 poc // source https://jsbin.com/hofeyepula
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script>
<title>d3 poc</title>
<style id="jsbin-css">
.node {
fill: #ccc;
@bennekrouf
bennekrouf / javascript
Last active September 16, 2015 07:24
Gulp with babelify, browserify and browsersync
var gulp = require('gulp');
var browserify = require('browserify');
var babelify = require('babelify');
var fs = require("fs");
var transform = require('vinyl-transform');
var browserSync = require('browser-sync');
gulp.task('serve', ['es6'], function() {
browserSync({
server: {
@danharper
danharper / gulpfile.js
Last active April 11, 2024 08:31
New ES6 project with Babel, Browserify & Gulp
var gulp = require('gulp');
var sourcemaps = require('gulp-sourcemaps');
var source = require('vinyl-source-stream');
var buffer = require('vinyl-buffer');
var browserify = require('browserify');
var watchify = require('watchify');
var babel = require('babelify');
function compile(watch) {
var bundler = watchify(browserify('./src/index.js', { debug: true }).transform(babel));
@sanderhouttekier
sanderhouttekier / install_robomongo.sh
Created April 28, 2014 06:13
This file installs robomongo on your ubuntu / mint linux install
#!/bin/bash -e
# Script for installing Robomongo on Ubuntu.
# Copyright 2013 Binary Birch Tree
# http://www.binarybirchtree.com
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
@textarcana
textarcana / mac_xwindows_x11_xvfb_headless_firefox_howto.md
Last active April 19, 2023 01:53
Headless Selenium on CentOS 6.3 (Mac XWindows / X11 / Xvfb / Headless Firefox / Selenium howto)

XWindows for Headless Selenium

X Wing art by Paul Harckham

How to set up a Headless Selenium Testing environment for CentOS 6.3.

On your CentOS 6.3 host

Follow these steps to set up a CentOS 6.3 host to run headless Selenium tests with Firefox.

@bennekrouf
bennekrouf / bidou_.idea_.name
Created April 21, 2013 18:40
Projet test webstorm
bidou