“what hath god wrought” - numbers 23:23
hi! i’m david cao, a 1st year 2nd year undergrad majoring in computer science at uc san diego.
this isn’t my actual website, my real website is here.
for more info, see the README.
to avoid spam, i’ve put my email in the form of a python script. paste the following in a file called email.py
and run python3 email.py
to get it:
#!/usr/bin/env python3
def email():
data = [100, 109, 99, 97, 111, 64, 117, 99, 115, 100, 46, 101, 100, 117]
return ''.join([chr(x) for x in data])
print(email())