Skip to content

Instantly share code, notes, and snippets.

View jae1911's full-sized avatar
💭
awa

Jae Lo Presti jae1911

💭
awa
View GitHub Profile
@jae1911
jae1911 / Setup.md
Last active February 26, 2024 00:56
Funni mining

How to setup the thing

python -m venv venv
  
# WINDOWS POWERSHELL
. .\venv\Scripts\Activate.ps1
  
# Linux/macOS
source venv/bin/activate
 
@jae1911
jae1911 / docker-compose.yml
Last active May 8, 2022 07:42
Pentalaimon Mjolnir
version: '2.1'
services:
pantalaimon:
image: matrixdotorg/pantalaimon
volumes:
- ./pantalaimon:/data
mjolnir:
image: matrixdotorg/mjolnir
@jae1911
jae1911 / event.json
Created May 3, 2022 09:53
ACL event
{
"content": {
"allow": [
"*"
],
"allow_ip_literals": false,
"deny": []
},
"origin_server_ts": 1651571483568,
"sender": "@jaedotmoe:matrix.org",
@jae1911
jae1911 / kicker.py
Last active May 2, 2022 18:29
Python kick matcher
from json import loads
from logging import getLogger
from time import wait
from requests import get, post
_HOMESERVER_URI = ""
_USER_TOKEN = ""
_ROOMID = ""
_TOMATCH = ""
@jae1911
jae1911 / fox.js
Last active April 1, 2022 09:42
Unhuman Recaptcha
// ==UserScript==
// @name Unhuman recaptcha
// @namespace http://jae.fi/
// @version 0.1
// @description No humans allowed!
// @author Jae Lo Presti
// @match *://*/*
// ==/UserScript==
(async function() {
@jae1911
jae1911 / scammers.md
Last active February 28, 2022 20:23
Dirty Scammers

List of all scammers with ID and known alias:

  • 281960745162244096 (Imaginary Ambition#5821) - Executable scam

Send to scamreport[at]jae.fi (replace [at] with @) to add to the list. Please send screenshots as proof.

@jae1911
jae1911 / bird.conf
Created February 23, 2022 17:58
Bird configuration
log syslog all;
router id 193.148.249.118;
protocol device {
# Time between scans of connected devices
scan time 10;
}
roa4 table roa_v4;
roa6 table roa_v6;
@jae1911
jae1911 / list.md
Last active June 25, 2022 22:29
DPRK websites
@jae1911
jae1911 / opendyslexic.css
Created November 7, 2021 12:42 — forked from mvilrokx/opendyslexic.css
OpenDyslexic CSS
@font-face {
font-family: 'opendyslexic';
src: url('http://dyslexicfonts.com/fonts/OpenDyslexic-Regular.otf');
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: 'opendyslexic';
src: url('http://dyslexicfonts.com/fonts/OpenDyslexic-Italic.ttf');