Skip to content
View chinchalinchin's full-sized avatar
  • Booz Allen
  • Cumberland, MD
Block or Report

Block or report chinchalinchin

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

Grant Moore


fractal me

Summary

Come at me and get hurt.

Education

School Degree Field of Study Graduation
Towson University Master's Degree Mathematics 2013
Frostburg State University Bachelor's Degree Physics 2010

Experience

Employment History

Employer Role Dates
IHS Markit Software Engineer October 2022 - March 2023
Booz Allen Hamilton Staff Engineer June 2022 - December 2023
Makpar DevOps Engineer October 2021 - May 2022
IBM Full Stack Developer June 2019 - April 2021
Front Range Community College Mathematics Professor January 2018 - December 2018
University of Cincinnati Adjunct Professor August 2017 - December 2017
YTI Career Institute Math Instructor August 2015 - December 2015
Frostburg State University Adjunct Professor August 2015 - May 2017
Allegany College of Maryland Adjunct Professor January 2015 - December 2015
Hamilton Relay Relay Operator April 2014 - December 2014
IBM Conversion Worker November 2013 - April 2014
Walmart Cashier November 2011 - September 2012
Active Network Reservation Specialist January 2011 - August 2011
Savage River Lodge Maintenance June 2010 - November 2010
Burger King Slave March 2009 - August 2009
Fox's Pizza Delivery Driver February 2009 - January 2010
Ruby Tuesday Cook April 2008 - January 2009
Denny's Cook June 2007 - February 2008
Banana Cafe Dishwasher May 2006 - September 2006

Volunteer History

Organization Role Dates
Americorps Mathematics Tutor August 2014 - August 2016

Certifications

Testimonials

Math 201: Calculus I Phys 215: Principles of Mechanics

Current Projects

Scrilla

scrilla then

scrilla is a financial analysis application written in Python. It started as a command line utility for retrieving financial data and optimizing portfolio allocations over historical samples, but has since expanded to cover a wide range of analytical tools. I have developed a GUI wrapper around its main functions for easier user access. Give it a go! See the documentation for more information on installation.

scrilla now

Ontology

ontology is a 2D game engine that implements Liberated Pixel Cup specification. It is written to ingest configuration YAML markup and generate worlds based solely on the parsed values.

I started this back in 2012-ish, right after the Liberated Pixel Cup actually occurred. Initially it was just a fun way to learn to programming and engineering paradigms, but it has since evolved into a way for me to experiment with various ideas. I go back to this project every few years and try to improve it. I have a vision of what it is supposed to be, but there are lots of things to do before I can call it complete.

I would like to design a dynamic game engine without any determinate scripting. I want this to be a way of creating a virtual world through some basic configuration and then allowing it to evolve according to its own logic. I have been trying to craft an NPC reaction system that affects in-game events, but the logic is becoming very complicated. Next time I return to this project, I will probably try to revamp the NPC logic a bit.

Bishop Walsh Math

I taught AP Statistics at Bishop Walsh High School during the 2023 - 2024 school year (I also subbed for the AP Calculus course while the regular teacher was out on leave). In doing so, I cobbled together a website using Python and Sphinx for the students to use. You can find my efforts at bw-math. You may freely use anything you find on the website. It's got a ton of great resources for learning probability and statistics!

Pinned

  1. scrilla scrilla Public

    A python application that wraps around various financial APIs, calculates statistics and optimizes portfolio allocations.

    Python 10 1

  2. ontology ontology Public

    a simple, configurable implementation and extension of the Liberated Pixel Cup

    Python

  3. nginx-angular-starter nginx-angular-starter Public

    An nginx container configured to serve an Angular 11 project.

    HTML

  4. dockerized-django dockerized-django Public

    boilerplate setup for a containerized django-rest-framework application

    Shell

  5. CloudFormation Template - AWS Lambda... CloudFormation Template - AWS Lambda With ECR, Secrets and VPC access
    1
    Description: A stack containing resources for an AWS Serverless Lambda function deployed through an AWS ECR. The Lambda will be given a role that grants it permission to access resources in a VPC. The IDs of the security group and subnet of the VPC resource must be specified as parameters. An optional parameter allows the application name to be set so resources will be tagged appropriately. In addition, secrets are delivered to the Lambda environment. These secrets must exist in the SecretManager store before this template can be spun up.
    2
    
                  
    3
    Parameters:
    4
      applicationName:
    5
        Type: String
  6. Young and Cramer's Recursive Varianc... Young and Cramer's Recursive Variance Algorithm in Python
    1
    from typing import List, Union
    2
    import random 
    3
    
                  
    4
    
                  
    5
    def recursive_sum_of_squares(