Skip to content
View jhdiaz's full-sized avatar

Block or report jhdiaz

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

Popular repositories Loading

  1. NEXOS NEXOS Public

    Development for an embedded operating system installed on a Linksys wtr54gs router.

    C 1 1

  2. DynamicTwitterSearch DynamicTwitterSearch Public

    Website that dynamically updates the page with the top 5 most retweeted tweets based on given search terms.

    PHP 1

  3. Simple_DynamoDB Simple_DynamoDB Public

    Implemented a database fully equipped with replication, failure handling, key consistency, and recovery, based on the Amazon Dynamo database. Values were stored based on the key assigned to said va…

    Java

  4. REPL REPL Public

    Implemented a stack-based Read-Evaluate-Print-Loop that was able to handle many different data types (such as Boolean literals, strings, numbers, closures, and names), and perform many different op…

    C

  5. Client-Server Client-Server Public

    Made a distributed chat system consisting of both a client and a server application. The client application allows communication between client processes. The server application registers clients w…

    Java

  6. hex-to-dec hex-to-dec Public

    Basic hexadecimal to decimal converter in assembly. In alpha stage.

    Assembly