dbl
There are 138 repositories under dbl topic.
Top-gg-Community/python-sdk
A simple API wrapper for top.gg written in Python
RandomRhythm/Vendor-Threat-Triage-Lookup
Lookup file hashes, domain names and IP addresses using various vendors to assist with triaging potential threats.
shipgirlproject/Haruna
A RESTful API around Topgg (Discord Bot List) voting webhooks
GodkuHacking/DragonBallLegends
A Complete decompile dump of the mobile game Dragon Ball Legends. and python mods!
Top-gg-Community/ruby-sdk
A ruby library for the top.gg api
14ROVI/topgg-rs
A rust wrapper for the top.gg API.
ashley0143/topgg-ublock-filter
This is the way that i use topgg
stdlib-js/math-base-assert-is-probability
Test if a numeric value is a probability.
coaka/phr
Previous-Hop Routing for VANETs
stdlib-js/constants-float64-ln-two-pi
Natural logarithm of 2π.
stdlib-js/math-base-assert-is-infinite
Test if a double-precision floating-point numeric value is infinite.
stdlib-js/math-base-assert-is-nonpositive-finite
Test if a numeric value is a nonpositive finite number.
stdlib-js/math-base-assert-is-positive-finite
Test if a numeric value is a positive finite number.
stdlib-js/math-base-special-abs2
Compute the squared absolute value of a double-precision floating-point number.
stdlib-js/math-base-special-copysign
Return a double-precision floating-point number with the magnitude of x and the sign of y.
stdlib-js/math-base-special-flipsign
Return a double-precision floating-point number with the magnitude of x and the sign of x*y.
stdlib-js/math-base-special-frexp
Split a double-precision floating-point number into a normalized fraction and an integer power of two.
stdlib-js/math-base-special-hypot
Compute the hypotenuse avoiding overflow and underflow.
stdlib-js/math-base-special-kronecker-delta
Evaluate the Kronecker delta.
stdlib-js/math-base-special-ldexp
Multiply a double-precision floating-point number by an integer power of two.
stdlib-js/math-base-special-modf
Decompose a double-precision floating-point number into integral and fractional parts.
stdlib-js/math-base-special-pdiff
Return the positive difference between `x` and `y`.
stdlib-js/math-base-utils-float64-epsilon-difference
Compute the relative difference of two real numbers in units of double-precision floating-point epsilon.
stdlib-js/math-strided-special-dcbrt
Compute the cube root of each element in a double-precision floating-point strided array.
stdlib-js/math-strided-special-dmskcbrt
Compute the cube root for each element in a double-precision floating-point strided array according to a strided mask array.
stdlib-js/math-strided-special-dmskramp
Evaluate the ramp function for each element in a double-precision floating-point strided array according to a strided mask array.
stdlib-js/number-float64-base-from-binary-string
Create a double-precision floating-point number from a literal bit representation.
stdlib-js/number-float64-base-get-low-word
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
stdlib-js/number-float64-base-normalize
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
stdlib-js/number-float64-base-set-high-word
Set the more significant 32 bits of a double-precision floating-point number.
stdlib-js/number-float64-base-set-low-word
Set the less significant 32 bits of a double-precision floating-point number.
stdlib-js/number-float64-base-to-binary-string
Return a string giving the literal bit representation of a double-precision floating-point number.
stdlib-js/number-float64-base-to-float32
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
stdlib-js/strided-base-dmap2
Apply a binary function accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assign each result to an element in a double-precision floating-point strided output array.
stdlib-js/strided-base-dmskmap2
Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.
stdlib-js/strided-napi-dmskmap2
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to double-precision floating-point strided input arrays according to a strided mask array and assigning results to elements in a double-precision floating-point strided output array.