We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
“What I cannot create, I do not understand.”
— Richard Feynman
WIP: A simple support ticketing system and a playground for the new things I want to try/learn.
TypeScript
WIP: C++20 Functional Programming Experiments
C++
Scala
A book catalog REST API Backend.
Scala 1
/**
* @constructor
*/
function* range(from, until) {
let i = from;
Benford Law Test for Georgian Election Results in 2020
Python