Skip to content

Instantly share code, notes, and snippets.

@evvns
evvns / sender_repository.py
Created July 9, 2023 10:11
my take on the hk police's eguard system but i make it more insecure by making it store data in a json file
#
# /$$$$$$ /$$ /$$ /$$$$$$ /$$$$$$
# /$$__ $$| $$$ | $$ /$$__ $$ /$$__ $$
#| $$ \__/| $$$$| $$| $$ \ $$| $$ \ $$
#| $$ /$$$$| $$ $$ $$| $$$$$$$$| $$$$$$$$
#| $$|_ $$| $$ $$$$| $$__ $$| $$__ $$
#| $$ \ $$| $$\ $$$| $$ | $$| $$ | $$
#| $$$$$$/| $$ \ $$| $$ | $$| $$ | $$
# \______/ |__/ \__/|__/ |__/|__/ |__/ International

JEREMY V3

Flame Tests

Flame tests are a qualitative analytical technique used to identify the presence of certain metal cations based on the characteristic color of the flame they produce when heated. Different metal cations produce different colors of flames.

Metal Cation Color of Flame
Sodium Yellow
Copper Green
Potassium Lilac
@evvns
evvns / bmi.asm
Created April 28, 2023 03:48
yeah
section .data
weightPrompt db 'Enter your weight in kilograms: ', 0
heightPrompt db 'Enter your height in meters: ', 0
bmiFormat db 'Your BMI is %.2f', 0
overweightMsg db 'You are fat as fuck bro', 0
section .bss
weight resd 1
height resd 1
bmi resd 1
section .text
-- IGCSE AUTISM, GNAA
-- written by evan, maintained by interp0l
-- libs, ltn12, http, json, i/o
local http = require('socket.http')
local ltn12 = require('ltn12')
local json = require('dkjson')
local io = require('io')
local base_url = 'https://www.edexcel.com'
local domains = {'www', 'qualifications', 'qualhub', 'bsl', 'awarding', 'training'}
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <curl/curl.h>
// baseurl
const char* baseUrl = "https://qualifications.pearson.com/content/dam/pdf/International%20GCSE/";
void downloadFile(const char* url, const char* filename) {

Keybase proof

I hereby claim:

  • I am evvns on github.
  • I am ev_n (https://keybase.io/ev_n) on keybase.
  • I have a public key whose fingerprint is D48A B9D5 758C 90A4 3B1D 582A 50D7 D465 F9FB DA75

To claim this, I am signing this object: