Skip to content

Instantly share code, notes, and snippets.

View DMelisena's full-sized avatar

elisena DMelisena

View GitHub Profile
➜ 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~
brew install --cask owenthereal/upterm/upterm && upterm host
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
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
@DMelisena
DMelisena / NotificationManager
Last active May 6, 2025 06:43
A simple user notification implementation
//
// NotifUI.swift
// clockSync
//
// Created by Arya Hanif on 06/05/25.
//
import CoreLocation
import SwiftUI
import UserNotifications