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
| ➜ Downloads upterm session current | |
| ╭─ Session: SessionID ─╮ | |
| ┌──────────────────────┬───────────────────────────────────────────────────────────────────────────────────────────────┐ | |
| │ Command: │ /bin/zsh │ | |
| │ Force Command: │ n/a │ | |
| │ Host: │ ssh://uptermd.upterm.dev:22 │ | |
| │ Authorized Keys: │ n/a │ | |
| │ │ │ | |
| │ ➤ SSH Command: │ ssh SessionID@uptermd.upterm.dev │ | |
| │ Connected Client(s): │ ~emptied for security reason~ |
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
| brew install --cask owenthereal/upterm/upterm && upterm host |
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
| import argparse | |
| import os | |
| import sys | |
| import time | |
| from collections import defaultdict | |
| from datetime import datetime | |
| from pathlib import Path | |
| from types import SimpleNamespace | |
| import cv2 |
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
| import argparse | |
| import os | |
| import sys | |
| import time | |
| from collections import defaultdict | |
| from datetime import datetime | |
| from pathlib import Path | |
| from types import SimpleNamespace | |
| import cv2 |
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
| // | |
| // NotifUI.swift | |
| // clockSync | |
| // | |
| // Created by Arya Hanif on 06/05/25. | |
| // | |
| import CoreLocation | |
| import SwiftUI | |
| import UserNotifications |