int
There are 198 repositories under int topic.
marcocesarato/react-native-input-spinner
An extensible input number spinner component for react-native highly customizable. This component enhance a text input for entering numeric values, with increase and decrease buttons.
skial/min-max
Provides min and max cross-platform constants for Int and Float types.
niklashenning/pyqt-advanced-slider
A clean and customizable int and float slider widget for PyQt and PySide
professorDeveloper/Algorithms-Java
Algorithms Gita java algorithms tutorial
QuasarApp/QtBigInt
QtBigInt - Arbitrary-sized integer class for C++ and build system of Qt (qmake). Power by minigmp
Henry-Sarabia/sliceconv
Slice conversion between primitive types
SwenenzY/cpp-c-randomizer
String,Hex,Int,Variable and solution files obfuscation.
broly8/SoftDeletesEx
Laravel 5.* SoftDeletes Extend, change the deleted_at field to int
jonadmark/intsight-bmv2
IntSight Prototype for Mininet + BMv2
bookshelfie/shelfie-micropython
Micropython client for shelfie.
smikhalevski/algomatic
🔢 Various algorithms and math utilities.
stdlib-js/number-int32-base-to-uint32
Convert a signed 32-bit integer to an unsigned 32-bit integer.
stdlib-js/assert-is-prime
Test if a value is a prime number.
stdlib-js/math-base-special-fast-uint32-sqrt
Compute an integer square root.
yellowcake-org/libycresources
Rust library which implements reading resources used in Fallout™.
jtcaovan/Frontend-Interview-Prep
Curated resources to crack the Frontend Interview
jwodder/strtoint
Parse integers from strings, with support for base prefixes
MatusOllah/slicestrconv
strconv for slices
stdlib-js/array-int32
Int32Array.
stdlib-js/array-int8
Int8Array.
stdlib-js/array-uint16
Uint16Array.
stdlib-js/array-uint8
Uint8Array.
stdlib-js/math-base-ops-imul
Perform C-like multiplication of two signed 32-bit integers.
stdlib-js/math-iter-sequences-factorials
Create an iterator which generates a sequence of factorials.
stdlib-js/math-iter-sequences-negative-odd-integers
Create an iterator which generates a sequence of negative odd integers.
stdlib-js/math-iter-sequences-nonnegative-integers
Create an iterator which generates a nonnegative integer sequence.
stdlib-js/math-iter-sequences-nonsquares
Create an iterator which generates a sequence of nonsquares.
stdlib-js/math-iter-sequences-odd-integers
Create an iterator which generates an interleaved sequence of odd integers.
stdlib-js/number-uint16
Utilities for unsigned 16-bit integers.
stdlib-js/number-uint16-base
Base utilities for unsigned 16-bit integers.
stdlib-js/number-uint32
Utilities for unsigned 32-bit integers.
stdlib-js/number-uint32-base
Base utilities for unsigned 32-bit integers.
stdlib-js/number-uint32-base-from-binary-string
Create an unsigned 32-bit integer from a literal bit representation.
stdlib-js/number-uint8-base
Base utilities for unsigned 8-bit integers.
stdlib-js/number-uint8-base-from-binary-string
Create an unsigned 8-bit integer from a literal bit representation.
stdlib-js/random-base-randi
Pseudorandom numbers having integer values.