decrement
Here are 26 public repositories matching this topic...
The -- operator decrements its single operand by one. When used in prefix mode, it decrements the operand and evaluates to the decremented value of that operand. When used in postfix mode, it decrements its operand, but evaluates to the value of that operand before it was decremented.
-
Updated
Apr 12, 2023 - Java
This repository is a knowledge library developed during C# classes, aiming to provide a deep understanding of programming logic.
-
Updated
Feb 5, 2024 - C#
A sample Incrementor and Decrementor using useState in react
-
Updated
Mar 11, 2023 - HTML
Round a number to a specific number, by decimal or nearest
-
Updated
Nov 24, 2017 - JavaScript
-
Updated
Nov 30, 2022 - JavaScript
This includes a project on designing an Arithematic Logic Unit which includes Addition,Subtraction,Increment,Decrement,Counter,Bit-wise AND,Bit-wise OR,Bitwise XOR,Comparator.
-
Updated
May 14, 2023
The Increment and Decrement App is a simple web application built using React and Tailwind CSS.
-
Updated
Aug 26, 2023 - JavaScript
分布式计数器,默认是redis实现,可扩展接口增加zk、等其他实现
-
Updated
Nov 8, 2021 - Java
pure_counter is a collection of React components for implementing pure increment and decrement functionality. It provides customizable components that smoothly animate numerical values within a given range. With easy installation and usage, it offers a simple way to incorporate increment and decrement features into your React applications.
-
Updated
Dec 17, 2023 - JavaScript
Convert text to encrypted letters and convert encrypted letters to readable letters.
-
Updated
Jun 17, 2024 - JavaScript
Improve this page
Add a description, image, and links to the decrement topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the decrement topic, visit your repo's landing page and select "manage topics."