Skip to content

Instantly share code, notes, and snippets.

View IbrahimTanyalcin's full-sized avatar
☸️
revisiting-old-concepts.reinventing-the-wheel.☸

Ibrahim Tanyalcin IbrahimTanyalcin

☸️
revisiting-old-concepts.reinventing-the-wheel.☸
View GitHub Profile
@IbrahimTanyalcin
IbrahimTanyalcin / test1.js
Created October 25, 2017 02:58
taskq_test1.js
!function(){
var somePrivateObject = new (function(){this.y = 99;})
function innerFunc(){
console.log("innerFunc!!");
}
function test1 (someEntity) {
console.log("As test1, I will first execute a function from inner scope,\
then log what is exported as 'someEntity',\
then log 'this',\
and finally export myself as 'testItem'");
@IbrahimTanyalcin
IbrahimTanyalcin / test2.js
Created October 25, 2017 03:16
taskq_test2.js
!function(){
function test(testItem){
console.log("I'll wait for all and then execute the function that is passed to me!");
testItem(5);
}
test._taskqId = "loadend";
test._taskqWaitFor = [0,1];//not necessery if 'loadend' is present above
taskq.push(test);
}()
@IbrahimTanyalcin
IbrahimTanyalcin / .block
Last active January 1, 2020 10:58
lexicon-distribution Minimal usage
height: 800
width: 800
scrolling: yes
@IbrahimTanyalcin
IbrahimTanyalcin / .block
Last active December 11, 2017 03:42
lexicon-distribution Heatmap!
height: 800
width: 800
scrolling: yes
@IbrahimTanyalcin
IbrahimTanyalcin / .block
Last active September 30, 2019 23:46
lexicon-dash
height: 800
width: 800
scrolling: yes
@IbrahimTanyalcin
IbrahimTanyalcin / .block
Last active December 14, 2017 03:30
lexicon-seq Minimal example
height: 800
width: 800
scrolling: yes
@IbrahimTanyalcin
IbrahimTanyalcin / .block
Last active December 14, 2017 04:49
lexicon-seq Dimensions
height: 800
width: 800
scrolling: yes
@IbrahimTanyalcin
IbrahimTanyalcin / .block
Last active December 14, 2017 05:36
lexicon-seq Zooming illusion
height: 800
width: 800
scrolling: yes
@IbrahimTanyalcin
IbrahimTanyalcin / .block
Last active December 14, 2017 07:30
lexico-seq Performance comparison
height: 800
width: 800
scrolling: yes
@IbrahimTanyalcin
IbrahimTanyalcin / .block
Last active December 18, 2017 00:26
lexicon-distribute Synchronous Distributions!
height: 800
width: 800
scrolling: yes