Skip to content

Instantly share code, notes, and snippets.

View kiwikern's full-sized avatar
🏠
Working from home

Kim Kern kiwikern

🏠
Working from home
View GitHub Profile
@kiwikern
kiwikern / stackoverflow.mht
Created May 14, 2020 15:16
This is the stackoverflow login page saved as an a mhtml file.
From: <Saved by Blink>
Snapshot-Content-Location: https://stackoverflow.com/users/login?ssrc=head
Subject: Log In - Stack Overflow
Date: Thu, 14 May 2020 15:13:47 -0000
MIME-Version: 1.0
Content-Type: multipart/related;
type="text/html";
boundary="----MultipartBoundary--42Wcs6JUwS8S7HuoVCZ8O2gM0Vqf1oDeXNiFsnyFQX----"
@kiwikern
kiwikern / index.d.ts
Created March 3, 2019 17:21
Types for telegram-test-api
declare module 'telegram-test-api' {
interface ClientOptions {
userId: number;
timeout: number;
interval: number;
chatId: number;
firstName: string;
userName: string;
type: string;