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
import http.client | |
import http.cookies | |
import json | |
import base64 | |
import hashlib | |
from cryptography.hazmat.primitives import serialization | |
from cryptography.hazmat.primitives.asymmetric import x25519 | |
from cryptography.hazmat.primitives.asymmetric import ec | |
from cryptography.hazmat.primitives import hashes |
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
# Download and install noobs | |
# Set 128MB vid split | |
sudo raspi-config | |
# Setup screen rotation (optional) | |
/boot/config.txt | |
display_rotate=1 | |
hdmi_force_hotplug=1 |
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
const char* o[10];main(int u,char**_,char**v){o[0] = "ォどろめぉラノモぎはヂド\ | |
モイひバツヌづビわモズはふよひテめネババヌどハでモぴはモドナひづモヂモツはねパ\ | |
づぴづのフモヅテプづネバばテビモぉよねめネはバヌナのトめぴバモッテモドナひづヅ\ | |
めッ べめヂめツバねパテぴテハ ぴ めフ づっ\ | |
とめっは ノばヂのべヰめオ てモペバ ふよプ テめ\ | |
ねちのヂでテヅモ フバめでづぴめフ ドどび めて\ | |
ヂビヮめぷづよひづめバデデモフバモ ちめでビづヂぴめピ フヂ ひフ\ | |
もむイバハフヂっぴめねづモちぴモ のテっひバツヌテァブねナツとヰテつふ\ | |
むケぬづちびテめちぴぴちっドモ フとナびモっはヅづワバデワぴドづワヅヂ\ | |
ペ゛め";o[1]="えどヮモオラね モクバヂドモイひバっヌテひヰめズバブよビ\ |
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
#include <iostream> | |
#include <sstream> | |
#include <string> | |
#include <random> | |
using std::string; | |
using std::ostringstream; | |
const int arraySize = 10; | |
const int charSpace = 97; |