Skip to content

Instantly share code, notes, and snippets.

View 3rd-Eden's full-sized avatar
💭
I have approximate knowledge of many things

Arnout Kazemier 3rd-Eden

💭
I have approximate knowledge of many things
View GitHub Profile
@3rd-Eden
3rd-Eden / exotics.md
Last active August 29, 2015 14:19 — forked from alessioalex/exotics.md
@3rd-Eden
3rd-Eden / compare.js
Created October 30, 2011 19:15 — forked from WebReflection/document.retrieveSelector.js
retrieve a CSS selector out of a DOM node
(function () {
var all = document.getElementsByTagName('*')
, matches = 0
, misses = 0
, total = all.length
, i = all.length
, selector
, match;
while (i--) {
@3rd-Eden
3rd-Eden / HelloDartTest.dart
Created October 11, 2011 17:25
Dart Compilation
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Simple test program invoked with an option to eagerly
// compile all code that is loaded in the isolate.
// VMOptions=--compile_all
class HelloDartTest {
static testMain() {
print("Hello, Darter!");
@3rd-Eden
3rd-Eden / LICENSE.txt
Created May 26, 2011 18:14 — forked from 140bytes/LICENSE.txt
HTTP server in 140 bytes
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@3rd-Eden
3rd-Eden / LICENSE.txt
Created May 24, 2011 10:21 — forked from 140bytes/LICENSE.txt
Object merge
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Arnout Kazemier <blog.3rd-Eden.com>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@3rd-Eden
3rd-Eden / LICENSE.txt
Created May 20, 2011 10:59 — forked from 140bytes/LICENSE.txt
JSON date parser
Copyright (c) 2011 Arnout Kazemier, <http://blog.3rd-Eden.com>
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 copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions: