Skip to content

Instantly share code, notes, and snippets.

View P3nny's full-sized avatar

Patricia Ennenbach P3nny

  • Germany, Cologne
View GitHub Profile
@P3nny
P3nny / chart.js
Created July 27, 2015 18:33
Cologne Pics - Takes names of city quarters and displays recently posted instagram pics tagged with city quaters name.
$(document).ready(function() {
tooltipdiv = d3.select("body")
.append("div")
.attr("class", "tooltip");
function mousemove(text, text2){
tooltipdiv
.style("visibility", "visible")
.style("opacity", 1)
.style("top", d3.event.pageY+15 + "px")
@P3nny
P3nny / ImageMagick.ipynb
Last active December 18, 2015 22:23
Image Magick Cheat Sheet - Fun and easy picture editing in Linux command lIne
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@P3nny
P3nny / wichteln.py
Created December 21, 2015 20:38
Wichtel-Programm für die Familienweihnachtsfeier
# -*- coding: UTF-8 -*-
# Patricia Ennenbach - 15-12-21 - Wichteln
# Aufgaben:
# - Jedes Kind soll einem Kind etwas schenken
# - Kinder sollen sich nicht selbst beschenken
# - Kinder sollen nicht ihre Geschwister beschenken
# - Jedes Kind soll nur einmal beschenkt werden
# Mein Problem:
# Wenn z.B "Kind == Wichtel" ist, müsste für dieses Kind ein neuer Wichtel gesucht werden, mein Weg "kinder.append(kind)" ist aber nicht ideal.
@P3nny
P3nny / sirenenliste.ipynb
Last active January 4, 2016 21:56
Data Cleansing an offenen Daten aus Köln
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@P3nny
P3nny / make_it_pretty.ipynb
Created January 16, 2016 00:55
Make it pretty - Playing around with CSS, SVG, Animated CSS in Jupyter Notebook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@P3nny
P3nny / geopy.ipynb
Created February 17, 2016 21:42
Playing around with geopy using "Geburtsorte" - Data from Moers - [https://www.offenesdatenportal.de/dataset/geburtsorte-der-moerser-bevoelkerung]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@P3nny
P3nny / dependencies_package.json
Created December 14, 2020 10:25
i18n-railslove
{
"dependencies": {
"i18next": "^19.8.4",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-http-backend": "^1.0.21",
"react-i18next": "^11.7.3"
},
"devDependencies": {
"eslint-plugin-jsx-a11y": "^6.3.1",
"i18next-parser": "^3.3.0"