decrement
There are 29 repositories under decrement topic.
borzunov/plusplus
Enables increment operators in Python using a bytecode hack
MaherSaleem/laravel-counters
Counters Management for laravel project.
upgradeQ/Counter
Hotkey based counter for OBS Studio
lienoil/jquery-cloner
A jQuery plugin to clone HTML content
Abhilash-Chandran/number_inc_dec
A flutter widget to accept numeric inputs with button to increment and decrement.
jacobworrel/react-counter-input
A flexible counter input component
Wildhoney/Bi-cycle
Bi-cycle assists in making infinite carousels and sliders by handling the index logic for you.
Fridus/jQuery-InputIncremental
You can increment or decrement with buttons or keyboard
khadem-mh/textEncryption
Convert text to encrypted letters and convert encrypted letters to readable letters.
ningyu1/distributed-counter
分布式计数器,默认是redis实现,可扩展接口增加zk、等其他实现
Yacoubou-seidou/PureCounter
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.
mumaroffice/Arithematic-Logic-Unit
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.
SuryaPratap2542/Increment-decrement
The Increment and Decrement App is a simple web application built using React and Tailwind CSS.
alok7136/REDUX
THIS IS A REDUX PROJECT
hattya/flap.vim
A Vim plugin to extend CTRL-A and CTRL-X by user defined rules
Knape/round.js
Round a number to a specific number, by decimal or nearest
l-stanny/angular-studies
These self-directed Angular study projects were generated in an Nx monorepo and are in this repository in part.
sixcious/url-decrement-button
A 1-Click URL Decrement Button for your toolbar. Works with or without URL Incrementer.
tanmoy108/React-with-Redux
https://react-redux-shtanmoy.netlify.app/
etcdigital/time2input
A helper to manage 2 time inputs with increment/decrement
Neethuharii/Incrementor-and-Decrementor-React
A sample Incrementor and Decrementor using useState in react
rebecarolinax/csharp_introduction
This repository is a knowledge library developed during C# classes, aiming to provide a deep understanding of programming logic.
Ritika-Das/Number-Counter
This counter has buttons to increase, decrease or reset the number value, and a dark/light mode toggle button.
Sandeepkr43/Counter
This increments and decrements the number on the click of buttons
AI-Balushi/next-state
A responsive React-based counter app using TypeScript and Tailwind CSS, featuring increment, decrement, and reset functionality with a user-friendly design.
Arifpsetiawan/Food-Ordering-Apps
IAK Beginner
Chandrabhan3010/inc-dec-react
this is increment and decrement operation project done with the help of react and in this is i used usestate for the operation
fhrzdty31/Increment-and-Decrement
An increment and decrement application that utilizes the Floating action button for the button and the StateFull Widget for the view
VaibhavMojidra/Java---Demo-Decrement-Prefix-And-Postfix
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.