Coder Social home page Coder Social logo

🌈 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.

Austin Byers's Projects

cogassess icon cogassess

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

esprima-ast-visitor icon esprima-ast-visitor

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

globusfs icon globusfs

Mount a Globus endpoint over Python-FUSE

lolcat icon lolcat

Parser to translate LOLCODE into Python

numberwheel icon numberwheel

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.