Skip to content

Instantly share code, notes, and snippets.

@sk22
sk22 / nvs-notes.md
Last active March 20, 2017 12:07
NVS-Test am 20.3.2017

OSI Layer 4: Transport Layer

Zweck

  • Temporäre Communication-Session
  • Services
    • Verbindungsorientierter Data Stream
    • Ausfallsicherheit
    • Flusskontrolle
  • Multiplexing
@sk22
sk22 / de-us-cheet-sheet.md
Last active January 12, 2022 19:13
US layout Cheet Sheet for German keyboards

US keyboard layout

Cheat Sheet for German keyboards

ANSI layout

  • US < DE

Alphabet

  • Z < Y
@sk22
sk22 / telegramcmd.regex
Created August 17, 2016 23:58
Telegram Command Regex: [ command, bot name, args ]
^\/([^@\s]+)@?(?:(\S+)|)\s?([\s\S]*)$
@sk22
sk22 / enlarge-map.user.js
Last active May 2, 2016 10:08
Enlarges your Slither.io map
// ==UserScript==
// @name Slither.io Enlarge Map
// @namespace http://tampermonkey.net/
// @version 0.1
// @author 22samuelk
// @description Enlarges your Slither.io map
// @updateURL https://gist.github.com/22sk/20aaea85f2b288f36a34e4982dfcb2c8/raw/enlarge-map.meta.js
// @downloadURL https://gist.github.com/22sk/98bc88e5fdc53da4027663ac22f83134/raw/enlarge-map.user.js
// @include http://slither.io/*
// @include https://slither.io/*
@sk22
sk22 / types.json
Last active February 13, 2016 16:04
Information for Telegram Bots
{
"update_id": { "__type": "integer" },
"message": {
"__class": "\\in\\Message",
"message_id": { "__type": "integer" },
"date": { "__type": "integer" },
"from": {