-
testcontainers-java Public
Forked from testcontainers/testcontainers-javaTestcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
Java MIT License UpdatedMay 8, 2025 -
-
grpc-java Public
Forked from grpc/grpc-javaThe Java gRPC implementation. HTTP/2 based RPC
Java Apache License 2.0 UpdatedDec 16, 2024 -
pulsar Public
Forked from apache/pulsarApache Pulsar - distributed pub-sub messaging system
Java Apache License 2.0 UpdatedDec 6, 2024 -
play-json-extensions Public
Forked from bizzabo/play-json-extensions+22 field case class formatter and more for play-json
Scala Other UpdatedFeb 14, 2024 -
A programming language interpreter for a simple language
C++ UpdatedFeb 14, 2023 -
resume.md Public template
Forked from mikepqr/resume.mdWrite your resume in Markdown, style it with CSS, output to HTML and PDF
-
-
-
-
-
-
-
-
-
-
WeightedMajorityAlgorithms Public
cs301 weighted / random weighted majority algorithm implementations on a provided dataset
C++ UpdatedMay 1, 2020 -
-
DP-Bookcase Public
Filling to the lowest height bookcase problem solved dynamically
C++ UpdatedJan 20, 2020 -
6F1A -
PythonTicTacToeWithAI Public
A python game of tic-tac-toe that has an AI (breadth first traversal) that will play vs the opponent,
Python UpdatedApr 23, 2019 -
RudimentarySpellChecker Public
This is a rudimentary spell checker, which given a sentence will print each word in the sentence if it is not in a dictionary file. It uses a custom made HashSet, alongside a custom LinkedList.
Java UpdatedApr 9, 2019 -
Karatsuba-Algorithm Public
Implementation of the karatsuba efficient multiplication algorithm using Strings as the primary datastructure
Java UpdatedApr 5, 2019 -
-
Prints the binary numbers of a given length in order using recursion
Java UpdatedApr 5, 2019 -
Find-Cubic-Roots Public
Given the a, b, c, and d of a cubic, finds the cubic roots of it (WIP)
Java UpdatedApr 5, 2019 -
DuplicateWordFinder Public
Checks if there are duplicate words in a list of strings
Java UpdatedApr 5, 2019 -