Skip to content

Instantly share code, notes, and snippets.

View NiklasEi's full-sized avatar
:octocat:
Heyho

Niklas Eicker NiklasEi

:octocat:
Heyho
View GitHub Profile
@NiklasEi
NiklasEi / gist:944dbc3a4956ede50531452f4617cd2f
Created December 5, 2020 12:00 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@NiklasEi
NiklasEi / solution.py
Created August 29, 2018 15:50
Lösung FAZ Sommerrätsel 2018
from bs4 import BeautifulSoup
from string import ascii_uppercase
from collections import Counter
import requests
def get_page(url):
names = []
req = requests.get(url)
if not (req.status_code == 200):
@NiklasEi
NiklasEi / Sound.java
Last active December 18, 2022 16:09
Version independent spigot sounds 1.8 - 1.15
/**
* Version independent spigot sounds.
*
* Enum mapping to sound names for different
* minecraft versions.
*/
public enum Sound {
AMBIENCE_CAVE("AMBIENCE_CAVE", "AMBIENT_CAVE"),
AMBIENCE_RAIN("AMBIENCE_RAIN", "WEATHER_RAIN"),
AMBIENCE_THUNDER("AMBIENCE_THUNDER", "ENTITY_LIGHTNING_THUNDER", "ENTITY_LIGHTNING_BOLT_THUNDER"),

Keybase proof

I hereby claim:

  • I am niklasei on github.
  • I am niklasei (https://keybase.io/niklasei) on keybase.
  • I have a public key ASAQ5biQvK-Jcnq_r9BV99zMLFaVF6jQa7pXKrA9kOM-xwo

To claim this, I am signing this object: