GitHub

https://github.com

Updated 10 months ago

@stdlib/strided-napi-dmap • Rank 4.5 • Science 44%

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 and assigning results to elements in a double-precision floating-point strided output array.

Updated 10 months ago

system-quality-attributes • Rank 4.5 • Science 44%

System Quality Attributes (SQAs), Cross-Functional Constraints (CFCs). Non-Functional Requirements (NFRs), Cross-Cutting Concerns (CCCs).

Updated 10 months ago

gdmc_http_interface • Rank 4.5 • Science 44%

Minecraft mod that implements an HTTP interface for reading and writing blocks (and more) by an external program or script. Intended for use in the GDMC competition.

Updated 10 months ago

odinrunes • Rank 4.5 • Science 44%

Odin Runes, a java-based GPT client, facilitates interaction with your preferred GPT model right through your favorite text editor. There is more: It also facilitates prompt-engineering by extracting context from diverse sources using technologies such as OCR, enhancing overall productivity and saving costs.

Updated 10 months ago

geocompjl • Rank 4.5 • Science 44%

Geocomputation with Julia: an open source book

Updated 10 months ago

@stdlib/iter-for-each • Rank 4.5 • Science 44%

Create an iterator which invokes a function for each iterated value before returning the iterated value.

Updated 10 months ago

@stdlib/error-tools-id2msg • Rank 4.5 • Science 44%

Return an error message corresponding to a provided two-character error identifier.

Updated 10 months ago

@stdlib/strided-base-dmap • Rank 4.5 • Science 44%

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

Updated 10 months ago

@stdlib/blas-ext-base-dnanasumors • Rank 4.5 • Science 44%

Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.

Updated 10 months ago

@stdlib/math-strided-special-sabs2 • Rank 4.5 • Science 44%

Compute the squared absolute value for each element in a single-precision floating-point strided array.

Updated 10 months ago

hypercontagion • Rank 4.4 • Science 44%

Library for epidemics on hypergraphs

Updated 10 months ago

@stdlib/utils-try-catch • Rank 4.4 • Science 44%

If a function does not throw, return the function return value; otherwise, return `y`.

Updated 10 months ago

symmetry-cli • Rank 4.4 • Science 44%

The client for the Symmetry peer-to-peer inference network. Enabling users to connect with each other, share computational resources, and collect valuable machine learning data.

Updated 10 months ago

sqliteimport • Rank 4.4 • Science 44%

Import Python code from sqlite databases

Updated 10 months ago

@stdlib/math-strided-special-dmskcbrt • Rank 4.4 • Science 44%

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

Updated 10 months ago

@stdlib/math-strided-special-acoth-by • Rank 4.4 • Science 44%

Compute the inverse hyperbolic cotangent of each element retrieved from an input strided array via a callback function.

Updated 10 months ago

roadmap • Rank 4.4 • Science 44%

Planning and roadmap for future Ecosyste.ms development

Updated 10 months ago

foundry-sample-scalable-rtr • Rank 4.4 • Science 44%

Scalable RTR sample Foundry app

Updated 10 months ago

destine_esa_gfts • Rank 4.4 • Science 44%

Global Fish Tracking Service - DestinE DESP Use Case

Updated 10 months ago

@stdlib/number-float32-base-signbit • Rank 4.4 • Science 44%

Return a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).

Updated 10 months ago

@stdlib/time-iso-weeks-in-year • Rank 4.4 • Science 44%

Determine the number of ISO weeks in a year according to the Gregorian calendar.

Updated 10 months ago

wolfsoftware.github-extractor • Rank 4.4 • Science 44%

Extract various information from the GitHub API.

Updated 10 months ago

quick-torch • Rank 4.4 • Science 44%

Library that provides a QuickDraw dataset using the Pytorch API.

Updated 10 months ago

@stdlib/strided-base-unary-addon-dispatch • Rank 4.4 • Science 44%

Dispatch to a native add-on applying a unary function to an input strided array.

Updated 10 months ago

@stdlib/constants-float16-eps • Rank 4.4 • Science 44%

Difference between one and the smallest value greater than one that can be represented as a half-precision floating-point number.

Updated 10 months ago

vs.xml • Rank 4.4 • Science 44%

Special-purpose standalone XML parser, tree builder, and query engine for modern C++

Updated 10 months ago

@stdlib/blas-ext-base-sfill • Rank 4.4 • Science 44%

Fill a single-precision floating-point strided array with a specified scalar constant.

Updated 10 months ago

@stdlib/math-base-special-ceil10 • Rank 4.4 • Science 44%

Round a numeric value to the nearest power of 10 toward positive infinity.

Updated 10 months ago

@stdlib/datasets-cdc-nchs-us-births-1994-2003 • Rank 4.4 • Science 44%

US birth data from 1994 to 2003, as provided by the Center for Disease Control and Prevention's National Center for Health Statistics.

Updated 10 months ago

@stdlib/utils-filter-arguments • Rank 4.4 • Science 44%

Create a function that invokes a provided function according to a predicate function.