Skip to content

Instantly share code, notes, and snippets.

View amattu2's full-sized avatar

Alec M amattu2

View GitHub Profile
@amattu2
amattu2 / blinkpoc.py
Last active November 9, 2024 15:55 — forked from jakecrowley/blinkpoc.py
Blink IMMIS live viewing PoC
import subprocess
import threading
import requests
import socket
import ssl
from time import sleep, time
# Replace these with your own values
config = {
"region": "",
@amattu2
amattu2 / SimpleICS.class.php
Last active March 27, 2023 09:27 — forked from furkanmustafa/SimpleICS.php
A simple ICS (iCalendar) event generator class.
<?php
/*
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the