Skip to content
View natelowry's full-sized avatar
:shipit:
:shipit:

Organizations

@HaymarketDev
Block or Report

Block or report natelowry

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

Pinned Loading

  1. cultofthepartyparrot.com cultofthepartyparrot.com Public

    Forked from jmhobbs/cultofthepartyparrot.com

    PARTY OR DIE

    HTML

  2. FSharpNCAATrueSkill13 FSharpNCAATrueSkill13 Public

    An F# implementation of the Halo TrueSkill matchmaking algorithm applied to the 2013 NCAA Men's Basketball Tournament

    F# 2 1

  3. FAAAirportParser FAAAirportParser Public

    parses NASR data from the FAA into a csv of basic airport info

    C#

  4. SSL to AWS helper SSL to AWS helper
    1
    # This script does most of the certificate gynmastics needed to get an SSL certificate on a classic AWS EC2 ELB (Amazon load balancer)
    2
    # See http://dontpaniclabs.com/blog/post/2015/09/08/getting-ssl-certificates-on-aws-elastic-load-balancers-in-windows/
    3
    #
    4
    # NOTE: This script assumes you have openssl installed (https://slproweb.com/products/Win32OpenSSL.html).
    5
    # It also assumes that your certificate file is called 'cert.pfx' and that the export password on your certificate is 'password'.
  5. DynamicSplashScreen DynamicSplashScreen Public

    A Simple Dynamic Splash Screen

    C# 19 4

  6. EF Core DateTime Utc kind EF Core DateTime Utc kind
    1
    public class CustomDbContext : DbContext
    2
    {
    3
        // ...
    4
        
    5
        protected override void OnConfiguring(DbContextOptionsBuilder options)