-
Updated
Sep 13, 2020 - PHP
#
increment
Here are 47 public repositories matching this topic...
A document viewer; fuzzy match incremental search.
-
Updated
Oct 29, 2019 - JavaScript
Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.
nodejs
javascript
diff
time
node
format
pretty
hour
nanoseconds
increment
hrtime
timescale
jonschlinkert
-
Updated
Jun 11, 2019 - JavaScript
When copying or moving files, it's common for operating systems to automatically add an increment or 'copy' to duplicate file names. This does that for Node.js applications, with automatic platform detection and support for Linux, MacOs, and Windows conventions.
nodejs
javascript
node
fs
rename
file
path
name
filepath
conflict
conflicts
filename
increment
duplicate
dirent
jonschlinkert
-
Updated
Sep 4, 2019 - JavaScript
Operating systems commonly add a trailing increment, or the word 'copy', or something similar to duplicate files. This strips those increments. Tested on Windows, MacOS, and Linux.
nodejs
javascript
node
rename
file
path
number
name
filepath
vinyl
strip
conflicts
filename
increment
duplicate
dirent
jonschlinkert
-
Updated
Sep 4, 2019 - JavaScript
A jQuery plugin to clone HTML content
-
Updated
Sep 4, 2020 - JavaScript
Javascript / Node.js utility library. Returns a set of utility functions, available through the lineArr namespace, which serve to generate arrays populated with sequences such as natural or stepWithOffset sequence, and to check if an array is a sequence of a certain type (like a natural sequence [0,1,2,3,4])
-
Updated
Jul 29, 2020 - JavaScript
More python, less annoyances.
-
Updated
Dec 4, 2017 - Python
Increment order ids manually, instead of relying on auto increment.
-
Updated
Nov 27, 2019 - PHP
A gem to increment a version number following the Semantic Versioning scheme
build-automation
semver
semantic-versioning
release-automation
release-management
increment
semver-syntax
increment-semver
-
Updated
Mar 15, 2018 - Ruby
Track and limit any auth, OTP, or any other type of action
-
Updated
Jul 31, 2020 - PHP
Executes commands on build.
-
Updated
Oct 11, 2019 - C#
plugin
mongoose
automatic
auto
auto-increment
increment
auto-inc
autoinc
autoincrement
pureautoinc
mongoose-pureautoinc
-
Updated
Dec 6, 2017 - JavaScript
A counter as a joke originally created by AlynxZhou.
atom
slack
count
counter
widget
vanilla-javascript
vanilla-js
atom-package
joke
tally
increment
decaffeinate
uptick
-
Updated
May 29, 2019 - JavaScript
C programming example codes.
calculator
factorial
switch-case
if-else
increment
greatest
addition
do-while
while-loop
leap-year-or-not
-
Updated
Sep 14, 2020 - C
Easily set the auto increment index for your tables in a laravel project
mysql
php
laravel
database
sqlite
database-migrations
database-management
auto
increment
autoincrement
-
Updated
Aug 17, 2020 - PHP
Improve this page
Add a description, image, and links to the increment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the increment topic, visit your repo's landing page and select "manage topics."
This is not a bug but an observation re possibly improving the code. The
NumberInputPrefabbed
class re-declares all the attributes of its parent classNumberInputWithIncrementDecrement
. This means the two attribute areas are duplicates of each other and need to be constantly synchronised and maintained, incl. the comments.I don't think it is necessary for
NumberInputPrefabbed
to re-decl