Skip to content

Instantly share code, notes, and snippets.

View icek's full-sized avatar

Grzegorz Michlicki icek

View GitHub Profile
@icek
icek / $.3.js
Last active January 21, 2016 20:47 — forked from ofca/$.3.js
// original ofca/$.3.js
// based on https://gist.github.com/Potfur/5576225 & https://github.com/james2doyle/saltjs
// more info: https://plus.google.com/109231487156400680487/posts/63eZzzrBSb6
// 2 bytes less than original ;)
// V1 - 160b
window.$ = function(s,c) {
c = {
'#': 'ById',
@icek
icek / Signal.hx
Last active August 29, 2015 14:19 — forked from back2dos/Signal.hx
#if macro
import haxe.macro.Context;
import haxe.macro.Expr;
#end
abstract Signal<T>(Array<T>)
{
public inline function new()
{
this = [];
name: Publish
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest