Skip to content

Instantly share code, notes, and snippets.

View jmesserli's full-sized avatar
👨‍🎓

Joel Messerli jmesserli

👨‍🎓
  • inpeek AG
  • Bern, Switzerland
View GitHub Profile
@jmesserli
jmesserli / books.md
Last active September 11, 2017 09:23
Wishlist

Keybase proof

I hereby claim:

  • I am jmesserli on github.
  • I am jmesserli (https://keybase.io/jmesserli) on keybase.
  • I have a public key ASDvKdsLLvU4dhHJXddmisVOI3RUlJfwA6-_PbCmHoSA7go

To claim this, I am signing this object:

<?php
$time_start = microtime(true);
$colors = array(0 => "default", 1 => "primary", 2 => "success", 3 => "info", 4 => "warning", 5 => "danger");
$fileicons = array(0 => "file", "text" => "file-text", "table" => "table", "compressed" => "archive", "image" => "picture-o", "exec" => "terminal", "music" => "music", "src" => "code", "link" => "link");
$filetypeicon = array(
"pdf" => "text", "docx" => "text", "doc" => "text", "odt" => "text", "txt" => "text", "log" => "text", "md" => "text",
"xlsx" => "table", "xls" => "table", "ods" => "table",
"zip" => "compressed", "rar" => "compressed", "gz" => "compressed", "tar" => "compressed",
"png" => "image", "jpg" => "image", "jpeg" => "image", "tiff" => "image", "gif" => "image", "ico" => "image",