Skip to content
View treminaor's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report treminaor

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. cod-weapons-editor cod-weapons-editor Public

    Full GUI frontend for creating and editing CoD-format weaponFiles

    C# 5 3

  2. Minesweeper2d Minesweeper2d Public

    2d Minesweeper game made with Unity

    C# 1

  3. Integer to Roman C++ LeetCode Integer to Roman C++ LeetCode
    1
    class Solution {
    2
    public:
    3
        string intToRoman(int num) {
    4
            string result = "";
    5
            
  4. Roman to Integer C++ LeetCode Roman to Integer C++ LeetCode
    1
    class Solution {
    2
    public:
    3
        int romanToInt(string s) {
    4
            int i = 0; int result = 0;
    5
            enum r {I = 1, V = 5, X = 10, L = 50, C = 100, D = 500, M = 1000};
  5. wp-slideshow-widget wp-slideshow-widget Public

    WordPress widget that displays slideshows.

    PHP

  6. com.android.andyking.flashcards com.android.andyking.flashcards Public

    Flash Cards app for Android

    Java