Skip to content
View KyleSmith19091's full-sized avatar
💥
Working from home
💥
Working from home
Block or Report

Block or report KyleSmith19091

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

Hi There

const Coder = {
 name : "Kyle",
 hobbies: ["Puzzle Solving", "Exercise", "Reading", "Youtube(watching)"],
 food: ["Sushi", "Pizza", "Sandwich"],
 challenge: "Daily Dev: Try to learn something new related to computer science"
}

The name is Kyle and I have been inputting text into a computer so that it can do cool stuff since I was 12. I am currently a computer science student at the University of Pretoria in South Africa. Programming to me is a way of staying sane in a world which I find to be crazy and weird. My programming experience comes from the five years of Robotics Programming for our High School team. I spend most of my time solving online programming related problems and developing smaller programs ranging from bash commands to stock screeners.

Technologies and Tools

Comfortable 🔧

C++ Java Bash Javascript Go

Exposed 🔧

Python Typescript PHP

Tools & Technologies 💻

Opencv Nvim Intellij React MySQL MongoDB Docker Kubernetes

Some Number Stuff 🧮

Find Me On

Pinned

  1. KNearestNeighbourFromScratch KNearestNeighbourFromScratch Public

    MNIST handwritten digits classifier, implemented from scratch using Eigen

    C++ 1

  2. SpringSearch SpringSearch Public

    An in-memory text search engine that is durable and persistent

    Go 2

  3. Beautiful-Soup-CPP Beautiful-Soup-CPP Public

    Beautiful soup inspired program for extracting data from HTML documents.

    C++ 1 2

  4. Perimeter-fence-constructor Perimeter-fence-constructor Public

    This project is inspired by the Lost in Space series, this is an implementation of the algorithm for their perimeter fence system.

    JavaScript 1

  5. BitManip BitManip Public

    This is a header only library for common bit manipulation and other operations using constexpr and some bit manipulation techniques to provide a low overhead and efficient interface.

    C++ 1

  6. KeyValueStore KeyValueStore Public

    Implementation of a Key Value Store Protocol for NoSQL

    C++ 2