David Gorski's repositories

simple-scheme-interpreter

A Simple Language based on Scheme.

Language:C++Stargazers:3Issues:0Issues:0

nostr_relay_lite

A simple in-memory C++ nostr relay.

algorithmic_newsfeed

Playing around with scikit-learn to create Machine Learning RSS based newsfeed collecting user preferences.

Language:JavaScriptStargazers:0Issues:1Issues:0

atomic_playground

Strengthening my atomic operation knowledge with some hands-on coding.

Language:C++Stargazers:0Issues:1Issues:0

numeric_playground

Implementing Big Numbers

Language:C++Stargazers:0Issues:1Issues:0

verysmallgrad

A c++ micrograd.

Language:C++Stargazers:0Issues:1Issues:0

VM

Simple Virtual Machine and Assembler.

Language:C++Stargazers:0Issues:1Issues:0

atomic_playground_rs

Strengthening my atomic operation knowledge with some hands-on coding (Rust).

Language:RustStargazers:0Issues:0Issues:0

bloom_filter_rs

Very simple bloom filter implemented in Rust. Part of learning.

Language:RustStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:1Issues:0

json_parser_serializer

Concise, optimistic JSON parser/serializer written in C++. (>250 lines)

Language:C++Stargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words

List of Dirty, Naughty, Obscene, and Otherwise Bad Words

License:CC-BY-4.0Stargazers:0Issues:0Issues:0

lithium

A set of C++17 libraries for high performance network programming

Language:C++License:MITStargazers:0Issues:0Issues:0

memory_playground

Playing around with memory access

Language:C++Stargazers:0Issues:0Issues:0

object_pool_rs

A simple implementation of an object pool is Rust

Language:RustStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:1Issues:0

protocol

VoxelSrv protocol definitions

Language:JavaScriptLicense:CC0-1.0Stargazers:0Issues:0Issues:0

raft

Simple implementation of Raft Consensus Protocol in C++.

Language:C++Stargazers:0Issues:0Issues:0

server-plugins

Plugins for VoxelSrv official server software

Language:TypeScriptLicense:MITStargazers:0Issues:0Issues:0

sstable

Simple, Clear Implementation of SSTable-based Key-Value Data Storage Engine in C++.

Language:C++Stargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:1Issues:0

string-to-url

Utility to handle strings containing urls

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

svelte-routing

A declarative Svelte routing library with SSR support

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

voxelsrv

Voxel browser game inspired by Minecraft

Language:TypeScriptLicense:MITStargazers:0Issues:0Issues:0
Language:TypeScriptLicense:MITStargazers:0Issues:2Issues:1

west-nealth

A small node.js typescript express backend and angular front end demo

Language:TypeScriptStargazers:0Issues:0Issues:0

word-count

This is a simple program written in C that analyzes a paragraph of text and displays a list of words used, ordered from most frequently to least frequently. It also displays the unique word count, and total word count. It parses for words by using spaces and punctuation as breaks (excluding apostraphes), and converts uppercase letters into lowercase. It checks whether the word was already seen by checking in a linked list, and if so simply interates the frequency variable. If not, then it creates a new node for the word. Finally, it sorts the linked list using a bubble sort algorithm.

Language:CStargazers:0Issues:0Issues:0