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