Skip to content

Instantly share code, notes, and snippets.

View slavanorm's full-sized avatar
life is cool life makes me sweat

slavanorm

life is cool life makes me sweat
View GitHub Profile
@iAbadia
iAbadia / Karabiner-Elements Chrome Shortcut README
Last active July 10, 2022 11:28
Karabiner-Elements Google Chrome Shortcuts Complex Modifications
Place chrome_shortcuts.json file in ~/.config/karabiner/assets/complex_modifications
@gmolveau
gmolveau / firefox_dark_background.md
Last active April 30, 2024 21:38
Firefox dark background / theme for new tab and loading screen

Firefox Dark Background

  • How to change the background on Firefox to a dark one on new tab / loading screen ?

Procedure

  • Type about:config in the URL bar
  • Search toolkit.legacyUserProfileCustomizations.stylesheets and double-click the field to set it to true
  • Type about:support in the URL bar
  • Look for Profile folder field and click on the open button next to it.
#!/usr/bin/env python3
import asyncio
import time
import aiohttp
START = time.monotonic()
@pajachiet
pajachiet / create_superset_users.py
Last active April 24, 2023 12:39
Scripting on Superset backend to fix bugs or automate tasks
#!/usr/bin/env python
# coding: utf8
# Script to create superset users
import pandas as pd
from sqlalchemy import create_engine
import datetime
import pexpect
import os