Skip to content

Instantly share code, notes, and snippets.

View askucher's full-sized avatar
💭
I may be slow to respond.

Andrey askucher

💭
I may be slow to respond.
  • Kiev
View GitHub Profile
@askucher
askucher / egregorjs.md
Last active November 11, 2015 17:26
egregorjs.md

Egregorjs is data-binding framework

#####It privide immediate update of the data in one place when changed the data on another place located on different computer or application.

####Example

@siman
siman / VipTreeApp.scala
Last active December 23, 2015 02:19
Filter VIP nodes of a tree. (non tail-recursive yet)
package example
import collection.mutable.ArrayBuffer
import collection.mutable
import annotation.tailrec
/**
* @author Alex Siman <aleksandr.siman@gmail.com>
* Date: 2013-09-12
*/