Skip to content
View ingStudiosOfficial's full-sized avatar
💻
developing
💻
developing

Block or report ingStudiosOfficial

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
ingStudiosOfficial/README.md

HEYYY It's me Ethan...

Hi, I'm Ethan and I started (ing) Studios. I make YouTube videos. I also programme stuff so as a result I never touch grass. Just a web developer? Maybe? I also make CLIs such as my Terminal Task Manager. I also do some Python stuff, Jupyter notebooks. I also developed some Chrome Extensions such as InfiniteCopy and LauncherTab. All my web projects (my favourite stuff to do) can be found here. Thanks for reading, open to dev requests and happy to contribute, just email me at ingstudiosofficial@gmail.com.

GitHub Card

Top Languages

Discord Presence

Check out my portfolio ➡️ https://leethana.is-a.dev

What I have made so far

  1. ProperScript
  2. LauncherTab
  3. Vyntr for Desktop
  4. More of my published projects below in my collection of repos!

What I'm working on

I'm working on an Extension called LauncherTab. Also just mixing some other stuff up, such as Cordfriend AI.

Thanks for all your support :p

Pinned Loading

  1. properscript properscript Public

    JavaScript, but proper.

    JavaScript 6 1

  2. DFS Algorithm DFS Algorithm
    1
    class Grid {
    2
        constructor(dataset) {
    3
            const arrayDataset = [];
    4
            dataset.forEach((line) => {
    5
                arrayDataset.push(Array.from(line));
  3. calculite calculite Public

    A Material You themed calculator built with Vue.js.

    Vue

  4. cordfriendai cordfriendai Public

    A free, open-source AI Discord bot built in Golang.

    JavaScript