Skip to content
View mrvillage's full-sized avatar
❤️
❤️

Organizations

@GMELab @politicsandwar @bibliedu @politicsandwar-community @oxybase @teamcbba @v19-io @bay-lang

Block or report mrvillage

Block user

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mrvillage/README.md

Hey!

Check out some of the stuff I've made!

  • lmutils - An extensive library of utilities for working with matrices and linear models
  • Kanri Memberships - A membership management platform (memberships, ranks, billing, calendar, shifts, etc) designed for martial arts schools, yoga studios, and more
  • dfa-regex - Create DFAs corresponding to regular experessions for matching strings
  • ieu - A lightweight threadpool designed to minimize overhead for large batches of intensive tasks.
  • bay-lang - A small imperative language with ownership semantics and syntax inspired by Rust.
  • rift - A large bot (Verified) for automating various aspects of the game Politics and War
  • mrvillage-cli - My own personal CLI tool for templates and some common actions
  • mrvillage.dev - My own personal website
  • pnwkit-py - Python library for interacting with the Politics and War API
  • pnwkit - Set of libraries based around a core Rust library for interacting with the Politics and War API
  • quarrel - Python library for creating Discord bots
  • rift-lang - Expression language based on Common Expression Language written in Rust
  • ceiling - Library for creating and enforcing rate limiting rules in Rust
  • sero - Library for managing shared locks in Rust
  • casus - A handful of event-based async primitives for Rust
  • aris - A lightweight messaging protocol and generic reference implementation in Rust
  • macros - A lightweight library for parsing and writing Rust macros
  • extractors - A lightweight library for extracting an arbitrary number of function parameters from a provider and calling a function
  • type-store - A lightweight type map implementation
  • leptos-tabler-icons - Tabler Icons for Leptos
  • sanctum - A basic authentication framework with generic backend support
  • bitstring - A library for performing basic operations on bitstrings
  • base32 - A library for efficient base32 encoding and decoding
  • hotp - An implementation of the HMAC-Based One-Time Password Algorithm (HOTP) of RFC 4226
  • totp - An implementation of the Time-Based One-Time Password Algorithm (TOTP) of RFC 6238
  • oauth - An implementation of OAuth 2.0 from RFCs 6749 and 7009
  • puid - A new ID format Prefixed Universally Unique Identifiers (PUIDs).

Couple other things!

  • Former Software Developer and Development Manager for Politics & War
  • Freelance website designer

Pinned Loading

  1. GMELab/lmutils.r GMELab/lmutils.r Public

    Tools for blazingly fast statistical analysis in R

    Rust 2

  2. GMELab/lmutils GMELab/lmutils Public

    Utilities for linear regression-based statistical computation, particularly in the same vein as methods like MonsterLM and RARity

    Rust 2

  3. bay-lang bay-lang Public

    A statically typed, compiled programming language with ownership semantics and syntax inspired by Rust

    Rust

  4. mrvillage.dev mrvillage.dev Public

    My personal website and blog

    TypeScript 1

  5. GMELab/plots.r GMELab/plots.r Public

    Generate beautiful forest plots with ease

    R

  6. dfa-regex dfa-regex Public

    Create DFAs corresponding to regexes at compile time

    Rust