Skip to content

Instantly share code, notes, and snippets.

View AFulgens's full-sized avatar

Dániel Kovács AFulgens

  • Zürich, Switzerland
View GitHub Profile
@AFulgens
AFulgens / .gitconfig
Last active June 24, 2019 09:41 — forked from weiserr/.gitconfig
Gitconfig file
#####################
# MANDATORY: BASICS #
#####################
[user]
# your e-mail address for two keys to have general tooling support
email = mc.weiser@gmail.com
mail = mc.weiser@gmail.com
# your name in <firstname> <surname> format, accentise as you see fit (but be consistent across projects!)
name = Robert Weiser
[core]
@AFulgens
AFulgens / MyBenchmark.java
Last active July 16, 2020 08:10
entrySet() vs. keySet()
package org.sample;
import java.util.HashMap;
import java.util.IdentityHashMap;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Map.Entry;
import java.util.TreeMap;
import java.util.UUID;
import java.util.concurrent.ConcurrentHashMap;
@AFulgens
AFulgens / README.md
Last active August 29, 2015 14:27
Data Visualization - Coursera - Programming Assignment 2

Programming Assignment 2, for the Coursera course Data Visualization.

It uses a radial layout with hierarchical edge bundling in D3, showing character co-appearances in the Les Miserables novel. With the radio buttons the data is ordered in three different ways: the original ordering from the dataset, alphabetical based on the characters' names, and based on their weight (i.e. how many co-appearances they have, which translates to the degree of the nodes).

The code was shamelessly copied from Mike Bostock's Hierarchical Edge Bundling demo, and modified wherever needed.

Sadly, interactive re-layouting did not work in the couple hours I spent with this assignment, thus a static page-reload is done for re-ordering.

Keybase proof

I hereby claim:

  • I am afulgens on github.
  • I am dko (https://keybase.io/dko) on keybase.
  • I have a public key whose fingerprint is 6994 8AC6 9195 3F63 C7ED E628 BA16 3196 6BBD 8386

To claim this, I am signing this object: