Skip to content
View muntalee's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Highlights

  • Pro

Block or report muntalee

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

Hello! ๐Ÿ‘‹


Java Python C C++ Rust Latex JavaScript Bash HTML5 CSS3 SASS React Bootstrap Git GitHub Neovim VS Code Figma

#!/usr/bin/env python3

class AverageCSStudent:
    def __init__(self):
        self.name = "Muntasirul Islam"
        self.preferred_name = "Munta"
        self.pronouns = "he/him"
        self.started = [09,7,2019]
        self.lang = "en_US"
        self.dev = ["python", "java", "c", "c++", "rust", "elixir", "bash", "javascript"]
        self.role = "CS Student"
        self.college = "Toronto Metropolitan University"

    def hello(self):
        print("Hellooooo, my name is Munta, and thank you for visiting!")

    def about(self):
        print("Living in Toronto, Canada, and have been here since since I was 11 months old.")
        print("I first learned how to code in aroud 2019 in 9th grade, where I learned Scratch.")
        print("I was instantly hooked. I kept coding and coding (putting blocks together) and made a bunch of games.")
        print("I moved on to Python, then Java, and went from language to language")
        print("I learned a lot about web development, as well as making games from scratch with just code (PyGame)")
        print("I'm currently learning C++ Game Development and it has been a blast!")
        print("Anyways I hope you enjoy your rest of your day, and have a good one!")


if __name__ == '__main__':
    munta = AverageCSStudent()
    munta.hello()
    munta.about()

Socials

Linkedin MAL

Pinned Loading

  1. elementary-cellular-automata elementary-cellular-automata Public

    basic one-dimensional cellular automata using C, opengl, sdl2, and microui

    C++ 1

  2. raycasting-raylib raycasting-raylib Public

    simple wolf3d game engine using raycasting

    C 1

  3. mr-potato-head mr-potato-head Public

    simple jquery application where you can make your own potatohead!

    JavaScript 1

  4. nvim-old nvim-old Public

    my old neovim configuration using packer

    Lua 1

  5. muntalee.github.io muntalee.github.io Public

    personal website using vanilla HTML, CSS, and Javascript

    HTML 1

  6. sample-c-cpp-project sample-c-cpp-project Public template

    a simple C/C++ project setup using Makefile

    CMake 1