Updated 9 months ago

Used-Car-Filter • Science 44%

A repo for ECS 272 Final Project

Updated 9 months ago

array-slice • Science 44%

Return a shallow copy of a portion of an array.

Updated 9 months ago

number-float64-base-ulp-difference • Science 44%

Compute the number of representable double-precision floating-point values that separate two double-precision floating-point numbers along the real number line.

Updated 9 months ago

array-base-for-each • Science 44%

Invoke a callback function once for each array element.

Updated 9 months ago

stats-array-nanmskmax • Science 44%

Calculate the maximum value of an array according to a mask, ignoring NaN values.

Updated 9 months ago

@hugoalh/base16 • Science 44%

An ECMAScript (JavaScript & TypeScript) module for Base16 encode and decode.

Updated 9 months ago

https://github.com/capjamesg/pwa.js • Science 13%

A utility script for turning a web page into a PWA. Not ready for use.

Updated 9 months ago

number-float64-base-assert • Science 44%

Base double-precision floating-point number assert functions.

Updated 9 months ago

@hugoalh/eol • Science 44%

An ECMAScript (JavaScript & TypeScript) module to handle end of line (EOL).

Updated 9 months ago

hotspotter • Science 57%

An incentivized crowdsensing system for the visualization of Wi-Fi and cellular network coverage.

Updated 9 months ago

stats-strided-dsnanmeanpn • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.

Updated 9 months ago

stats-strided-meanors • Science 44%

Calculate the arithmetic mean of a strided array using ordinary recursive summation.

Updated 9 months ago

runtime-info-es • Science 44%

An ECMAScript (JavaScript & TypeScript) module for runtime information.

Updated 9 months ago

stats-base-ztest-one-sample-results-struct-factory • Science 44%

Create a new struct constructor tailored to a specified floating-point data type.

Updated 9 months ago

@stdlib/array-place • Science 44%

Replace elements of an array with provided values according to a provided mask array.

Updated 9 months ago

array-base-count-ifs • Science 44%

Perform element-wise evaluation of one or more input arrays according to provided predicate functions and count the number of elements for which all predicates respectively return `true`.

Updated 9 months ago

array-base-mskfiltern • Science 44%

Apply a mask to one or more provided input arrays in a single pass.

Updated 9 months ago

pmv-ads-2024-1-e3-proj-mov-t6-pmv-ads-2024-1-e3-proj-fitfocus • Science 44%

O projeto Fitfocus trata-se da criação de um aplicativo que facilite o acesso do público a receitas e conhecimentos do mundo nutritivo voltados para aprimorar a qualidade de vida.

Updated 9 months ago

keylog.js • Science 67%

Educational Site to Demonstrate Local Keylogging with JavaScript

Updated 9 months ago

@stdlib/napi-create-complex-like • Science 44%

Create a Node-API value representing a complex number-like object.

Updated 9 months ago

assert-is-same-typed-array-like • Science 44%

Test if two arguments are both typed-array-like object and have the same values.

Updated 9 months ago

array-base-fill • Science 44%

Fill all elements within a portion of an array with a specified value.

Updated 9 months ago

@stdlib/random-array-randu • Science 44%

Create an array containing uniformly distributed pseudorandom numbers between 0 and 1.

Updated 9 months ago

@stdlib/blas-base-matrix-triangle-resolve-enum • Science 44%

Return the enumeration constant associated with a supported BLAS matrix triangle value.

Updated 9 months ago

https://github.com/bblodfon/sudoku-solver • Science 13%

A simple web interface that solves sudoku puzzles using a backtracking algorithm

Updated 9 months ago

https://github.com/bblodfon/game-of-life • Science 13%

A web implementation of John Conway's Game of Life

Updated 9 months ago

https://github.com/club-1/webdav-drive • Science 26%

WebDAV Drive is a file explorer running in a web browser that adds a Google-Drive-like experience to an existing WebDAV share

Updated 9 months ago

ndarray-base-spread-dimensions • Science 44%

Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.

Updated 9 months ago

array-base-mskbinary4d • Science 44%

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

Updated 9 months ago

array-base-mskbinary3d • Science 44%

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

Updated 9 months ago

stats-strided-dmin • Science 44%

Calculate the minimum value of a double-precision floating-point strided array.

Updated 9 months ago

@stdlib/random-array-t • Science 44%

Create an array containing pseudorandom numbers drawn from a Student's t-distribution.

Updated 9 months ago

math-base-special-atanf • Science 44%

Compute the arctangent of a single-precision floating-point number.

Updated 9 months ago

https://github.com/bmascat/code-artifact-openai-realtime • Science 13%

React app to generate and preview frontend components by voice (Realtime API OpenAI). It uses the shadcn and tailwindcss libraries by default.

Updated 9 months ago

@stdlib/utils-every-own-by • Science 44%

Test whether all own properties of an object pass a test implemented by a predicate function.

Updated 9 months ago

@stdlib/array-base-cuany • Science 44%

Cumulatively test whether at least one element in a provided array is truthy.

Updated 9 months ago

stats-strided-dminsorted • Science 44%

Calculate the minimum value of a sorted double-precision floating-point strided array.

Updated 9 months ago

@stdlib/blas-base-layout-resolve-enum • Science 44%

Return the enumeration constant associated with a supported BLAS memory layout value.

Updated 9 months ago

@stdlib/ndarray-base-broadcast-scalar • Science 44%

Broadcast a scalar value to an ndarray to a specified shape.

Updated 9 months ago

math-base-special-cphasef • Science 44%

Compute the argument of a single-precision complex floating-point number in radians.

Updated 9 months ago

@stdlib/array-base-filled2d-by • Science 44%

Create a filled two-dimensional nested array according to a provided callback function.

Updated 9 months ago

@stdlib/ndarray-base-nullary • Science 44%

Apply a nullary function and assign results to elements in an output ndarray.

Updated 9 months ago

math-base-special-secf • Science 44%

Compute the secant of a single-precision floating-point number (in radians).

Updated 9 months ago

@stdlib/napi • Science 44%

C APIs for creating Node-API native add-ons.

Updated 9 months ago

array-base-any-has-own-property • Science 44%

Test whether at least one element in a provided array has a specified own property.

Updated 9 months ago

math-base-special-acotdf • Science 44%

Compute the arccotangent (in degrees) of a single-precision floating-point number.

Updated 9 months ago

https://github.com/cedrickchee/doom-wasm • Science 13%

Porting DOOM to WebAssembly from scratch, without much magic tooling or frameworks (i.e, Emscripten) on our way.

Updated 9 months ago

@stdlib/blas-base-caxpy • Science 44%

Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant and add the result to a single-precision complex floating-point vector.

Updated 9 months ago

math-base-special-modff • Science 44%

Decompose a single-precision floating-point number into integral and fractional parts.

Updated 9 months ago

@stdlib/napi-argv-strided-int8array • Science 44%

Convert a Node-API value representing a strided array to a signed 8-bit integer array.

Updated 9 months ago

math-base-special-nanminf • Science 44%

Return the minimum value of two single-precision floating-point numbers, ignoring NaN.

Updated 9 months ago

stats-strided-snanmeanors • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.

Updated 9 months ago

stats-strided-dsnanmean • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.

Updated 9 months ago

blas-ext-base-ndarray-dcusum • Science 44%

Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray.