Skip to content

Instantly share code, notes, and snippets.

View alexkolson's full-sized avatar

Alex Olson alexkolson

  • Lufthansa Technik
  • Hamburg
View GitHub Profile
ruleset a369x122 {
meta {
name "kynetx-desktop-endpoint-driver"
description <<
kynetx-desktop-endpoint-driver
>>
author "AKO"
// Uncomment this line to require Marketplace purchase to use this app.
// authz require user
logging off
ruleset a369x116 {
meta {
name "SringBin Module Test Harness"
description <<
SringBin Module Test Harness
>>
author "AKO"
logging on
use module a369x115 alias StringBin with pin = "X9ooUUsrR180MkpxZ2N1M"
ruleset a369x117 {
meta {
name "Clownhat JS"
description <<
Clownhat JS
>>
author "AKO"
logging on
}
ruleset a369x115 {
meta {
name "StringBin Module"
description <<
StringBin Module
>>
author "AKO"
logging off
provide read, write, destroy
ruleset a369x111 {
meta {
name "Sidetab->Events"
description <<
Sidetab jQuery
>>
author "AKO"
logging on
use javascript resource jquery_ui_js
@alexkolson
alexkolson / time.php
Created November 5, 2010 06:04
coefficient of awesomness
<?php
class Printer {
private $arr;
private $callback;
public function printer($arr,$wrap) {
$this->arr = $arr;
$this->callback = $wrap;
}
public function json() {