Skip to content
View n-ce's full-sized avatar
โœด๏ธ
Introspecting, Brainstorming, Creating
โœด๏ธ
Introspecting, Brainstorming, Creating

Block or report n-ce

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

I work on developing simple and performant software for the web platform. I'm currently coding on a mobile device.

๐Ÿ’  Languages I want to learn : Go (Web Servers & WASM), Scala (Native & JVM Program Development) & F# (.NET Development).

Currently ๐ŸŒฑ learning about javascript frameworks. (solid, svelte, astro, vue, angular) and ๐Ÿ‘จโ€๐Ÿญ working on improving ytify

๐Ÿค always looking to contribute to open source projects that I use in my daily life.

Computing Platform

[HW]
Platform = "Moto G04"
Architechture = "Arm v8.1-A"
[SW]
System = "Android 14"
Browser = "Chrome 127"
Terminal = "Termux 118"
Editor = "Helix 24"

Technologies

TypeScript


Profile Stats

Top Langs

Pinned Loading

  1. ytify ytify Public

    Audio Streaming Web App for YouTube. Stop watching, Listen. Save data & ๐ŸŒŽ.

    TypeScript 154 47

  2. Note Note Public

    Single Page Note Taking Website.

    HTML 5

  3. Awesome-Minimal-JavaScript-Frameworks Awesome-Minimal-JavaScript-Frameworks Public

    A curated list of awesome Lightweight JavaScript Frameworks (CDN loadable)

    7

  4. YTFLIX YTFLIX Public archive

    A library of free official movies, series and documentaries available on YouTube, with an easy to update database based on github wikis.

    JavaScript 9 8

  5. Using Eruda with Vite (+ TypeScript) Using Eruda with Vite (+ TypeScript)
    1
    ```
    2
    npm i eruda -D
    3
    ```
    4
    
                  
    5
    To use eruda without installing eruda as a package, edit the src in the plugin to https://cdn.jsdelivr.net/npm/eruda.
  6. yt-dlp AV1+Opus Downloader Script yt-dlp AV1+Opus Downloader Script
    1
    import subprocess
    2
    from yt_dlp import YoutubeDL
    3
    
                  
    4
    def get_video_formats(url):
    5