modulo
There are 82 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
mzusin/mz-math
mzMath - a collection of typescript-based math helpers.
yoeo/mod
Modular arithmetic in Python :100:
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
lapets/modulo
Pure-Python library for working with modular arithmetic, congruence classes, and finite fields.
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
剰余の世界をみるためのプログラム
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)
caua1503/llm-tool-fusion
llm-tool-fusion é uma biblioteca Python que unifica e simplifica o uso de ferramentas com LLMs. Compatível com frameworks como Ollama, LangChain e OpenAI, facilita a integração de funções e módulos, tornando o desenvolvimento de apps de IA mais ágil e modular.
ChillyCheesy/ModuloApplicationPlugin
The HomeTracker Application Plugin give help to deploy HomeTracker's modules
MihaiCristianCondrea/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.
Adityasinghvats/CPP---code
Data Structures and Algorithms
FaresBadrCA/Generalized-Lucas-Theorem
A Python implementation of General Lucas Theorem to solve n choose m (mod p^q)
Gabs77u/DuplaFace-Cia-Teatral
Este é o um prototipo do site oficial da DuplaFace Cia Teatral, uma companhia de teatro fundada por Alan Beltrão e Gabriel Cabral em 2024. O site fornece informações sobre a companhia, espetáculos em cartaz, teasers, fotos e uma seção de contato.
Laugharne/diffie_hellman
Cette section explore les techniques de chiffrement en cryptographie, mettant en lumière l'algorithme de César, le chiffrement par substitution, et les défis liés à l'échange sécurisé de clés.
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