Skip to content

Instantly share code, notes, and snippets.

View danrcoull's full-sized avatar
😀
Always happy deving away :D

Daniel Coull danrcoull

😀
Always happy deving away :D
View GitHub Profile
@danrcoull
danrcoull / 0_reuse_code.js
Created November 23, 2016 09:59
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@danrcoull
danrcoull / php-fpm-cli
Created February 10, 2016 13:10 — forked from muhqu/php-fpm-cli
#!/bin/bash
#
# The MIT License (MIT)
#
# Copyright (c) 2014 Mathias Leppich <mleppich@muhqu.de>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell