Skip to content
View mikeando's full-sized avatar
  • DownUnder GeoSolutions
  • Perth

Highlights

  • Pro
Block or Report

Block or report mikeando

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
mikeando/README.md

Metrics

stackoverflow flair

I’m a software engineer for Neara. I specialise in computationally heavy, or mathematically focused software. I'm currently working on finite-element calculation software.

Previously I worked at DUG where my work revolves around adding support for integrating custom code into the DUG Insight scientific platform. At DUG I've previuosly worked on DUG Wave and several other tools.

I founded Run With Robots, and lead development of our Roar engine for online social games.

I was also head of R&D for Rising Sun Research, which developed acadamy award winning software for the visual effects industry.

These days when I'm developing software for fun I use rust. Some of my recent rust projects include:

  • gdocbak: A small tool running on a home Rapberry-Pi 2 that backs up a variety of google documents weekly. (Complete)
  • gnarled: An experimental library for programatic art creating SVGs (with a view to pen plotting). (WIP)
  • twirl: A markdown library that aims for GFM / commonmark compliance, and can properly roundtrip markdown->Ast->markdown. (Passing 1450 / 1600 test)
  • markovian: A name/text generation tool using Markov chains and grammars.
  • AuthorsNotebook: An application for plotting and writing novels in markdown, with export of annotated drafts to Latex (and eventually .docx) (WIP)
  • An application for tracking progress and setting weekly and daily goals for novel writing.(WIP)

And probably a bunch of other things.

Pinned

  1. gdocbak gdocbak Public

    rust tool to backup all your google docs

    Rust 2 1

  2. markovian markovian Public

    Markov based name generation in rust

    Rust 2 1

  3. gnarled gnarled Public

    Rust

  4. fastjson fastjson Public

    A json Library that is designed to be correct, complete and fast

    C++ 22 10

  5. saru saru Public

    A testing framework

    Python 1

  6. cxxutils cxxutils Public

    Simple C++ utilities that I end up using over and over.

    C++