Skip to content

taxborn/taxborn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

👋 Hi, I'm Braxton! - taxborn.com

I'm a 22-year-old computer science student at Minnesota State University, Mankato, interested in compilers and API development. I enjoy creating tools that make computer interaction more user-friendly for developers and the rest of the world. I believe it's important to make it easy to innovate. Currently, I'm working on research in continuous mouse authentication using machine learning. Outside of school, I like to hike the bluffs of southern Minnesota!

class Human:
	name = "Braxton Fair"
	age = getAge("10-18-2001") # 22!
	hobbies = [
		"Working on my compiler",
		"Spending too much time configuring my editor (neovim)",
	]

	def getAge(birthdate: str):
		birthdate = datetime.strptime(birthdate, "%m-%d-%Y")
		today = datetime.today()
		age = today.year - birthdate.year - ((today.month, today.day) < (birthdate.month, birthdate.day))
		return age

	def goals():
		CreateAProgrammingLanguage() # Currently being worked on!
		Graduate() # May 2024
		GetMyFirstJob()

Current Projects

My Github Stats!

taxborn's Github Stats

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published