An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: uint

MatusOllah/slicestrconv

strconv for slices

Language: Go - Size: 10.7 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

gaborinimo/number-int32-base-muldw

Compute the double word product of two signed 32-bit integers.

Language: JavaScript - Size: 153 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

kaatinga/strconv

Fast and low memory consuming uint to string and string to uint converters

Language: Go - Size: 77.1 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-uint8clampedarray

Test if a value is a Uint8ClampedArray.

Language: JavaScript - Size: 447 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/array-uint8c

Uint8ClampedArray.

Language: JavaScript - Size: 763 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-uint32array

Test if a value is a Uint32Array.

Language: JavaScript - Size: 458 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

smikhalevski/algomatic

🔢 Various algorithms and math utilities.

Language: TypeScript - Size: 976 KB - Last synced at: 17 days ago - Pushed at: about 2 months ago - Stars: 4 - Forks: 1

stdlib-js/napi-argv-uint32

Convert a Node-API value to an unsigned 32-bit integer.

Language: C - Size: 198 KB - Last synced at: 20 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/number-float64-base-to-uint32

Convert a double-precision floating-point number to an unsigned 32-bit integer.

Language: JavaScript - Size: 407 KB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/array-uint16

Uint16Array.

Language: JavaScript - Size: 729 KB - Last synced at: 4 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-uint16array

Test if a value is a Uint16Array.

Language: JavaScript - Size: 451 KB - Last synced at: 18 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/array-base-min-unsigned-integer-dtype

Determine the minimum array data type for storing a provided unsigned integer value.

Language: JavaScript - Size: 173 KB - Last synced at: 22 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-base-ops-umuldw

Compute the double word product of two unsigned 32-bit integers.

Language: JavaScript - Size: 527 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/number-uint32-base-mul

Perform C-like multiplication of two unsigned 32-bit integers.

Language: JavaScript - Size: 260 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/math-base-ops-imuldw

Compute the double word product of two signed 32-bit integers.

Language: JavaScript - Size: 720 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-uint8array

Test if a value is a Uint8Array.

Language: JavaScript - Size: 462 KB - Last synced at: about 2 hours ago - Pushed at: 3 months ago - Stars: 2 - Forks: 1

stdlib-js/array-uint8

Uint8Array.

Language: JavaScript - Size: 767 KB - Last synced at: 2 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/array-uint32

Uint32Array.

Language: JavaScript - Size: 721 KB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-base-min-unsigned-integer-dtype

Determine the minimum ndarray data type for storing a provided unsigned integer value.

Language: JavaScript - Size: 178 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

stdlib-js/math-base-ops-umul

Perform C-like multiplication of two unsigned 32-bit integers.

Language: JavaScript - Size: 468 KB - Last synced at: 5 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

natfoam/lib 📦

Rust libraries

Language: Rust - Size: 201 KB - Last synced at: 6 days ago - Pushed at: 8 months ago - Stars: 3 - Forks: 0

abdulmoizhussain/javascript-helpers

Mini helper methods, tips and tricks of JavaScript.

Language: JavaScript - Size: 43 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

ashishdaulatabad/uint

An extended unsigned integer library (256 and 512-bits)

Language: Rust - Size: 204 KB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

nad2000/postgresql-contrib-uint

PostgreSQL unsigned integer type extension

Language: C - Size: 153 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

stdlib-js/math-base-special-uimul 📦

Perform C-like multiplication of two unsigned 32-bit integers.

Language: Makefile - Size: 163 KB - Last synced at: 6 days ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 2

stdlib-js/math-base-special-uimuldw 📦

Compute the double word product of two unsigned 32-bit integers.

Language: Makefile - Size: 158 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-imuldw 📦

Compute the double word product of two signed 32-bit integers.

Language: Makefile - Size: 158 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

goiste/bit_flags

A simple package to store up to 64 boolean flags in one uint field

Language: Go - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

womblee/std-string-to-uint8_t-array

Converts an std::string byte array to an uint8_t byte array.

Language: C++ - Size: 21.5 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

96boards-projects/imu

Inertial Measurement Unit (IMU) demonstration using 96Boards CE

Language: C - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

shmishtopher/wasm-uint

uint utilities for WebAssembly

Language: JavaScript - Size: 4.88 KB - Last synced at: 21 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0