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

Block or report aheld

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

  1. advent-of-code advent-of-code Public

    Advent of Code in Kotlin (2022) Go (2021) and Rust (2023)

    Go

  2. Random Philly addresses, python styl... Random Philly addresses, python style You need to pip install names for this to work
    1
    import random
    2
    import names
    3
    
                  
    4
    streets = "Vine,Race,Cherry,Arch,John F Kennedy Boulevard,Market,Chestnut,Sansom,Walnut,Locust,Spruce,Pine,Lombard,South".split(',')
    5
    second = "suite,apartment,unit".split(',')
  3. bash function to open the github url... bash function to open the github url for a given file
    1
    #!env bash
    2
    #
    3
    # run source ./githublink to load this
    4
    #
    5
    # cd repo
  4. code-kata code-kata Public

    bootstrap for morning kata in .net and javascript

    JavaScript 2 7

  5. azurevmjob azurevmjob Public

    Spin up a quick VM to run jobs

    JavaScript 1