Skip to content

Instantly share code, notes, and snippets.

View thejoltjoker's full-sized avatar

Johannes thejoltjoker

View GitHub Profile
@thejoltjoker
thejoltjoker / afx_shortcut
Created June 16, 2023 07:24
Open new After Effects instance
"C:\Program Files\Adobe\Adobe After Effects 2023\Support Files\AfterFX.exe" -m
import maya.cmds as cmds
from importlib import reload
from maya_scripts.scripts.rendering import get_render_layer_attributes as pymod
reload(pymod)
pymod.main()
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
main.py
This script demonstrates how to extract temperature values from a web page using Selenium and regular expressions.
"""
import re
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
@thejoltjoker
thejoltjoker / favemoji.html
Created February 8, 2024 12:52
Emoji as favicon
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🐬</text></svg>">
@thejoltjoker
thejoltjoker / README.md
Created March 24, 2024 12:01
Readme template for my many repos