Skip to content

Instantly share code, notes, and snippets.

@jklmnn
jklmnn / irqtest.c
Created March 9, 2018 15:48
Test hwio irq handler
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include "hwio.h"
@jklmnn
jklmnn / pylisp.py
Created October 18, 2018 10:45
Python Lisp S-Expression interpreter
#!/usr/bin/env python3
# Python Lisp S-Expression interpreter
#
# Example:
# ./pylisp.py "(+ (* 2 3) 1)" executes (2 * 3) + 1 and yields 7
#
# currently only + - / + and = are supported operations
import sys
@jklmnn
jklmnn / ssrf_iframe.svg
Created April 4, 2019 23:10 — forked from akhil-reni/ssrf_iframe.svg
SVG Foreign Objects IFrame SSRF
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.