Skip to content
View mik30s's full-sized avatar
😐
500 lines of template errors
😐
500 lines of template errors
Block or Report

Block or report mik30s

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

  1. Cysboard Cysboard Public

    A lightweight system monitor similar to conky with html and css for themes

    C++ 155 18

  2. brandonjurado/SocialCredit brandonjurado/SocialCredit Public

    💰Machine Learning Financial Trust Rating System

    Python 1 1

  3. Algorithm-Implementations Algorithm-Implementations Public

    Forked from kennyledet/Algorithm-Implementations

    Share, discuss and learn about algorithm implementations!

    Lua

  4. Nidium Nidium Public

    Forked from nidium/Nidium

    An ongoing effort for a general purpose rendering engine to create apps, games and also serverside applications, using Mozilla's Spidermonkey as a JavaScript engine

    C++

  5. brandonjurado/AskIntuit brandonjurado/AskIntuit Public

    🤖 An Alexa skill built to answer questions directed towards Intuit Knowledge Base

    JavaScript 1 1

  6. Simplex Method in Java Simplex Method in Java
    1
    // The Following solves a linear programming problem
    2
    // In standardized form using the simplex method
    3
    // Please the read below.
    4
    /************************************************USAGE*************************************************************
    5
     * 1.Create an instance of the simplex class