Skip to content

Instantly share code, notes, and snippets.

View ydniw's full-sized avatar
🏠
Working from home

windyhen ydniw

🏠
Working from home
  • 12:37 (UTC +07:00)
View GitHub Profile
@ydniw
ydniw / BalsamiqForever.py
Created June 7, 2025 14:00 — forked from HoussemNasri/BalsamiqForever.py
Extend your trial period for Balsamiq Wireframes on Windows and macOS Forever!
import json
import os
import time
import webbrowser
import sys
import re
def handleWindows(extra_seconds):
print("OS : Windows")
@ydniw
ydniw / Arduino SIM800 mqtt
Created February 19, 2022 19:14
Arduino Lesson: SIM800 mqtt
#define TINY_GSM_MODEM_SIM800
#include <SoftwareSerial.h>
#include <TinyGsmClient.h>
#include <PubSubClient.h>
SoftwareSerial SerialAT(2,3); // RX, TX
//Network details
const char apn[] = "my3g";