Skip to content
View ajuijas's full-sized avatar

Block or report ajuijas

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. student-grading-go student-grading-go Public

    Forked from one2nc/student-grading-go

    Student grading exercise in Go

    Go

  2. word-count word-count Public

    Go

  3. grep grep Public

    A simple grep implementation in Go. Inspired by Go Bootcamp here https://one2n.io/go-bootcamp/go-projects/grep-in-go

    Go

  4. Tree-exercise Tree-exercise Public

    A simple command line program that implements Unix tree like functionality. Inspired from GO bootcamp https://one2n.io/go-bootcamp/go-projects/tree-in-go/tree-exercise

    Go

  5. Key-Value-DB Key-Value-DB Public

    This is a simple Redis-like key-value database server implemented in Go. It allows you to store and retrieve data using a simple command-line interface through telnet.

    Go

  6. Rat-in-a-Maze Rat-in-a-Maze Public

    I came across a YouTube video from Veritasium: https://youtu.be/ZMQbHMgK2rw, and I wonder how to solve this maze programmatically.

    Go