modulo
There are 77 repositories under modulo topic.
urbit/create-landscape-app
Get started making a simple app for Landscape with a few commands.
KBPsystem777/JSexercises
Simple solutions and resources to help beginners in solving JavaScript algorithm exercises
modulojs/modulo
A drop-in JavaScript framework for modular web components, kept to about 2000 lines
yoeo/mod
Modular arithmetic in Python :100:
mzusin/mz-math
mzMath - a collection of typescript-based math helpers.
lauramsromano/quero_dados_p2
O objetivo desse projeto foi desenvolver um código para realizar uma pesquisa digital e armazenar os dados dessa pesquisa em um arquivo .csv para utilização em análises futuras.
pub-calculator-io/modulo-calculator
Free WordPress Plugin: The modulo calculator finds the remainder of the division of two rational/irrational positive/negative numbers. You can also find out how to find modulus manually. www.calculator.io/modulo-calculator/
eunarede/iugu-whmcs-pro
Módulo de Pagamento Iugu para WHMCS
LaVivien/RoundRobinTournament
Implement Round-robin tournament in Java.
luccasr73/loterias-caixa-scraper
A nodejs module that allows you to pick up data from the lottery of the Brazilian Caixa Econômica Federal
kenjinote/modulo
剰余の世界をみるためのプログラム
lapets/modulo
Pure-Python library for working with modular arithmetic, congruence classes, and finite fields.
lucas-santoni/mandala-c-sdl2
Using the C language, the SDL2 library and some modulo operations to draw cool mandalas.
pcjentsch/FastModulo.jl
simple Julia implementation of fast modulo reductions for 32 bit integers on 64 bit architectures, from the paper by Lemire, Kaser and Kurz (2019)
ChillyCheesy/ModuloApplicationPlugin
The HomeTracker Application Plugin give help to deploy HomeTracker's modules
D4rK7355608/MathCalculator
MathCalculator is a C++ program that offers a wide range of mathematical functions. From basic arithmetic to more advanced operations, this program helps you to solve mathematical problems with ease. With its powerful capabilities, MathCalculator is the perfect tool for anyone who needs to perform mathematical calculations quickly & accurately. 🧮
22a/cardioid
:heartpulse: A multiplication table modulo 200 visualisation
relikd/Vortex-Math
Visualisation for modulo multiplication
stdlib-js/math-base-special-wrap
Wrap a value on the half-open interval [min,max).
stdlib-js/math-iter-ops-mod
Create an iterator which performs an element-wise modulo operation of two or more iterators.
codingforeveryone/Calculator_with_Modulus_Operator
Vanilla JavaScript Calculator with Modulus Operator
ertatto24/MageMod
Módulos genéricos para magento
FaresBadrCA/Generalized-Lucas-Theorem
A Python implementation of General Lucas Theorem to solve n choose m (mod p^q)
IamPrime/Modulo-chrome_extension
A chrome extension for calculating modulus.
IamPrime/Modulus-Calculator
Modulus Calculator in Vanilla JavaScript
lukegor/FastModularExponentiation
This C# program efficiently calculates "a^b mod n" using fast modular exponentiation algorithm. Ideal for cryptography and large number computations.
nosehad/Modulo
A non recursive modulo calculator for large potencies.
Ongoing-Knowledge-Scraping/Even-or-Odd-Number
Uses the Modulo (%) to divide an entered number by 2 to pass back the remainder. If remainder == 0 the number is even.
Ongoing-Knowledge-Scraping/The-FizzBuzz-Solution
The solution to the famous FizzBuzz game / question.
Ongoing-Knowledge-Scraping/Total-Even-Numbers-1-to-100
Python script adds all EVEN numbers between 1 and 100 utilizing range(2, 101, 2)
Ongoing-Knowledge-Scraping/Treasure-Island
Your typical logical flow treasure hunt
Richard-Roman/Modulo-Ventas
Modulo de ventas en java. Permite las operaciones de registrar venta, cliente, productos, realizar consultas y reportes
StevieoXOR/ModuloExperimentation
Tests for three implementations of Modulus: Addition only, Multiplication then addition, and arg1-arg1//arg2*arg2