Compact Representations for Arrays in Lua [pdf]
https://sol.sbc.org.br/index.php/sblp/article/view/30252/30059
#HackerNews #CompactRepresentations #Lua #Arrays #PDF #HackerNews
Compact Representations for Arrays in Lua [pdf]
https://sol.sbc.org.br/index.php/sblp/article/view/30252/30059
#HackerNews #CompactRepresentations #Lua #Arrays #PDF #HackerNews
Difference Between [ ] and { } in JSON ! 🇺🇸
🔎Zoom: https://comunidad.nubecolectiva.com/flyer/difference-between-and-in-json
Diferencia Entre [ ] y { } en JSON ! 🇪🇸
🔎Zoom: https://comunidad.nubecolectiva.com/flyer/diferencia-entre-y-en-json
#programming #coding #programación #webdevelopment #devs #softwaredevelopment #json #arrays #objetos
TC39 Advances “Array.fromAsync”, “Error.isError”, and Explicit Resource Management to Stage 4, by @sarahgooding (@SocketSecurity):
Default Values of Arrays and Referencing Arrays in C# Tip #45 - This explanation covers default values in arrays. For integers, default is 0; for strings, it's null. It also demonstrates how arrays are reference types—assigning one array to another copies the reference, not the data. Modifying one affects the other. #Arrays #DefaultValues #NullCoalescing #CSharpBasics #ProgrammingConcepts #ReferenceTypes #CodingTips #DotNet #LearnToCode
How to resize array quickly with one line of code in C# Tip #44 In C#, you can resize an array using Array.Resize(ref array, newSize) to avoid manually creating and copying a new array. It's efficient, retains the original name, and allows quick access via indexing.
#CSharp #arrays #CodingTips #performance
How JavaScript’s “at()” Method Makes Array Indexing Easier, by (not found on Mastodon or Bluesky):
https://allthingssmitty.com/2025/05/19/how-javascript-at-method-makes-array-indexing-easier/
Today's article went back to #Linux I tried my best to write about #Arrays and to provide some simple practical examples.
If you want to read more then just follow this link -> https://www.spsanderson.com/steveondata/posts/2025-05-16/
Today's Title: Arrays in Linux: A Complete Guide for Beginners
Happy Coding 🚀
Today's article went back to #Linux I tried my best to write about #Arrays and to provide some simple practical examples.
If you want to read more then just follow this link -> https://www.spsanderson.com/steveondata/posts/2025-05-16/
Today's Title: Arrays in Linux: A Complete Guide for Beginners
Happy Coding 🚀
Implementing a Struct of Arrays
https://brevzin.github.io/c++/2025/05/02/soa/
#HackerNews #Implementing #a #Struct #of #Arrays #C++ #Programming #DataStructures #PerformanceOptimization
Float16Array in JavaScript, by @trevorlasn.bsky.social:
Some Features That Every JavaScript Developer Should Know in 2025, by (not found on Mastodon or Bluesky):
https://waspdev.com/articles/2025-04-06/features-that-every-js-developer-must-know-in-2025
Hold your horses, #JavaScript wizards of 2025! Apparently, the 'revolutionary' concept of #efficient array transformations is still a #groundbreaking #discovery. 🚀💡 Next, we might learn that #electric #cars don't need horseshoes! 🐴🔧
https://waspdev.com/articles/2025-04-06/features-that-every-js-developer-must-know-in-2025 #arrays #innovation #HackerNews #ngated
Mistakes and cool things to do with arena allocators
https://zylinski.se/posts/dynamic-arrays-and-arenas/
#HackerNews #Mistakes #arena #allocators #dynamic #arrays #programming #tips
I would claim that I'm *very* experienced with #programming in #C. But still, C gets annoyingly weird when it comes to #pointers *to* #arrays.
Does the following code look sober to you? 🤔 (My compiler doesn't complain)
Especially interested in the highlighted line, but also the block above trying to expand the array ...
Context: I started work on a generic/configurable rate-limiter to add to #swad.
📚 Arrays in C: Your first step into data structures! Learn how to store and manage multiple values efficiently.
With beginner-friendly examples! ✨
#C #CProgramming #Blog #Programming #CProg #Arrays
Read more here: https://www.spsanderson.com/steveondata/posts/2025-03-12/
📚 Arrays in C: Your first step into data structures! Learn how to store and manage multiple values efficiently.
With beginner-friendly examples! ✨
#C #CProgramming #Blog #Programming #CProg #Arrays
Read more here: https://www.spsanderson.com/steveondata/posts/2025-03-12/
Identify Numpy Universal Functions! #pythonprogramming #dataengineering #softwareengineering #python #datascience #numypy #arrays #machinelearning #dataanalytics #coding
Numpy Vector vs Loop on Array Speed #pythonprogramming #dataengineering #softwareengineering #python #datascience #numypy #arrays #machinelearning #dataanalytics #coding #dataanalysis
Vectorized Universal Function Syntax Vs List Comprehension Operation #dataengineering #softwareengineering #pythonprogramming #datascience #python #dataanalytics #numypy #arrays #machinelearning #coding #pythoncode
Numpy Where Function vs Boolean Indexing #softwareengineering #dataengineering #pythonprogramming #datascience #python #dataanalytics #numypy #arrays #machinelearning #coding #dataanalysis