Skip to content
View mik30s's full-sized avatar
😐
500 lines of template errors
😐
500 lines of template errors
  • Qualcomm
  • San Diego
  • 05:01 (UTC -12:00)

Block or report mik30s

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Cysboard Cysboard Public

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

    C++ 159 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