Skip to content

Instantly share code, notes, and snippets.

@ircmaxell
ircmaxell / example.php
Created September 6, 2013 13:38
JSON utility class
<?php
require 'json.php';
$json = new JSON;
$json->foo->bar->baz = "foo";
$json->foo->biz = "test";
$json->baz = array();
$json->baz[1] = "testing";
@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active March 5, 2026 10:16
A badass list of frontend development resources I collected over time.
@tvlooy
tvlooy / feestdagen.php
Last active March 9, 2026 16:07
Feestdagen berekenen
################################################################################
# #
# YOU MAY WANT TO USE https://packagist.org/packages/ctors/holidays INSTEAD! #
# #
################################################################################
<?php
// (c) Tom Van Looy <tom@ctors.net> https://ctors.net/isc_license.txt