This file contains 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
@echo off | |
setlocal | |
:: =================================================================== | |
:: STREAMLIT HEALTH CHECK FOR CURSOR AI IDE YOLO MODE | |
:: DON’T PANIC EDITION v42 | |
:: =================================================================== | |
:: Description: | |
:: ------------ | |
:: This batch script runs a specified Streamlit application, |
This file contains 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
<PRE><?php | |
ini_set('display_errors', 1); | |
ini_set('display_startup_errors', 1); | |
error_reporting(E_ERROR); | |
ini_set('max_execution_time', 0); | |
?> | |
__ _______ _ ___ ___ ___ ____ | |
\ \ / / ____| | |__ \ / _ \__ \|___ \ | |
\ \ /\ / / (___ | | ______ ) | | | | ) | __) | |
This file contains 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
<?php | |
// host on own server, just replace getUrl() to properly get/cache html from magicseaweed which has closed down it's api | |
// create custom "My Data" function that calls this script.. works nice. | |
// https://developer.lametric.com/applications/createdisplay#create-popup | |
// Lametric TIME clock custom app for displaying surf swell, tide, sea temp data.. | |
// smart clock: https://lametric.com/en-US | |
/* example return: (displays current sea temp, current swell, current wind, next best day in next 4 days) |