Skip to content
View amnolan's full-sized avatar
  • USA

Highlights

  • Pro

Block or report amnolan

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 250 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. geocaching_project_v01 geocaching_project_v01 Public

    A project which allows you to search for geocaches in your area. (Requires a database connection, Google Maps key and Flickr key for the code to work for you.)

    PHP

  2. linked_list_from_scratch linked_list_from_scratch Public

    I don't really like the examples on most sites which suggest you use a static class for Node, so made my own.

    Java

  3. artificial_intelligence_neural_node_v01 artificial_intelligence_neural_node_v01 Public

    AI neural node which is trained to detect upper case vs lower case ASCII characters.

    C

  4. roman_numerals roman_numerals Public

    Process string of roman numerals and convert them to integer values

    Python

  5. b_matrix b_matrix Public

    Program to find the B matrix when given a matrix A and b1,b2 vectors

    Python

  6. genetic_swap genetic_swap Public

    Swap algorithm in MIPS (Assembly language)

    Assembly