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

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

    JavaScript

  2. TapSmashRepeat TapSmashRepeat Public

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

    JavaScript 3

  3. Kills all timers in a website, doesn... Kills all timers in a website, doesn't kill already killed timeouts for micro optimisation for nerds :P
    1
    // Break Timers on websites with ease.
    2
    function timerKiller(){
    3
      var lastCleanedBorder = 0;
    4
      
    5
      return function () {
  4. Evolution strategy agent plays space... Evolution strategy agent plays space invaders
    1
    #include <iostream>
    2
    #include <vector>
    3
    #include <string>
    4
    #include <mlpack/core.hpp>
    5
    #include <mlpack/core/optimizers/sgd/sgd.hpp>
  5. FacilityLocation FacilityLocation Public

    Facility Location Problem MIP model

    Python

  6. TSPSolver TSPSolver Public

    A travelling salesman solver for an approximate solution very quickly

    C++