Skip to content
View Thopterulu's full-sized avatar
πŸ’£
πŸ’£

Block or report Thopterulu

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
Thopterulu/README.md

Typing SVG

🌐 Socials:

LinkedIn

🌱 LifeQuest:

  • I made a website about tips, tricks and stuff on my https://thopterulu.github.io/ page, it's very much alpha for now.
  • 🌱 I’m currently refreshing my cpp knowledge, you can find my knowledge roadmaps here!

πŸ“Š Stats:

Top Langs GitHub stats

Codewars

{
  "username": "Thopter",
  "name": "Guillaume",
  "honor": 544,
  "clan": "",
  "leaderboardPosition": 103178,
  "skills": [
    "python",
    "lua",
    "c",
    "c++"
  ],
  "ranks": {
    "overall": {
      "rank": -5,
      "name": "5 kyu",
      "color": "yellow",
      "score": 544
    },
    "languages": {
      "python": {
        "rank": -5,
        "name": "5 kyu",
        "color": "yellow",
        "score": 483
      },
      "java": {
        "rank": -8,
        "name": "8 kyu",
        "color": "white",
        "score": 2
      },
      "lua": {
        "rank": -8,
        "name": "8 kyu",
        "color": "white",
        "score": 2
      },
      "cpp": {
        "rank": -7,
        "name": "7 kyu",
        "color": "white",
        "score": 61
      }
    }
  },
  "codeChallenges": {
    "totalAuthored": 0,
    "totalCompleted": 107
  }
}

Pinned Loading

  1. website-update-checker website-update-checker Public

    Simple script that take an url and make an md5 an sha256 out of it. Check if it changed since last time.

    Python 1

  2. bundle_books_checker bundle_books_checker Public

    get all the infos about books bundle in order to buy them.

    Python