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

Block or report noonels

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

Hi there, I'm Cooper!

cooper := About {
     Summary: "Endlessly curious, endlessly eager to tell you about it",
     WorkingOn: "Teaching myself the ins and outs of Scientific Computing -- mostly using Fortran and Julia",
     LookingToCollaborate: true,
     Contact: &ContactInfo {
         Github: "github.com/noonels",
         LinkedIn: "linkedin.com/in/cooper-healy-a6140718a/",
         Email: "m.cooper.healy@gmail.com",
     }
}

type ContactInfo struct {
    GitHub   string
    LinkedIn string
    Email    string
}
 
type About struct {
    Summary              string
    WorkingOn            string
    LookingToCollaborate bool
    Contact              *ContactInfo
}

Pinned

  1. isomatter-labs/starmacs isomatter-labs/starmacs Public

    A bare-bones, sane-defaults emacs distribution designed to be expanded upon

    Emacs Lisp 7 2

  2. resume resume Public

    Why you should hire me

    TeX

  3. hork hork Public

    A text adventure game written in Haskell as a learning exercise

    Haskell

  4. isomatter-labs/laboratory-sensor isomatter-labs/laboratory-sensor Public

    An enclosed sensor to monitor temperature and humidity for 3D print farm management

    CMake

  5. rts-heuristic-gp rts-heuristic-gp Public

    An attempt to use genetic programming to evolve human-competitive results in real-time task scheduling algorithm selection.

    Python 2

  6. soupstoregames/gleamud soupstoregames/gleamud Public

    A MUD server written in Gleam

    Gleam 7 1