Ecosyste.ms: Repos

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

GitHub topics: unary

stdlib-js/strided-base-smap

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

Language: JavaScript - Size: 351 KB - Last synced: 13 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

alfiankan/grpc-unary-orderservice-medium

implementation grpc unary in NodeJS

Language: JavaScript - Size: 104 KB - Last synced: 14 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

stdlib-js/strided-napi-cmap

C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a single-precision complex floating-point strided input array and assigning results to a single-precision complex floating-point strided output array.

Language: C - Size: 222 KB - Last synced: 13 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-base-cmap

Apply a unary function to a single-precision complex floating-point strided input array and assign results to a single-precision complex floating-point strided output array.

Language: JavaScript - Size: 385 KB - Last synced: 13 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-napi-dmap

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.

Language: C - Size: 190 KB - Last synced: 13 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-base-dmap

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.

Language: JavaScript - Size: 365 KB - Last synced: 13 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

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.

Language: C - Size: 192 KB - Last synced: 13 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

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.

Language: JavaScript - Size: 369 KB - Last synced: 13 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-napi-smap

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

Language: C - Size: 190 KB - Last synced: 13 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-napi-smskmap

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

Language: C - Size: 219 KB - Last synced: 13 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-base-smskmap

Apply a unary function accepting and returning single-precision floating-point numbers to each element in a single-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 single-precision floating-point strided output array.

Language: JavaScript - Size: 1.67 MB - Last synced: 13 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-napi-zmap

C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision complex floating-point strided input array and assigning results to a double-precision complex floating-point strided output array.

Language: C - Size: 222 KB - Last synced: 13 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

alipolatli/grpc-steps

Study of learning gRPC. Includes personal essays and course samples.

Language: C# - Size: 26.4 KB - Last synced: 23 days ago - Pushed: 26 days ago - Stars: 0 - Forks: 0

UmamiAppearance/BaseExJS

A collection of classes for data representation from Base16 (hex) to Base2048 written in JavaScript.

Language: JavaScript - Size: 2.27 MB - Last synced: 5 days ago - Pushed: 10 months ago - Stars: 10 - Forks: 2

sebcod/codingame

codingame

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

Ernst03/Dynamic_Unary

Dynamic Unary Encoding code

Language: C - Size: 5.86 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/ndarray-base-unary

Apply a unary callback to elements in a input ndarray and assign results to elements in an output ndarray.

Language: C - Size: 2.15 MB - Last synced: about 20 hours ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

ashuhatkar/ashulearn-grpc-v8.0.0

The .NET gRPC implementation, HTTP/2 based RPC. Examples of basic gRPC scenarios.

Language: C# - Size: 39.1 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

prosenjitjoy/gRPC-with-TypeScript

Demo project to learn gRPC communication patterns using TypeScript

Language: TypeScript - Size: 0 Bytes - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

stdlib-js/array-base-unarynd

Apply a unary callback to elements in an n-dimensional nested input array and assign results to elements in an n-dimensional nested output array.

Language: JavaScript - Size: 628 KB - Last synced: 13 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-base-mskunary2d

Apply a unary callback to elements in a two-dimensional nested input array according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.

Language: Makefile - Size: 739 KB - Last synced: 13 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-base-unary4d

Apply a unary callback to elements in a four-dimensional nested input array and assign results to elements in a four-dimensional nested output array.

Language: Makefile - Size: 623 KB - Last synced: 14 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-base-unary5d

Apply a unary callback to elements in a five-dimensional nested input array and assign results to elements in a five-dimensional nested output array.

Language: JavaScript - Size: 620 KB - Last synced: 13 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-base-unary3d

Apply a unary callback to elements in a three-dimensional nested input array and assign results to elements in a three-dimensional nested output array.

Language: Makefile - Size: 734 KB - Last synced: 13 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-base-unary2d-by

Apply a unary callback to each element retrieved from a two-dimensional nested input array according to a callback function and assign results to elements in a two-dimensional nested output array.

Language: Makefile - Size: 634 KB - Last synced: 13 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-base-broadcasted-unary2d

Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a two-dimensional nested output array.

Language: Makefile - Size: 228 KB - Last synced: about 19 hours ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-base-broadcasted-unary5d

Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a five-dimensional nested output array.

Language: JavaScript - Size: 839 KB - Last synced: about 20 hours ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-base-broadcasted-unary4d

Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a four-dimensional nested output array.

Language: Makefile - Size: 790 KB - Last synced: about 23 hours ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-base-broadcasted-unary3d

Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a three-dimensional nested output array.

Language: Makefile - Size: 786 KB - Last synced: about 23 hours ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-base-mskunary3d

Apply a unary callback to elements in a three-dimensional nested input array according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.

Language: Makefile - Size: 622 KB - Last synced: 13 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-base-unary2d

Apply a unary callback to elements in a two-dimensional nested input array and assign results to elements in a two-dimensional nested output array.

Language: Makefile - Size: 183 KB - Last synced: 13 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/strided-base-unary-by

Apply a unary function to each element retrieved from a strided input array according to a callback function and assign results to a strided output array.

Language: JavaScript - Size: 819 KB - Last synced: about 21 hours ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-base-unary-by

Apply a unary function to each element retrieved from a input ndarray according to a callback function and assign results to elements in an output ndarray.

Language: JavaScript - Size: 874 KB - Last synced: 14 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

solodecode/pmg-sample

An example of simple service of gRPC, postgreSQL with basic authentication

Language: Go - Size: 71.3 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

Rodri1791/Regions_Argentina

I did a GeoJson file of the regions of Argentina / Hice un GeoJson de las regiones de Argentina

Language: Jupyter Notebook - Size: 318 KB - Last synced: 4 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

K-avi/siasl

small 2d brainfuck-like language implemented with flex/bison!

Language: C - Size: 0 Bytes - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

stdlib-js/math-base-napi-unary

C APIs for registering an N-API module exporting an interface for invoking a unary numerical function.

Language: C - Size: 195 KB - Last synced: 3 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

iunary/grpcly

Golang GRPC examples

Language: Go - Size: 13.7 KB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

stdlib-js/ndarray-base-napi-unary

C API for registering an N-API module exporting an ndarray interface for applying a unary callback to an input ndarray.

Language: Makefile - Size: 108 KB - Last synced: 3 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-tools-unary

Multiple dispatch for unary mathematical functions.

Language: JavaScript - Size: 1.65 MB - Last synced: about 20 hours ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/strided-napi-unary

C API for registering an N-API module exporting a strided array interface for applying a unary callback to an input strided array.

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

stdlib-js/strided-base-unary

Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.

Language: C - Size: 1.7 MB - Last synced: about 21 hours ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

danicaStarR/calculate-unary-quadratic-equations-using-the-formula-method

😇Calculate unary quadratic equations using the formula method.🔯用公式法计算一元二次方程

Language: Java - Size: 2.93 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

MarcosVB/CODEC

Codec with noise treatment application developed as workpaper for my Information Theory university class.

Language: Java - Size: 43 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

stdlib-js/strided-napi-mskunary

C API for registering an N-API module exporting a strided array interface for applying a unary callback to an input strided array according to a mask strided array.

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

stdlib-js/strided-base-mskunary

Apply a unary callback to elements in a strided input array according to elements in a strided mask array and assign results to elements in a strided output array.

Language: C - Size: 1.9 MB - Last synced: about 20 hours ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/strided-base-map-by

Apply a unary function to each element retrieved from a strided input array according to a callback function and assign each result to an element in a strided output array.

Language: JavaScript - Size: 1.53 MB - Last synced: about 21 hours ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0