- OS: Debian 13 (trixie)
- Server: Hetzner VPS, IPv6-only (
2a01:4f8:1c19:2b2a::1/64) - Dokploy version: v0.28.4 (Docker Swarm mode)
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
| -- ============================================= | |
| -- Author: <Immanuel Garcia> | |
| -- Create date: <March 30, 2026> | |
| -- Description: <Proportional CTE-based request pagination for random page-access> | |
| -- ============================================= | |
| CREATE PROCEDURE [dbo].[GetRequests] | |
| -- Add the parameters for the stored procedure here | |
| @pageNumber INT, | |
| @pageSize INT, | |
| @requestStatus NVARCHAR(10), |
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
| // SigWebTablet TypeScript SDK | |
| // Based on SigWeb v1.0.4.0 by Topaz Systems Inc. | |
| const getBlobURL = | |
| (window.URL && URL.createObjectURL.bind(URL)) || | |
| ((window as any).webkitURL && (window as any).webkitURL.createObjectURL.bind((window as any).webkitURL)) || | |
| (window as any).createObjectURL | |
| const revokeBlobURL = | |
| (window.URL && URL.revokeObjectURL.bind(URL)) || |
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
| @echo off | |
| REM ----- Choose your browser ----- | |
| REM For Google Chrome: | |
| set browser="C:\Program Files\Google\Chrome\Application\chrome.exe" | |
| REM ----- Tabs to open ----- | |
| set url1=https://www.grinchhourofcode.com/ | |
| set url2=https://education.minecraft.net/en-us/lessons/hour-of-ai-the-first-night | |
| set url3=https://studio.code.org/courses/oceans/units/1/lessons/1/levels/1 |
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
| // Soil Moisture Quality Monitor | |
| Table Users { | |
| user_id serial [pk] | |
| username string | |
| password string | |
| } | |
| Table Nodes { | |
| device_id serial [pk] |
It's been over a year since Phaser 2D v3 has been dead, so I thought I'd make a small guide on how to crack the editor now that it's out of support.
Cracking the editor is very easy to do, and is very low effort. To begin, start by downloading a copy of the Phaser Editor from Archive.org or similar along with Phaser Core.
Then, download a copy or Telerik Fiddler Classic
Open fiddler, and unzip phaser core.
openssl s_client -connect live.smtp.mailtrap.io:25 -starttls smtp -quiethttps://sigmdel.ca/michel/ha/esp8266/ESP01_AT_Firmware_en.html
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
| // ==UserScript== | |
| // @name OKX - Sign in with Pool Token | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Set token and isLogin cookies with custom values | |
| // @author AlexDev404 (Immanuel Garcia) | |
| // @match https://www.okx.com/account/users?logged_in=true | |
| // @match https://www.okx.com/account/login* | |
| // @match https://www.okx.com/* | |
| // @grant none |
NewerOlder