Skip to content

Instantly share code, notes, and snippets.

@kroeliebuschie
kroeliebuschie / telegram_dark_mode.user.js
Last active September 28, 2017 11:21 — forked from digitalheir/telegram_dark_mode.user.js
Tampermonkey / Greasemonkey script for night mode / dark theme in Telegram web
// ==UserScript==
// @name Telegram dark theme / night mode
// @namespace https://github.com/digitalheir/
// @version 0.8
// @description Dark theme / night mode for Telegram Web
// @author Maarten Trompper <maartentrompper@freedom.nl>
// @match https://web.telegram.org/*
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle('body { color: #fff;');
@kroeliebuschie
kroeliebuschie / README.md
Created April 4, 2014 10:26
Histogram of Tumor Data Values

Welcome my friend,

the data made by Pjotr from the CouchDB data base is put in a histogram. I have retrieved the data from the database with an R script which is put in a pipeline with the D3 script. This data is from the tumor values, try and hover over the bars to see some magic.

Cheers! Mehdi Nellen

Here you can find the R script: https://github.com/kroeliebuschie/troep/blob/master/assignment_3/parser.R

@kroeliebuschie
kroeliebuschie / README.md
Last active August 29, 2015 13:58
Assignment 3 Mehdi Nellen

After almost commiting suicide because the parsing of json CouchDB stuff did not work and fit into my D3 script. I came up with the idea to make this. This is a donut chart which shows how the best bioinformaticians in the class spend their time and how many muggs of coffee they consume.

Try to change the name in the upper left!