An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with dbl

A curated list of projects in awesome lists tagged with dbl .

https://github.com/shipgirlproject/haruna

A RESTful API around Topgg (Discord Bot List) voting webhooks

dbl dbl-vote-webhook discord discord-bot-list discordbot discordbotlist discordbotlist-webhook haruna topgg

Last synced: 13 May 2025

https://github.com/stdlib-js/constants-float64-max-safe-fibonacci

Maximum safe Fibonacci number when stored in double-precision floating-point format.

const constant dbl double fib fibonacci float floating floating-point integer javascript max maximum node node-js nodejs number point safe stdlib

Last synced: 13 Jan 2025

https://github.com/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.

base dbl double float float64 floating-point javascript low node node-js nodejs stdlib type types util utilities utility utils word words

Last synced: 09 Apr 2025

https://github.com/stdlib-js/math-base-special-copysign

Return a double-precision floating-point number with the magnitude of x and the sign of y.

bits copy copysign dbl double float float64 floating-point function ieee754 javascript math mathematics node node-js nodejs number sign special stdlib

Last synced: 04 Mar 2025

https://github.com/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.

apply array base binary dbl double double-precision float64 foreach javascript map ndarray node node-js nodejs stdlib strided transform

Last synced: 18 Feb 2025

https://github.com/stdlib-js/math-base-special-inv

Compute the multiplicative inverse of a double-precision floating-point number.

dbl double double-precision inv inverse javascript math mathematics multiplicative node node-js nodejs number reciprocal stdlib

Last synced: 15 Jan 2025

https://github.com/stdlib-js/number-float64-base-to-binary-string

Return a string giving the literal bit representation of a double-precision floating-point number.

base bin binary bits dbl double float float64 javascript node node-js nodejs number stdlib type types util utilities utility utils

Last synced: 02 Jan 2025

https://github.com/stdlib-js/math-strided-special-dmsktrunc

Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.

array dbl double double-precision float64 float64array integer javascript nearest node node-js nodejs number round stdlib strided trunc truncate value vector

Last synced: 30 Apr 2025

https://github.com/stdlib-js/math-strided-special-ddeg2rad

Convert each element in a double-precision floating-point strided array from degrees to radians.

angle convert dbl degrees double double-precision float64 float64array geometry javascript math mathematics node node-js nodejs radians stdlib trig trigonometry vector

Last synced: 06 May 2025

https://github.com/stdlib-js/math-strided-special-dtrunc

Round each element in a double-precision floating-point strided array toward zero.

array dbl double float64 float64array integer javascript math mathematics nearest node node-js nodejs number round stdlib trunc truncate value vector

Last synced: 08 May 2025

https://github.com/vladfrangu/dblposter

:sparkles: A simple to use status updater for DiscordBotList

dbl discord discord-bot discordbotlist hacktoberfest poster

Last synced: 23 Feb 2025

https://github.com/stdlib-js/math-strided-special-dmskabs2

Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.

abs2 absolute array dbl double double-precision float64 float64array javascript magnitude math mathematics node node-js nodejs square squared stdlib value vector

Last synced: 06 May 2025

https://github.com/stdlib-js/number-float64-base-from-int64-bytes

Convert a signed 64-bit integer byte array to a double-precision floating-point number.

base cast convert dbl double float64 int int64 integer javascript node node-js nodejs stdlib type types util utilities utility utils

Last synced: 13 Apr 2025

https://github.com/stdlib-js/math-strided-special-dinv

Compute the multiplicative inverse for each element in a double-precision floating-point strided array.

array dbl double double-precision float64 float64array inv inverse javascript math mathematics multiplicative node node-js nodejs number reciprocal stdlib strided vector

Last synced: 13 Apr 2025

https://github.com/stdlib-js/math-strided-special-dcbrt-by

Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.

array cube dbl double double-precision float64 float64array javascript math mathematics ndarray node node-js nodejs pow power root stdlib strided vector

Last synced: 02 Apr 2025

https://github.com/stdlib-js/math-strided-special-dmskinv

Compute the multiplicative inverse for each element in a double-precision floating-point strided array according to a strided mask array.

array dbl double double-precision element-wise float64 float64array inv inverse javascript mask multiplicative ndarray node node-js nodejs reciprocal stdlib strided vector

Last synced: 06 May 2025

https://github.com/thedummi/dbl-sdk

A SDK for all Discord Bot List sites (that support it). [WIP]

dbl discord package sdk

Last synced: 07 Apr 2025

https://github.com/stdlib-js/constants-float64-max-safe-lucas

Maximum safe Lucas number when stored in double-precision floating-point format.

const constant dbl double fib fibonacci floating floating-point integer javascript lucas max maximum node node-js nodejs number point safe stdlib

Last synced: 13 Apr 2025

https://github.com/stdlib-js/strided-napi-dmap2

C API for registering a Node-API module exporting a strided array interface for applying a binary callback accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assigning results to elements in a double-precision floating-point strided output array.

addon array binary dbl double double-precision float64 javascript map n-api napi node node-api node-js nodejs stdlib strided transform

Last synced: 14 Mar 2025

https://github.com/stdlib-js/strided-napi-dmskmap

C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assigning results to elements in a double-precision floating-point strided output array.

addon array dbl double double-precision float64 javascript map mask masked missing n-api napi node node-js nodejs stdlib strided transform unary

Last synced: 15 Feb 2025

https://github.com/stdlib-js/number-float64-base-to-int64-bytes

Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.

base cast convert dbl double float64 int int64 integer javascript node node-js nodejs stdlib type types util utilities utility utils

Last synced: 30 Jan 2025

https://github.com/stdlib-js/number-float64-base-get-high-word

Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.

base dbl double float float64 floating-point high javascript node node-js nodejs stdlib type types util utilities utility utils word words

Last synced: 15 Apr 2025

https://github.com/stdlib-js/strided-base-dmskmap

Apply a unary function accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assign each result to an element in a double-precision floating-point strided output array.

apply array base dbl double double-precision float64 foreach javascript map mask masked ndarray node node-js nodejs stdlib strided transform unary

Last synced: 30 Apr 2025

https://github.com/stdlib-js/complex-float64-base-identity

Evaluate the identity function for a double-precision complex floating-point number.

cmplx complex dbl double double-precision float64 identity javascript math mathematics node node-js nodejs stdlib

Last synced: 19 Mar 2025

https://github.com/fb-sean/istopgg.online

Check if your favorite bot list is online or not. With cute cat images

bot botlist dbl list offline online topgg

Last synced: 05 Apr 2025

https://github.com/syedrudro/number-float64-base-identity

Evaluate the identity function for a double-precision floating-point number.

dbl double double-precision float64 identity javascript mathematics nodejs stdlib

Last synced: 22 Mar 2025