Skip to content
View nam20485's full-sized avatar

Highlights

  • Pro

Organizations

@hackoregon
Block or Report

Block or report nam20485

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. OdbDesign OdbDesign Public

    A free open source cross-platform C++ library for parsing ODB++ Design archives, accessing their data, and building net list product models. Exposed via a REST API packaged inside of a Docker image.

    C++ 22 9

  2. Library Library Public

    Library of my own implementations of all the main types of collections and data structures (incl. Heap, Priority Queue, Tree, SortedList, and MultiValueDictionary, etc.).

    C#

  3. MovieMatchMaker MovieMatchMaker Public

    Find movies you didn't know you liked! Website and backend used to find similar movies and recommendations based on the number of actors and crew shared between movies.

    C#

  4. Python 3 generate secret key Python 3 generate secret key
    1
    python -c 'import random; result = "".join([random.choice("abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)") for i in range(50)]); print(result)'
    2
    
                  
    3
    #python -c 'import random; print "".join([random.choice("abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)") for i in range(50)])'
  5. LetterFreq LetterFreq Public

    Letter frequency analysis and word letter position matching library for finding Wordle solutions.

    C#

  6. LibraryCpp LibraryCpp Public

    Library and data structures in C++, including a doubly linked list compatible with the conventions of STL containers and iterators.

    Objective-C