Skip to content
View hunterwilhelm's full-sized avatar

Organizations

@fearless-prophets @structuresgroup
Block or Report

Block or report hunterwilhelm

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

Hello!

About me

  • 👨‍🎓 I recently graduated in Computer Science from BYU - Idaho.
  • 👷 I am leading a software upgrade using Spring Boot and React for The Structures Group Inc.
  • 🧪 I am currently learning Elixir in my spare time.

Get In Touch

My LinkedIn

Pinned

  1. functional-recursion functional-recursion Public

    A PyPi library to do efficient tail recursion without overflowing with generators and functions.

    Python

  2. Erlang: Pretty print nested dictiona... Erlang: Pretty print nested dictionaries
    1
    %% @author Hunter Wilhelm
    2
    -module(prettyprintdict).
    3
    -export([pretty_print_dictionary/1]).
    4
    
                  
    5
    %%%--------
  3. cse251-library cse251-library Public

    The package that contains common classes for the CSE 251 course.

    Python

  4. Clojure: Simple expression benchmark... Clojure: Simple expression benchmark test
    1
    (defmacro c-time
    2
      "Time an expression. Returns the time in milliseconds
    3
       Complexity: O(1)
    4
       - expr: an expression (not a lambda)"
    5
      [expr]
  5. offset-clocks-android offset-clocks-android Public

    This is an open source application for Android allows custom clocks to be offset by hours, minutes, or seconds.

    Kotlin

  6. Cache busting made easy and reliable Cache busting made easy and reliable
    1
    ```javascript
    2
    /**
    3
     * Reliably adds a cache bust param to the url
    4
     * @param url: string
    5
     * @returns string