Skip to content

Instantly share code, notes, and snippets.

View DerpyDinosaur's full-sized avatar
🚩
Building Tempus CTF

Adam DerpyDinosaur

🚩
Building Tempus CTF
View GitHub Profile
@DerpyDinosaur
DerpyDinosaur / config
Created October 1, 2023 09:13 — forked from taoy/config
vcxsrv + i3 on WSL/WSL2 Debian
# .config/i3/config
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout somewhen, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
@DerpyDinosaur
DerpyDinosaur / donut.c
Created March 4, 2021 03:59 — forked from gcr/donut.c
int k;
double sin() ,cos();
main(){
float A=0, B=0, i, j, z[1760];
char b[1760];
printf("\x1b[2J");
for(; ; ) {
memset(b,32,1760);
memset(z,0,7040);
for(j=0; 6.28>j; j+=0.07) {