This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # 9 static workspaces | |
| gsettings set org.gnome.mutter dynamic-workspaces false | |
| gsettings set org.gnome.desktop.wm.preferences num-workspaces 9 | |
| # switch to work space i keybinds | |
| # move to work space i keybinds | |
| # disable super num to open applications | |
| for i in {1..9}; do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # python3.12 needed for mediapipe! | |
| # pip install mediapipe opencv-python numpy | |
| import mediapipe as mp | |
| from mediapipe.tasks import python | |
| from mediapipe.tasks.python import vision | |
| from mediapipe import solutions | |
| from mediapipe.framework.formats import landmark_pb2 | |
| import cv2 | |
| import numpy as np |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| leo is a kind of constellation | |
| the earth revolving around the sun causes stars to appear in different areas in the sky at different times of year | |
| a constellation contains stars | |
| earth is a kind of celestial object | |
| stars appear to move relative to the horizon during the night | |
| a star is a kind of celestial object / celestial body | |
| the earth rotating on its axis causes stars to appear to move across the sky at night | |
| apparent motion is when an object appears to move relative to another object 's position | |
| diurnal motion is when objects in the sky appear to move due to earth 's rotation on its axis | |
| stars appear to move relative to the horizon during the night |