Skip to content

Instantly share code, notes, and snippets.

View AlexApps99's full-sized avatar

AlexApps99

View GitHub Profile
@AlexApps99
AlexApps99 / desmos.dark.user.js
Last active February 18, 2024 02:00
Desmos Dark Mode
// ==UserScript==
// @name Desmos Dark Mode
// @namespace https://alexapps99.github.io/
// @version 0.3.0
// @description Improved dark mode colors for Desmos, with images and colors displayed correctly. Note: To disable dark mode being on by default, comment out line 15.
// @author AlexApps99
// @source https://gist.github.com/AlexApps99/519c7bcef683244bd944497ce96940a2
// @downloadURL https://gist.githubusercontent.com/AlexApps99/519c7bcef683244bd944497ce96940a2/raw/desmos.dark.user.js
// @match http://www.desmos.com/calculator*
// @match https://www.desmos.com/calculator*
@AlexApps99
AlexApps99 / create_rtk_deck.py
Created December 14, 2020 05:04
Generate an Anki deck from a PDF file of Remembering the Kanji 1, 6th edition
#!/usr/bin/env python3
# By AlexApps99
# This Python script will generate an Anki deck from a PDF file of Remembering the Kanji 1, 6th edition.
# To use it, just use the command "python3 create_rtk_deck.py RTK.pdf RTK.apkg"
# Feel free to customize/modify it however you want, public domain code.
# There is unused functionality for getting stories/text too.
# If you have any questions on how to use this feel free to contact me.
# Dependencies:
# - genanki
# - beautifulsoup4