Skip to content

Instantly share code, notes, and snippets.

@bolatov
bolatov / berlin_kitas.csv
Created November 24, 2021 16:17 — forked from subpath/berlin_kitas.csv
Berlin's Kitas with addresses and emails (csv file with ";" as separator)
We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 1 column, instead of 4. in line 2.
address;name;type;postcode;phone;email;educational;topics;languages;lat;lon
Wartenburgstr. 7;Ev. Kirchengemeinde Jesus-Christus;Kindertagesstätte;10963;030216 30 87;Kita@jckg.berlin;;;;52.49654;13.38089
Wilhelmstr. 15;Trauminsel e.V.;Eltern-Initiativ-Kindertagesstätte;10963;030-25923697;trauminsel.ev@hotmail.de;Situationsansatz;Ästhetische Bildung (Musik und Kunst), Gesundheit, Interkulturelle Pädagogik, Körper und Bewegung;deutsch - arabisch;52.50275;13.38865
Wilhelmstr. 54;Kinder im Kiez gGmbH;Kindertagesstätte;10963;030208 92 14;franzoesischestrasse@kinder-im-kiez.de;;;;52.4985969;13.3783562
Dessauer Str. 27;Orte für Kinder GmbH;Kindertagesstätte;10963;0302639 7930;traumbaum@ortefuerkinder.de;;;;52.50369999999999;13.3791
Hornstr. 13;EMMA gemeinnützige GmbH;Kindertagesstätte;10963;03054849986;post@EMMAAPFEL.de;Montessori-Pädagogik;;;52.49478;13.38017
Wilhelmstr. 3;Trauminsel e.V.;Eltern-Initiativ-Kindertagesstätte;10963;030-25938954;trauminsel.ev@hotmail.de;Situationsansatz;Ästhetische Bildung (Musik und Ku
@bolatov
bolatov / .gitconfig
Last active September 8, 2020 13:54
Git config
[user]
name = Almer Bolatov
email = almer.bolatov@email.com
[pull]
rebase = false
# Turning off the pager in git for the stash command only
# https://stackoverflow.com/a/8172857
[pager]
stash = false

Keybase proof

I hereby claim:

  • I am bolatov on github.
  • I am abolatov (https://keybase.io/abolatov) on keybase.
  • I have a public key ASCizRwbqorXnKeZuTQpx8LITZ6H1lvTkSJ4WDeAYcU_gAo

To claim this, I am signing this object:

@bolatov
bolatov / tmux.conf
Last active March 11, 2020 16:16 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000