Code Monkey home page Code Monkey logo

soundy's Introduction

Hey there ๐Ÿ‘‹, I'm WillyJL!

Self proclaimed CEO of Procrastination and Avid Python & C Enjoyer




from datetime import date

class AboutMe():
    def __init__(self):
        self.username = "WillyJL"
        self.pronouns = ("he", "him")
        self.location = "Italy" and "UK"
        self.occupation = "Computer Science Student"
        self.birthday = date(day=27, month=5, year=2003)
        self.age = (date.today()-self.birthday).days/365  # 20 y/o
        self.hobbies = ["Coding", "Gaming", "Music", "YouTube"]
        self.interests = ["Programming", "Linux", "Open Source"]
        self.hotel = "Trivago"
        self.breed = "Different"

if __name__ == "__main__":
    me = AboutMe()

Projects ๐Ÿ“ฆ

  • :ย  Feature-rich, stable and customizable Flipper Zero firmware

  • :ย  Smoothen and stabilize videos right from your browser

  • :ย  Collection of custom scripts for Qubes OS

  • :ย  An open source installer for Spicetify - I did the GUI and the build workflows

  • :ย  A universal minimal media controller app for Windows

  • :ย  Utility to mount iOS photos and apps on linux, built around ifuse

  • :ย  Discord bot for the Cyberpunk 2077 modding servers

  • :ย  Discord bot that allows animated emojis without Nitro

  • :ย  My personal website


Languages ๐Ÿ’พ

C Lang Python SQLite C++ Bash HTML CSS JS Lua

Tools ๐Ÿ› ๏ธ

VS Code Qubes OS Zsh Git GitHub

My Specs ๐Ÿ’ป

Desktop CPU GPU

Laptop CPU GPU

Get in Touch ๐Ÿ“ก

Discord Instagram
Reddit Twitter
YouTube GitHub
Linktree

Buy me a Coffee โ˜•

Paypal Ko-Fi

soundy's People

Contributors

willy-jl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

giov3z

soundy's Issues

WinRT calls causing memory leaks

Looks like the calls to the winrt module are not collected by the garbage collector, causing rising and uncontrolled memory usage.
image


Main culprit is

properties = await current_session.try_get_media_properties_async()

in get_media_info (modules/api.py)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.