Skip to content

Instantly share code, notes, and snippets.

View AnnemarieKohler's full-sized avatar
🎯
Focusing

Annemarie Köhler AnnemarieKohler

🎯
Focusing
View GitHub Profile
@jmosul
jmosul / TextTableCreator.php
Last active May 26, 2017 16:23
Creates a text based table for printing out simple arrays. Extended version at http://github.com/jmosul/TableCreator
<?php
/**
* Class TextTableCreator
*
* Creates a text based table for printing out simple arrays
*
* CONVERTS:
*
* $table = new TextTableCreator();
@mauvm
mauvm / Jasmine-and-Babel6.md
Created November 12, 2015 10:51
Jasmine ES6 run script for use with Babel 6
$ npm install --save babel-cli babel-preset-es2015
$ npm install --save-dev jasmine

.babelrc:

{
 "presets": ["es2015"]
@hofmannsven
hofmannsven / README.md
Last active April 1, 2025 06:51
Git CLI Cheatsheet