python -m venv venv
# WINDOWS POWERSHELL
. .\venv\Scripts\Activate.ps1
# Linux/macOS
source venv/bin/activate
This file contains 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
version: '2.1' | |
services: | |
pantalaimon: | |
image: matrixdotorg/pantalaimon | |
volumes: | |
- ./pantalaimon:/data | |
mjolnir: | |
image: matrixdotorg/mjolnir |
This file contains 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
{ | |
"content": { | |
"allow": [ | |
"*" | |
], | |
"allow_ip_literals": false, | |
"deny": [] | |
}, | |
"origin_server_ts": 1651571483568, | |
"sender": "@jaedotmoe:matrix.org", |
This file contains 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
from json import loads | |
from logging import getLogger | |
from time import wait | |
from requests import get, post | |
_HOMESERVER_URI = "" | |
_USER_TOKEN = "" | |
_ROOMID = "" | |
_TOMATCH = "" |
This file contains 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 Unhuman recaptcha | |
// @namespace http://jae.fi/ | |
// @version 0.1 | |
// @description No humans allowed! | |
// @author Jae Lo Presti | |
// @match *://*/* | |
// ==/UserScript== | |
(async function() { |
This file contains 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
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; |
This is the list of official DPRK websites reachable from outside Kwangmyong:
- mfa.gov.kp - Ministry of Foreign Affairs
- ma.gov.kp - Maritime Administration
- tourismdprk.gov.kp - DPRK tours
- sdprk.org.kp Ministry of Sports of the Democratic People's Republic of Korea
News:
- kcna.kp - Korean Central News Agency
- www.uriminzokkiri.com - DPRK news website
- mediaryugyong.com.kp - News
This file contains 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
@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'); |