Skip to content
View Trion129's full-sized avatar

Block or report Trion129

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. study-bot Public

    Slack bot for managing private study groups in teams using topic search

    JavaScript

  2. TapSmashRepeat Public

    A Multiplayer socket.io game where you try to break the Block before the opponent

    JavaScript 2

  3. Kills all timers in a website, doesn...
    1
    // Break Timers on websites with ease.
    2
    function timerKiller(){
    3
      var lastCleanedBorder = 0;
    4
      
    5
      return function () {
  4. Evolution strategy agent plays space...
    1
    #include <iostream>
    2
    #include <vector>
    3
    #include <string>
    4
    #include <mlpack/core.hpp>
    5
    #include <mlpack/core/optimizers/sgd/sgd.hpp>
  5. FacilityLocation Public

    Facility Location Problem MIP model

    Python

  6. TSPSolver Public

    A travelling salesman solver for an approximate solution very quickly

    C++