Skip to content

Instantly share code, notes, and snippets.

View Pascal-0x90's full-sized avatar
🍍

Pascal but built different Pascal-0x90

🍍
View GitHub Profile
@Pascal-0x90
Pascal-0x90 / solve.py
Created March 9, 2021 23:56
Pwnable.kr Solves: echo1
#!/usr/bin/python
###################################
# Std imports
import sys
# Third party Imports
from pwn import *
# Binary
@Pascal-0x90
Pascal-0x90 / solve.py
Created March 9, 2021 23:54
Pwnable.kr Solve: Dragon
#!/usr/bin/python
###################################
# Std imports
import sys
# Third party Imports
from pwn import *
# Binary
@Pascal-0x90
Pascal-0x90 / solve.py
Last active March 9, 2021 23:20
Pwnable.kr Solves: echo2
#!/usr/bin/python
###################################
# Std imports
import sys
# Third party Imports
from pwn import *
# Binary
@Pascal-0x90
Pascal-0x90 / fundamental_domain_volume.py
Created August 19, 2020 07:07
Calculates the volume of fundamental domain using basis vectors
#!/usr/bin/env python3
import numpy as np
'''
Our volume is found by taking the determinte
of the vectors given. #LinearAlgebraBoii
v1 = [6, 2, -3]
v2 = [5, 1, 4]
@Pascal-0x90
Pascal-0x90 / gram.py
Last active August 19, 2020 06:46
Python3 Implementation of Gram Schmidt
#!/usr/bin/env python3
'''
This is using the lesson from the following PDF:
https://www.math.tamu.edu/~yvorobet/MATH304-503/Lect3-07web.pdf
'''
def sub_vect(v1,v2):
sets = []
if len(v1) != len(v2):
return -1

Keybase proof

I hereby claim:

  • I am pascal-0x90 on github.
  • I am pascal0x90 (https://keybase.io/pascal0x90) on keybase.
  • I have a public key ASAusOUk1pU-v5MsIYpAkJr1qAs6zCN0vLqSA5n-6SrNdAo

To claim this, I am signing this object: