Pinned Repositories
code
Supporting source code for the "Java for Humans" beginners book.
array-datastore
A datastore to store unique objects in an array.
jsdoc-rest-api
This library can generate a map of your REST API endpoints from your JsDoc and use that map to automatically hook up your endpoints to your ExpressJs app when starting your REST API web server.
react-next-internal-link
A helper component to easily create internal, relative links from absolute urls in your NextJS React apps.
react-render-iff
A helper component to render react components conditionally.
sectioned-list
A list of arrays with predefined max lengths. Add to the list and items flow into sections.
SMedian-Pages
A new kind of webpage builder for writers and publications. Build a portfolio that understands you and knows your visitors in minutes, not days.
Lwdthe1's Repositories
Lwdthe1/jsdoc-rest-api
This library can generate a map of your REST API endpoints from your JsDoc and use that map to automatically hook up your endpoints to your ExpressJs app when starting your REST API web server.
Lwdthe1/SMedian-Pages
A new kind of webpage builder for writers and publications. Build a portfolio that understands you and knows your visitors in minutes, not days.
Lwdthe1/react-next-internal-link
A helper component to easily create internal, relative links from absolute urls in your NextJS React apps.
Lwdthe1/react-render-iff
A helper component to render react components conditionally.
Lwdthe1/array-datastore
A datastore to store unique objects in an array.
Lwdthe1/CSC-365-A3
Lwdthe1/CSC445-Distributed-Databases
My group was tasked by Doug Lea with implementing a distributed databases system. We chose to do realtime photo sharing. In order to implement consensus, we implemented the Raft algorithm
Lwdthe1/files-jsdoc-annotator
A tool to parse annotations of JS files using their JsDoc.
Lwdthe1/in-parallel
A node module for running async tasks on an array and finishing together to run a final function.
Lwdthe1/monaco-editor
A browser based code editor
Lwdthe1/Random-Social-Scripts
Scripts thrown together to do things on social networks
Lwdthe1/react-render-repeat
A helper component to render a list of components from a datasource.
Lwdthe1/sectioned-list
A list of arrays with predefined max lengths. Add to the list and items flow into sections.
Lwdthe1/tabber
A library of mongodb helper functions to make manipulating your db and its collections better (er).
Lwdthe1/CSC-365
Doug Lea's Data Structures and File Processing Course (CSC 365)
Lwdthe1/csc-420-project
CSC 420 project
Lwdthe1/CSC-445
Doug Lea's Computer Networking Course (CSC 445) - Assignment 3: Distributed Systems
Lwdthe1/CSC375_Parallel_Programming
Course description by Doug Lea: "Parallel computing was once confined to the use of specially crafted parallel computers. However, increasingly, the two essential ingredients of parallelism -- programming constructs that deal with logically parallel activities, and communication across physically separate computers, are available just about everywhere. This course will mainly focus on concepts, theory, design, and implementation of concurrent and distributed software that can be employed across a variety of platforms (in particular, using Java). However, we will also discuss some classic parallel algorithms that apply only to special parallel computers."
Lwdthe1/draft-js-plugins
React Plugin Architecture for Draft.js including Slack-Like Emojis, FB-Like Mentions and Stickers
Lwdthe1/emoji.css
😋 Your website. ⚡️Emojified. 🎉 Like FontAwesome for emojis. 🚀
Lwdthe1/env-configs
Environment configs
Lwdthe1/exclude-folders
Brackets extension for excluding folders from the file tree, find in files, and quick open.
Lwdthe1/lwdthe1.github.io
Lwdthe1/node-metainspector
Node npm for web scraping purposes. It scrapes a given URL, and returns you its title, meta description, meta keywords, an array with all the links, all the images in it, etc. Inspired by the metainspector Ruby gem
Lwdthe1/Reachability.swift
Replacement for Apple's Reachability re-written in Swift with closures
Lwdthe1/react-page
Next-gen, highly customizable content editor for the browser - based on React and Redux and written in TypeScript. WYSIWYG on steroids.
Lwdthe1/SCLAlertView-Swift
Beautiful animated Alert View. Written in Swift
Lwdthe1/sitepoint-hashmap-study-guide
Source code for my hashmap study guide tutorial
Lwdthe1/sitepoint-java-variables-datatypes
Source code for my "Understanding Java Variables and Data Types" tutorial
Lwdthe1/sitepoint-serialized-java-phone-book
Source code for my tutorial on serializing Java objects.