Skip to content

Instantly share code, notes, and snippets.

View barionleg's full-sized avatar

Bankn8II©$A barionleg

View GitHub Profile
@barionleg
barionleg / .block
Created October 26, 2025 14:42 — forked from mbostock/.block
Rotating Voronoi
license: gpl-3.0
redirect: https://observablehq.com/@mbostock/rotating-voronoi
@barionleg
barionleg / data.json
Created October 26, 2025 11:35 — forked from davidcdupuis/data.json
Concentric circle force layout graph in D3.v4
{
"papers":[
{
"id":"adaptive-targeting",
"title":"Adaptive Targeting for Online Advertisement",
"year":"2015",
"authors":["Andrey Pepelyshev","Yuri Staroselskiy","Anatoly Zhigljavsky"],
"problematic":"Making fast decisions on whether to show a given ad to a particular user based on information extracted from big data sets containing records of previous impressions, clicks and subsequent purchases.",
"solution":"Strategies for maximizing the click-through rate and provide some results of statistical analysis of real data",
"references":["massive-datasets","web-scale-user-targ","onl-ad-industry","greedy-approx-gbm","sponsored-search","mult-dim-maj","ftrl-mirror-descent","sup-mult-dim-scale","organic-vs-spons-search"]
@barionleg
barionleg / .block
Created October 25, 2025 18:12 — forked from micahstubbs/.block
Blocks Graph IV - d3.oakland talk
license: CC0-1.0
height: 1000
border: no
@barionleg
barionleg / .block
Created October 25, 2025 12:48 — forked from mbostock/.block
Superscript Format
license: gpl-3.0
@barionleg
barionleg / README.md
Last active October 25, 2025 06:33 — forked from scresawn/README.md
genome browser

Genome browser for phamerator.org

@barionleg
barionleg / .block
Last active October 24, 2025 13:52 — forked from mbostock/.block
Force-Directed Tree II
border: no
height: 640
license: gpl-3.0
redirect: https://observablehq.com/@d3/force-directed-tree
@barionleg
barionleg / .block
Last active October 24, 2025 13:37 — forked from mbostock/.block
Blocks Graph
license: gpl-3.0
height: 960
@barionleg
barionleg / .block
Last active October 24, 2025 13:28 — forked from mbostock/.block
Force-Directed Graph
license: gpl-3.0
height: 600
redirect: https://observablehq.com/@d3/d3-force-directed-graph
@barionleg
barionleg / README.md
Last active October 24, 2025 17:27 — forked from vasturiano/.blocks.json
VR Force-Directed Graph

Virtual reality representation of a force-directed iterative layout, using 3d-force-graph-vr. This component uses A-Frame for VR rendering and either d3-force-3d or ngraph for the layout physics engine.

Cycle through various topological data sets using the button on the top-right. Click the icon on the bottom-right to enter VR mode.

Simulate flying-style movement through the layout using a gamepad controller or the arrow/wasd keys on a physical keyboard.

See also the WebGL version.

edited 20251024 y barionleg

@barionleg
barionleg / README.md
Last active October 24, 2025 17:10 — forked from vasturiano/.blocks.json
3D Force-Directed Graph (ThreeJS)

3-dimensional representation of a force-directed iterative layout, using 3d-force-graph. This component uses ThreeJS/WebGL for rendering and either d3-force-3d or ngraph for the 3D physics engine.

Cycle through various topological data sets using the button on the top-right.

See also the VR version.