Found 29 repositories(showing 29)
elixir-nx
Multi-dimensional arrays (tensors) and numerical definitions for Elixir
Qqwy
Well-structured Arrays with fast random-element-access for Elixir, offering a common interface with multiple implementations with varying performance guarantees that can be switched in your configuration.
takscape
An Elixir wrapper library for Erlang's array
shhavel
URI encode nested GET parameters and array values in Elixir
thanos
A Elixir implementation of the Zarr file format providing compressed, chunked, N-dimensional arrays, great for use in parallel computing.
lucaong
An Elixir library to interface with the MLX90640 Far Infrared Thermal Sensor Array.
Provides an `Arrays` implementation for `Aja`'s `Vector` datatype, which is an implementation of a 'Hickey Trie' Vector written in Elixir.
arthurchipdean
Repository for Elixir array form field tutorial
pedromvieira
Transform Elixir Deeply Nested Maps into flat maps or 2 dimensional array. Export any map to CSV, XLSX or JSON.
Wraps Rust's `im::Vector`, an immutable Relaxed-Radix-Balanced Trie-based vector, for usage with the Elixir `Arrays` library
ckampfe
an array-backed vector datatype for Elixir
nicklayb
Library that parses PHP's associative array into Elixir's map.
wfvining
Multi-Dimensional arrays in Elixir
preciz
A matrix library in pure Elixir based on Erlang arrays.
keshihoriuchi
Validation and sanitization library of Elixir for nested objects and arrays
superhawk610
Map and array access notation parsing in Gleam with Elixir bindings.
No description available
PaoloLaurenti
A simple elixir script that flattens arrays
maxnordlund
An array implementaion in Elixir
osdrv
Pure elixir implementation of strictly typed fixed-size arrays
Escandiuzzi
Exercise to handle files (.txt and .csv) and manipulate arrays with Elixir
tmartin8080
A dummy Elixir implementation of Erlang's :array
crisefd
Simple Elixir array-like data structure implemented using Maps
elbow-jason
An Elixir utility lib for treating a map like an ordered array
bbc
Creating an md5 hash of a number, string, array, or hash in Elixir
tajacks
Provides an "Array-like" data structure for fast random access by index, in Elixir
An implementation of the array flatten algorithm in elixir. See the "website" for a slightly different Ruby implementation.
vedik2002
This could be your next open source projects create three functions one to create a array with integer only second to find the subarrays of the given one d array and the given sum and third function talking 2d matrix of integer and giving no of subarrays in ELiXIR
AnilBASARAN
8kyu Count by X Create a function with two arguments that will return an array of the first (n) multiples of (x). Assume both the given number and the number of times to count will be positive numbers greater than 0. Return the results as an array (or list in Python, Haskell or Elixir). Examples: countBy(1,10) === [1,2,3,4,5,6,7,8,9,10] countBy(2,5) === [2,4,6,8,10]
All 29 repositories loaded