Explore projects
-
Quick test: using Bankai (my https-server fork) as middleware for Express
Updated -
Hypha / Spikes / Persistence 1
GNU Affero General Public License v3.0Spike persistent storage for hyper*.
Updated -
-
Hypha / secure-ephemeral-messaging-channel
GNU Affero General Public License v3.0Symmetrically-encrypted ephemeral messaging channel over hypercore protocol for hypercore, hyperdb, and hyperdrive.
Updated -
-
Learn to crypto workshop (https://github.com/sodium-friends/learntocrypto) work files.
Updated -
Hypha / Spikes / multiwriter-1
GNU Affero General Public License v3.0Updated -
-
-
Hypha / Spikes / webrtc-hyperdb
GNU Affero General Public License v3.0Updated -
Hypha / Spikes / webrtc-1
GNU Affero General Public License v3.0Updated -
Hypha / Spikes / diceware
GNU Affero General Public License v3.0Updated -
Hypha / Spikes / deployment-1
GNU Affero General Public License v3.0Exploration of seamless deployment of Node.js-based web app with TLS on a hosted service.
Updated -
Aral Balkan / kappa-chat
GNU Affero General Public License v3.0An implementation of the kappa-core chat game exercise from the Kappa Architecture Workshop.
Updated -
Better / Builder
GNU Affero General Public License v3.0Generates data for Better site and iOS app from Blockdown-formatted authored content.
Archived 1Updated -
Rust Book Exercises / Chapter 8 / Departments
MIT LicenseUsing a hash map and vectors, create a text interface to allow a user to add employee names to a department in a company. For example, “Add Sally to Engineering” or “Add Amir to Sales.” Then let the user retrieve a list of all people in a department.
Updated -
Rust Book Exercises / Chapter 8 / Pig Latin
MIT LicenseConvert strings to pig latin. The first consonant of each word is moved to the end of the word and “ay” is added, so “first” becomes “irst-fay.” Words that start with a vowel have “hay” added to the end instead (“apple” becomes “apple-hay”). Keep in
Updated -
Given a list of integers, use a vector and return the mean (the average value), median (when sorted, the value in the middle position), and mode (the value that occurs most often; a hash map will be helpful here) of the list.
Updated -
Print the lyrics to the Christmas carol “The Twelve Days of Christmas,” taking advantage of the repetition in the song.
Updated -