Skip to content

Instantly share code, notes, and snippets.

View rogermaragh's full-sized avatar

Roger Maragh rogermaragh

View GitHub Profile
import uvicorn
from fastapi import FastAPI, HTTPException, Query
from fastapi.responses import HTMLResponse
from contextlib import asynccontextmanager
import pandas as pd
import requests
from datetime import datetime
# =========================================================
# 1. GLOBAL MEMORY (The Full Market)
/***********************************************************************************************
* universe.cpp
*
* A conceptual simulation in C++ that models:
* - Multiple Dimensions, each with a discrete TunnelingField
* - Simplistic quantum tunneling probabilities influenced by local barrier and decoherence
* - A variety of Particle types (Quarks, Bosons, Leptons, Baryons, Aether)
* - Basic “Beings” that evolve knowledge over time
* - A rudimentary QuantumCommunication mechanism to transmit messages between Dimensions
*
@rogermaragh
rogermaragh / battery.sh
Last active August 11, 2025 20:22
macos_check_battery_health.sh
#--------------------------------------
# Bash Shell Script for MacOS™
# Version:1 Build:0 Update:0
# By Roger Maragh
# Copyright ©2025 All Rights Reserved
# Freely Distributed, Freeware.
#--------------------------------------
#----------------------------------------
#----------------------------------------
#!/usr/bin/env bash