Skip to content
View AwSkies's full-sized avatar
🚀
Having an out of bounds experience
🚀
Having an out of bounds experience
  • McGill University Physics & CompSci Student
  • Massachusetts, USA
  • 07:21 (UTC -12:00)
  • LinkedIn in/akash-shah-07b45a253

Highlights

  • Pro

Organizations

@FTC-Team-Unlimited-0001
Block or Report

Block or report AwSkies

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

Akash S.

A.K.A. AwSky / AwSkies

Hi! I'm a physics and computer science student from the Boston area, and I'm currently studying at McGill University in Montréal. I love using programming to make interesting tools and projects related to whatever I'm into at the moment, and I'm willing to learn anything and everything I need to turn my ideas into a reality. Most consistently, I am a game developer.

  • 🔭 I’m currently working on the McGill Rocket Team, and a website to play Pokémon battle puzzles on Showdown!
  • 🌱 I’m currently learning React and TypeScript
  • ⚡ Fun fact: I know how to program Texas Instruments calculators
Experience Interests
McGill Rocket Team embedded programmer Astrophysics, quantum and particle physics, cosmology
FTC robotics Team Unlimited captain and software lead Machine learning
CyberPatriot Windows specialist All manners of programming and all things technical
Python programming teacher Rock/hardcore/metalcore/metal/progressive metal
Game developer Video games (Terraria, Pokémon, and FromSoftware games in particular)
Discord bot developer
Languages Softwares
C# Unity
C/C++ SOLIDWORKS
Python GIMP 2
Java Autodesk Maya
Batch Audacity
JavaScript/TypeScipt DaVinci Resolve
HTML/CSS Adobe Lightroom
AwSkies's Stats AwSkies's Top Languages

Pinned

  1. jasminetheepeach/McGillPhysicsHackathon2023 jasminetheepeach/McGillPhysicsHackathon2023 Public

    Python 1

  2. Protista Protista Public

    Protista game Unity project

    C# 2

  3. emubot emubot Public

    Emu Bot Discord bot's source code

    Python 6

  4. ShowdownPuzzle-Prototype ShowdownPuzzle-Prototype Public

    Python 1

  5. uno uno Public

    Machine learning for an Uno bot

    Java 2

  6. commands with whitelisted cooldowns ... commands with whitelisted cooldowns for discord.py rewrite
    1
    import discord
    2
    from discord.ext import commands
    3
    from discord.ext.commands.cooldowns import BucketType
    4
    
                  
    5
    bot = commands.Bot(command_prefix = "your prefix here")