Skip to content

Instantly share code, notes, and snippets.

View fipso's full-sized avatar
🍪
onhover=stealCookies

fipso fipso

🍪
onhover=stealCookies
View GitHub Profile
{
"version": 1,
"notes": "",
"documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n",
"keyboard": "kbdfans/kbd75/rev1",
"keymap": "kbdfans_kbd75_rev1_layout_mine",
"layout": "LAYOUT",
"layers": [
[
"KC_ESC",
@fipso
fipso / CSGOStickers.csv
Created September 17, 2021 15:53
All csgo stickers with id and name
1 Shooter
2 Shooter (Foil)
3 Shooter Close
4 Shooter Close (Foil)
5 Blue Snowflake
6 Blue Snowflake (Foil)
7 Polar Bears
8 Polar Bears (Foil)
9 Mountain
10 Mountain (Foil)
@fipso
fipso / autoexec.cfg
Last active September 8, 2022 10:11
my csgo config
bind mouse4 "use weapon_flashbang"
bind mouse5 "use weapon_smokegrenade"
bind c "use weapon_hegrenade"
bind x "use weapon_molotov;use weapon_incgrenade"
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind n "+jumpthrow"
viewmodel_fov "68"
import Foundation
struct Temperatures: Codable {
let data: DataClass
}
struct DataClass: Codable {
let de: De
enum CodingKeys: String, CodingKey {
@fipso
fipso / gist:b6a2f9d48c6fbb776204a473f8d8602f
Created August 8, 2021 17:12
AllCSGOWeaponsFromCSGOStash.go
var ALL_WEAPON_SKINS = []string{
"M4A4 | Howl",
"AWP | Silk Tiger",
"MAC-10 | Hot Snakes",
"P90 | Run and Hide",
"M4A1-S | Blue Phosphor",
"USP-S | Target Acquired",
"Negev | Mjölnir",
"MP9 | Wild Lily",
"MAG-7 | Cinquedea",
@fipso
fipso / SteamMarketCSGOTraderFloatDBFixes.js
Last active August 7, 2021 08:46
Fixes and improvements for using floatdb and csgo trader
// ==UserScript==
// @name SteamCommunityMarket Hacks
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://steamcommunity.com/*/inventory*
// @icon https://www.google.com/s2/favicons?domain=steamcommunity.com
// @grant none
// ==/UserScript==
import Foundation
import FoundationNetworking
var countries = [Country]()
// MARK: - Summary
struct Summary: Codable {
let global: Global
let countries: [Country]
let date: String
{"version":1,"notes":"","documentation":"\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n","keyboard":"kbdfans/kbd75/rev1","keymap":"kbdfans_kbd75_rev1_layout_mine","layout":"LAYOUT","layers":[["KC_ESC","KC_F1","KC_F2","KC_F3","KC_F4","KC_F5","KC_F6","KC_F7","KC_F8","KC_F9","KC_F10","KC_F11","KC_F12","KC_PSCR","KC_INS","KC_DEL","KC_GRV","KC_1","KC_2","KC_3","KC_4","KC_5","KC_6","KC_7","KC_8","KC_9","KC_0","KC_MINS","KC_EQL","KC_DEL","KC_BSPC","KC_HOME","KC_TAB","KC_Q","KC_W","KC_E","KC_R","KC_T","KC_Y","KC_U","KC_I","KC_O","KC_P","KC_LBRC","KC_RBRC","KC_BSLS","KC_PGUP","KC_CAPS","KC_A","KC_S","KC_D","KC_F","KC_G","KC_H","KC_J","KC_K","KC_L","KC_SCLN","KC_QUOT","KC_ENT","K
@fipso
fipso / socksimap.py
Created April 9, 2018 17:53 — forked from sstevan/socksimap.py
Python (v2 - v3) - IMAP through SOCKS proxy using PySocks module
import ssl
from socks import create_connection
from socks import PROXY_TYPE_SOCKS4
from socks import PROXY_TYPE_SOCKS5
from socks import PROXY_TYPE_HTTP
from imaplib import IMAP4
from imaplib import IMAP4_PORT
from imaplib import IMAP4_SSL_PORT
<html>
<head>
<title>Hallo Welt</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/6.6.10/sweetalert2.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/6.6.10/sweetalert2.min.js"></script>
<script>
function halloWelt(){
swal("test 123", "Geht", "info");