Skip to content
View nxtexe's full-sized avatar
๐Ÿ’ฃ
๐Ÿ’ฃ
Block or Report

Block or report nxtexe

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

๐Ÿ‡ฏ๐Ÿ‡ฒ Wah Gwaan ๐Ÿ‘‹๐Ÿพ

the absurdist

๐Ÿ› ๏ธ Languages and Tools :

Reactย  Material UIย  CSSย  HTMLย  JavaScriptย  TypeScriptย  Pythonย  NodeJSย 

๐Ÿ”ฅ Statistacks :

Top Langs

GitHub Streak


and remember, art is pain; life is suffering, but creating makes life worth living

Pinned

  1. react-motion-router react-motion-router Public

    Declarative routing library for React โš› with page transitions and animations out of the box. Under Development ๐Ÿงช.

    TypeScript 148 3

  2. web-gesture-events web-gesture-events Public

    A library that brings high-level asynchronous gesture events to the web by extending the standard addEventListener interface. โ˜๐Ÿพ๐Ÿ“ฑ

    TypeScript 9 1

  3. zxing-qr-reader zxing-qr-reader Public

    QR code reader based on ZXing C++ port by @nu-book compiled to wasm.

    TypeScript 4 2

  4. face-detector face-detector Public

    Face detector primitive derived from tensorflowjs

    JavaScript

  5. OOCD.c OOCD.c Public

    An ugly example of what can loosely be called object oriented programming in C. I'm a junior dev so don't roast me XD. Purpose of the code is to shorten file I/O process in C, taking an object orieโ€ฆ

    C

  6. Trie-Data-Structure Trie-Data-Structure Public

    Trie data structure implemented in python. A class TrieNode is created which has methods add, to add words to the trie and find to find words in a trie. Find returns a boolean to indicate if the woโ€ฆ

    Python