multidimensional
Here are 118 public repositories matching this topic...
-
Updated
Jul 21, 2021 - Java
-
Updated
Oct 14, 2020 - Java
-
Updated
Sep 13, 2021 - PHP
-
Updated
Aug 10, 2021 - JavaScript
ArrayPop cannot ReDim when the array is only 1 in length
https://github.com/todar/VBA-Arrays/blob/38e25983daf58ad5ee9c8dbb959d1b54a53ad941/ArrayFunctions.bas#L539-L544
My solution was to check the length and use Erase
when ArrayLength(SourceArray) < 1
If ArrayLength(SourceArray) > 1 Then
ReDim Preserve SourceArray(LBound(SourceArray, 1) To UBound(SourceArray, 1) - 1)
Else
-
Updated
Jun 29, 2021 - Python
-
Updated
Sep 1, 2020 - Python
-
Updated
Jan 9, 2019 - Python
-
Updated
Aug 30, 2021 - Rust
-
Updated
Feb 24, 2020 - Jupyter Notebook
-
Updated
May 31, 2020 - C++
-
Updated
May 28, 2021 - Java
-
Updated
Nov 20, 2017 - R
-
Updated
Dec 4, 2020 - Java
For the 1.0.0 release I refactored the FileStorage classes. The new implementations contain a lot of duplicate code. Refactor these classes to be less redundant.
-
Updated
Jul 28, 2017 - JavaScript
-
Updated
Apr 25, 2018 - Python
-
Updated
Jul 28, 2021 - PowerShell
-
Updated
Jan 8, 2021 - PHP
-
Updated
Sep 16, 2021 - C++
-
Updated
Jun 27, 2017 - JavaScript
-
Updated
Jun 21, 2017 - Ruby
-
Updated
Sep 16, 2021 - JavaScript
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Aug 28, 2020 - Go
-
Updated
Oct 21, 2018 - Python
-
Updated
Apr 9, 2020 - C++
-
Updated
Nov 20, 2020 - Jupyter Notebook
-
Updated
Dec 29, 2019 - Python
Improve this page
Add a description, image, and links to the multidimensional topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multidimensional topic, visit your repo's landing page and select "manage topics."
Hey thanks for the library. Is there any possibility for a C version of this? Then it would be much easier to embed in other languages. A C-wrapper would also be a good compromise.