Skip to content
View Clubby10's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Ontario, Canada
  • 07:00 (UTC -04:00)

Highlights

  • Pro
Block or Report

Block or report Clubby10

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
Clubby10/README.md
import SoftwareDeveloper from 'Lucas';

class Bio extends SoftwareDeveloper {
  name     = 'Lucas';
  title    = 'Student';
  location = 'Ontario';
}

class Skills extends SoftwareDeveloper {
  languages  = ['c++', 'Java', 'Python', 'Swift'];
}```

Popular repositories

  1. Minecraft-AimAssist Minecraft-AimAssist Public

    A Minecraft proof-of-concept that locates other players and moves to the area that is closest to the crosshair by using the system memory. (1.8.9)

    C++ 2 1

  2. Clubby10 Clubby10 Public

    Config files for my GitHub profile.

  3. Doughnut Doughnut Public

    A C++ rotating doughnut

    C++

  4. Chess.com-DiscordBot Chess.com-DiscordBot Public

    A Discord bot that uses the Chess.com API to retrieve data for a player and displays it in a Discord channel. The bot listens for a message that starts with `!chess` and retrieves data for the play…

    Python

  5. Temperature-Conversions Temperature-Conversions Public

    A Java program that allows users to convert temperatures between Celsius, Fahrenheit, and Kelvin. The program prompts the user to enter a temperature value and scale, and then converts the temperat…

    Java

  6. Word-Doc-to-Study-Cards Word-Doc-to-Study-Cards Public

    Python