Skip to content

Instantly share code, notes, and snippets.

__pycache__/
*.py[codz]
*$py.class
/.venv
/*.csv
/*.sh
/missing
/output
@yoursunny
yoursunny / MagTag_Christmas.ino
Created December 23, 2024 01:50
Christmas lights made from Adafruit MagTag https://youtu.be/mjqgy_R7W7M
// Hardware: Adafruit MagTag https://learn.adafruit.com/adafruit-magtag
// Compiler and Libraries:
// - Arduino IDE 2.3.4
// - ESP32 Arduino Core 3.0.7
// - Adafruit NeoPixel 1.12.3
// - Adafruit EPD 4.5.6
// Settings:
// - CPU Frequency: 40MHz
#include <Adafruit_NeoPixel.h>
@yoursunny
yoursunny / 1.xlsx
Last active April 16, 2024 20:53
NDN global testbed topology design 20240330
@yoursunny
yoursunny / .gitignore
Last active March 19, 2022 05:34
NDN Video Streaming on the ndn6 Network https://yoursunny.com/t/2021/NDN-video-ndn6/
*.mmdb
*.ndjson
.vscode
__pycache__
@yoursunny
yoursunny / .gitignore
Last active September 10, 2021 14:39
"freewifi" via ESP8266 Captive Portal https://yoursunny.com/t/2017/freewifi/
/.vscode
/data
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <limits.h>
#include <sys/stat.h>
#include <unistd.h>
FROM golang:1.16 AS build
WORKDIR /app
COPY . .
RUN env CGO_ENABLED=0 go build -o summer-host-storage main.go
FROM scratch
COPY --from=build /app/summer-host-storage /summer-host-storage
ENTRYPOINT ["/summer-host-storage"]
CMD ["-listen=:8000"]
*.mmdb
*.ndjson
.vscode
__pycache__
@yoursunny
yoursunny / .gitignore
Last active February 4, 2021 03:10
The Reality of NDN Video Streaming https://yoursunny.com/t/2021/NDN-video-reality/
*.mmdb
*.ndjson
.vscode
__pycache__
@yoursunny
yoursunny / ca-profile.data.base64
Last active March 13, 2026 16:19
yoursunny.com NDNts-CA profile
Bv0CUgc0CANuZG4IA2VkdQgHbWVtcGhpcwgIMjAyNjAzMTMIAkNBCARJTkZPNggAAAGc5/uzEzIB
ABQLGQQANu6AGgMyAQAV/QF6gR8HHQgDbmRuCANlZHUIB21lbXBoaXMICDIwMjYwMzEzgwCLBAB2
pwCJ/QFNBv0BSQc/CANuZG4IA2VkdQgHbWVtcGhpcwgIMjAyNjAzMTMIA0tFWTgIAAZM6h1LR7gI
B05ETkNFUlQ2CAAAAZzn+pK4FAkYAQIZBAA27oAVWzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA
BC1QbuPSsxmkeRv32IvjNuPOVt1MyEgPKrSxfyIV427XyTX/JhciOmEPg5UnAGFR+ZANyrtD/pW2
KHJDcf5hchYWVBsBAxwlByMIA25kbggDS0VZCAgnxLIqn3uBJwgDbmRuNggAAAGAdfpztP0A/Sb9
AP4PMjAyNjAzMTNUMTYxMTM1/QD/DzIwMjYwNjExVDE2MTEzNRdIMEYCIQDl2OMP19rX0wQPF01y
2kDM2KNa418AdWmw0eo7T1OtEAIhANxNMfiK2AmW8YFKSptrXzkQ10MJEBMUqRUFurSh/Ff6FkYb
AQMcQQc/CANuZG4IA2VkdQgHbWVtcGhpcwgIMjAyNjAzMTMIA0tFWTgIAAZM6h1LR7gIB05ETkNF
UlQ2CAAAAZzn+pK4F0cwRQIhAIbyLRy4pDNY9JoNr9jqawH7Wu5/d1yahfZ3JL/ywasvAiBNOMdy