847 skills found · Page 1 of 29
jflaherty / Ptrtut13A TUTORIAL ON POINTERS AND ARRAYS IN C
pydata / BottleneckFast NumPy array functions written in C
hankcs / AhoCorasickDoubleArrayTrieAn extremely fast implementation of Aho Corasick algorithm based on Double Array Trie.
eteran / C VectorA dynamic array implementation in C similar to the one found in standard C++
cmilr / Unity2D ComponentsA constantly evolving array of Unity C# components for 2D games, including classes for pixel art cameras, events & messaging, saving & loading game data, collision handlers, object pools, and more.
SciSharp / Pandas.NETPandas port for C# and F#, data analysis tool, process multi-dim array in DataFrame.
justinstenning / SharedMemoryC# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)
p-ranav / AlpacaSerialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code
tc39 / Proposal Change Array By CopyProvides additional methods on Array.prototype and TypedArray.prototype to enable changes on the array by returning a new copy of it with the change.
rxi / VecA type-safe dynamic array implementation for C
blitzpp / BlitzBlitz++ Multi-Dimensional Array Library for C++
thomasbachem / Php Short Array Syntax ConverterCommand-line script to convert PHP's array() syntax to PHP 5.4's short array syntax []
ramsey / Array ColumnProvides functionality for array_column() to projects using PHP earlier than version 5.5.
SciML / ComponentArrays.jlArrays with arbitrarily nested named components.
elado / JastorAuto translates NSDictionary to instances of Objective-C classes, supporting nested types and arrays
mkirchner / HamtA hash array-mapped trie implementation in C
aterrien / Forp PHP ProfilerA PHP profiler written in C. forp is a lightweight PHP extension which provides the full call stack of your script, with CPU and memory usage, in a plain PHP Array or JSON output.
xtensor-stack / XframeC++ multi-dimensional labeled arrays and dataframe based on xtensor
JuliaGPU / CuArrays.jlA Curious Cumulation of CUDA Cuisine
bitbank2 / Image To CConvert image files into C arrays of uint8_t for compiling into your project