Skip to content

Instantly share code, notes, and snippets.

View dirkseidensticker's full-sized avatar

Dirk Seidensticker dirkseidensticker

View GitHub Profile
@nevrome
nevrome / world_map_ascii.R
Last active August 8, 2022 13:45
R script to plot an ASCII world map with highlighted positions
# . . ... ........... . ...
#. ................. . .. ..... ...... ..... .......................
# . .......... ... ... .......................... .
# ............. . ...............................
# ............ .. X .. X.... .................
# ....... ..... .. ...................
# .. . ............ .... ..........
# . ............. . .. .
# ..... .......... .. .
# .......... ...... . ..
@ito4303
ito4303 / colormodel.R
Last active October 22, 2021 13:02
ggplot2 and color model
library(ggplot2)
# http://www.cookbook-r.com/Graphs/Colors_(ggplot2)/
# The palette with grey:
cbPalette <- c("#999999", "#E69F00", "#56B4E9", "#009E73",
"#F0E442", "#0072B2", "#D55E00", "#CC79A7")
data(iris)
p <- ggplot(iris) +
geom_histogram(aes(Sepal.Length, fill = Species),
@tpoisot
tpoisot / zotero-standalone.desktop
Last active September 27, 2018 21:40
zotero desktop file for the standalone version in fedora -- https://developer.gnome.org/integration-guide/stable/desktop-files.html.en
[Desktop Entry]
Name=Zotero Standalone
Exec=/usr/local/bin/Zotero_linux-x86_64/zotero
Icon=/usr/local/bin/Zotero_linux-x86_64/chrome/icons/default/default48.png
Type=Application
Categories=Education;