Skip to content
View aditya-r-m's full-sized avatar
Block or Report

Block or report aditya-r-m

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. twisty-polyhedra twisty-polyhedra Public

    Permutation puzzles in shapes of the platonic solids with a generic polynomial time solver.

    JavaScript 60 10

  2. notebook notebook Public

    Web application optimized for capturing mathematical notes through seamless MathJax rendering & Vi-like keybindings

    TeX 2

  3. coding-competitions-archive coding-competitions-archive Public

    Forked from google/coding-competitions-archive

    Google Coding Competitions problem archive

    HTML 1

  4. experimental experimental Public

    Crude implementations of elegant ideas

    Rust 1

  5. crypt.go crypt.go
    1
    package main
    2
    
                  
    3
    import (
    4
            "crypto/aes"
    5
            "crypto/cipher"
  6. Custom Trident Z DRAM RGB Turndown Custom Trident Z DRAM RGB Turndown
    1
    // pieces extracted & trimmed from https://gitlab.com/CalcProgrammer1/OpenRGB
    2
    
                  
    3
    #include <cstring>
    4
    #include <iostream>
    5
    #include <linux/i2c-dev.h>