Skip to content

Instantly share code, notes, and snippets.

@hadson19
hadson19 / .gitignore
Created August 30, 2020 08:41 — forked from andreasonny83/.gitignore
Gitignore template for JavaScript projects
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
/out-tsc
# Runtime data
pids
*.pid
@hadson19
hadson19 / gist:6b56c1c08cdc7072f1d2
Created March 18, 2016 17:35 — forked from rrobe53/gist:976610
Node.js File Extension Content Type
exports.ext = function () {
var extTypes = {
"3gp" : "video/3gpp"
, "a" : "application/octet-stream"
, "ai" : "application/postscript"
, "aif" : "audio/x-aiff"
, "aiff" : "audio/x-aiff"
, "asc" : "application/pgp-signature"
, "asf" : "video/x-ms-asf"
, "asm" : "text/x-asm"
<?php
class Tree {
/**
*
* @var array
*/
protected $_array = array();