Coder Social home page Coder Social logo

🇯🇲 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

Nathan Johnson's Projects

c-array-wrapper icon c-array-wrapper

Wrapper class for integer array. Laughably inefficient, tried to store 685, 684 characters in Array<char> object, took 1+GB of memory and ~14s before program issued exception :( . Suspected culprit exorbitant misuse of call to new. The code itself is probably filled with malpractice but that's all apart of learning right? :)

chat-server icon chat-server

Chat server to host chat microserver for https://nxte.tech

cra-issue icon cra-issue

Minimal Reproducible Demo of Create React App Issue #12287

dl-u-tube-web icon dl-u-tube-web

Another YouTube downloader Client 🔻. ⚠Under Development 🧪.

ffmpeg.wasm icon ffmpeg.wasm

FFmpeg for browser and node, powered by WebAssembly

krypton icon krypton

The Krypton Project (Web Development Framework)

multiuse-spider icon multiuse-spider

A scraping algorithm that extracts all tags from a website and organizes the tags and their attributes in a dictionary. The implementation is written in python, long, repetitive, inefficient and could be done better but it does the job quite well in a short amount of time and works with any website it can get through to. Enjoy :)

navigation-api icon navigation-api

The new navigation API provides a new interface for navigations and session history, with a focus on single-page application navigations.

nxtexe icon nxtexe

I rebel; therefore I exist. Unless this is a simulation then nevermind 😅.

oocd.c icon oocd.c

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 oriented approach. A struct object is created, a file pointer is also created. Pointer to struct is passed to open function, which also takes file path and I/O method as strings. Method read is used to read contents of the entire file and return the entire file as a string. Methods are created by using pointers to functions and assigning them as members of the struct. Code is essentially an implementation of a python like file object in C. It was fun to develop even though it's not that great a solution and likely breaks on anything that is not DevC++. :)

react-motion-router icon react-motion-router

Declarative routing library for React ⚛ with page transitions and animations out of the box. Under Development 🧪.

snake_remastered icon snake_remastered

Snake game in C++ using ASCII characters. Status unfinished as it was just a learning project.

trie-data-structure icon trie-data-structure

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 word was found in its entirety or not, the index of the last character found in the word, the unique value given to the trie node and the last trie node object found.

typescript icon typescript

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

web-gesture-events icon web-gesture-events

A library that brings high-level asynchronous gesture events to the web by extending the standard addEventListener interface. ☝🏾📱

zxing-qr-reader icon zxing-qr-reader

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

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.