Skip to content
View HarishgunaS's full-sized avatar
Block or Report

Block or report HarishgunaS

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 Loading

  1. snake-os snake-os Public

    A bare-metal x86 "OS" that runs Snake

    C 4

  2. harishgunas.github.io harishgunas.github.io Public

    HTML

  3. EvolutionAlgorithm EvolutionAlgorithm Public

    A simple evolutionary algorithm that takes a predefined perfect specimen, then randomly generates a population of individuals. Each generation, individuals that are genetically inferior die off. Ge…

    C++

  4. SigmoidNeuron SigmoidNeuron Public

    A sigmoid neuron simulator, built with no external libraries used (other than math, vector, and iostream). This is a precursor to a full neural network. Takes elementary numerical data with intenti…

    C++