Skip to content

Instantly share code, notes, and snippets.

View bumbeishvili's full-sized avatar
🏠
Working from home

David Bumbeishvili bumbeishvili

🏠
Working from home
View GitHub Profile
@DanDiplo
DanDiplo / JS-LINQ.js
Last active June 12, 2025 07:42
JavaScript equivalents of some common C# LINQ methods. To help me remember!
// JS array equivalents to C# LINQ methods - by Dan B.
// First: This version using older JavaScript notation for universal browser support (scroll down for ES6 version):
// Here's a simple array of "person" objects
var people = [
{ name: "John", age: 20 },
{ name: "Mary", age: 35 },
{ name: "Arthur", age: 78 },
{ name: "Mike", age: 27 },
@syntagmatic
syntagmatic / README.md
Last active November 20, 2018 08:28
Satellite Debris Fields
@syntagmatic
syntagmatic / README.md
Last active March 22, 2025 02:46
Hypersolids
@syntagmatic
syntagmatic / 600cell.ascii
Last active February 7, 2018 16:58
Tetraplex
120
2 0 0 0
-2 0 0 0
0 2 0 0
0 -2 0 0
0 0 2 0
0 0 -2 0
0 0 0 2
0 0 0 -2
0 1 0.618034 1.61803
@darosh
darosh / README.md
Last active February 3, 2018 12:54
Countries & Events
  • Space/Enter keys: Pause/Play
  • Left/Right keys: Previous/Next
  • Pan & Zoom: when paused
@bricedev
bricedev / README.md
Last active March 6, 2018 10:31
Wars II

Wars dataset from COW. Each path represents a war and associated circles represent the number of victims. Inspired from Valentina D'Efilippo's work

@emeeks
emeeks / d3.sankey.js
Last active September 14, 2020 16:49
Sankey Particles IV
d3.sankey = function() {
var sankey = {},
nodeWidth = 24,
nodePadding = 8,
size = [1, 1],
nodes = [],
links = [];
sankey.nodeWidth = function(_) {
if (!arguments.length) return nodeWidth;
@tophtucker
tophtucker / README.md
Last active March 2, 2018 12:11
Streaky Text

Crappy ripoff of FizzyText (seen here, source here, my attempted explanation here) in which collision-detection (of particles with letterforms) is used to slow the particles down instead of engorge them. And then a third canvas is introduced which isn't cleared every frame, so the particles leave translucent streaks.

It looks like an inkjet printer!!

Refresh many times for streaky imperfect printing!

@mbostock
mbostock / .block
Last active January 16, 2020 09:23
Percentage Change II
license: gpl-3.0
@lokesh005
lokesh005 / Pl.png
Last active February 21, 2018 11:06
Platelets
Pl.png