Skip to content
View austinbyers's full-sized avatar
Block or Report

Block or report austinbyers

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
austinbyers/README.md

๐ŸŒˆ H3ll0 W0rld ๐Ÿ‘‹

I'm a backend software engineer passionate about Go, AWS, serverless, cybersecurity, algorithms, compilers, infrastructure-as-code, musicals, hiking, Factorio, and XKCD. I've also worked with Python, Java, C#, machine learning, pianos, and trumpets ๐ŸŽบ

If you want to get ahold of me, LinkedIn works well.

Parsers

I seem to be enthralled by tedious, recursive, low-level work that might bore others to death - like processing an abstract syntax tree from a compiler.

I highly recommend LOLCODE for your next project. For example, need a Fibonacci generator?

HAI
BTW This program prints every fibonacci number in a specified range
BTW Austin Byers, 2013

	U SEEZ "I will find your fib numbers!\nWhere do U want to start?"
	GIMMEH start_num

	U SEEZ "Where do U want to end?"
	GIMMEH end_num

	OBTW fibonacci is our main variable
		 second_fib is the fib number right before fibonacci 
	TLDR
	I HAS A fibonacci ITZ 1 
	I HAS A second_fib ITZ 1

	I HAS A printflag ITZ FAIL   BTW This means False
	I HAS A finishflag ITZ FAIL

	HOW DUZ I get_next_fib ?
		I HAS A tempvar ITZ fibonacci
		LOL fibonacci IZ NOW fibonacci PLUS second_fib
		LOL second_fib IZ NOW tempvar
	IF U SAY SO
...

Still more readable than Haskell.

Pinned Loading

  1. airbnb/binaryalert airbnb/binaryalert Public

    BinaryAlert: Serverless, Real-time & Retroactive Malware Detection.

    Python 1.4k 187

  2. airbnb/streamalert airbnb/streamalert Public

    StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data from any environment, using datasources and alerting logic you define.

    Python 2.8k 334

  3. NumberWheel NumberWheel Public

    A Windows C# application that picks a random number from a spinning wheel

    C# 5 1

  4. esprima-ast-visitor esprima-ast-visitor Public

    Python code to efficiently traverse the AST format saved by the Esprima JavaScript parser

    Python 28 9

  5. CogAssess CogAssess Public

    Raven, Corsi, Stroop, and coding speed cognitive assessments in a standalone windows executable

    C# 1 1