🇺🇸: You can listen to the video in English through the video settings panel. With version 5 of Blender the Array modifier has been completely renewed. I analyze it in detail.

https://youtu.be/yF09o_vxi5Q?si=i_mU9web4Wxvn6m7

#blender
#modifiers
#mazhuka
#israelcantillo
#b3d
#tutorial3d
#blendertutorial
#modeling3D
#array

IV Modelado con Modificadores - 55bis Array (Blender 5)

YouTube

How to Create Arrays From Ranges

Array.from with map. No loop. Generate 1-10 instantly.

#javascript #array.from #range #howto

https://www.youtube.com/watch?v=KGSDipEEofY

How to Create Arrays From Ranges #howto

YouTube
Juno

IDE for J programming language

I also added first?, more? and last? as functions defined inside each? for the purposes of being able to format playground output more easily, but also so that "print in a loop" can work more nicely w/o having to use Array's join.

#array: module/extend[
Playground/dump: fn[
Playground .[
you each[
first?[ "/#[ " dump/string ]
dump more?[ ", " dump/string ]
last?[ " ]" dump/string ]
]
]
]
]

^ this is the code that's motivated this batch of changes. Takes me from an awkward "dump array like an object (which honestly kinda sucks)" to "Dump array as it's own literal", which I like quite a bit.

And I like more? as a way to do join-like things.

#StackTalk #yakshaving

How to Stop Array includes From Failing on NaN

indexOf misses NaN but includes finds it.

#javascript #nan #array #bug #howto #search

https://www.youtube.com/watch?v=4T83RCDQs0o

How to Stop Array includes From Failing on NaN #search

YouTube

Долгожданный оператор _Countof

Одно из недооценённых событий уходящего года деревянной змеи - в проекте стандарта языка С появился оператор числа элементов. Как заметил один мудрый товарищ, Алексей Годин, даже полвека ещё не прошло, а наконец, дождались.

https://habr.com/ru/articles/1000228/

#C2Y #C23 #массив #array #c++26

Долгожданный оператор _Countof

"Пять грустных солдат, пять веселых солдат и ефрейтор..." Окуджава Б.Ш., 1961 Содержание Оператор _Countof Этимология названия Реализация Терминология Жизнь до _Countof Идиома количества элементов...

Хабр

Los arrays en Go parecen simples, pero esconden decisiones de diseño importantes. En este artículo te explico cómo se usan y qué debes tener en cuenta al trabajar con ellos.

https://www.lateclaescape.com/post/2026/golang-arrays/

#lateclaesc #Golang #array

Noticed array, the absolute #panoramic #array of reports that I put out?🔦 It's not a big deal as long as you are not deer in the headlights. So back to code for code. In your thinking Let's do example that actually gets to three layers. That's a fractal and then you'll really get that it's worth it.
Coretta Scott King’s Search Into Truth Of MLK Death In The Works From Byron Allen & Ava DuVernay

Coretta Scott King never believed the official version of her husband's assassination, & now Ava DuVernay & Byron Allen want to bring her truth to light

Deadline

Array.fill() Shares Same Reference?!

This is a TRAP! Array.fill() with an object puts the SAME object in every slot. Change one, change ALL! Every element points to the same memory location. This silent mutation will destroy your data!

#javascript #javascripttricks #array.fill #objectreference #mutationbugs #javascriptweird #javascriptquiz #codingchallenge #javascriptshorts #javascriptwtf #referencetypes #advancedjavascript

https://www.youtube.com/watch?v=MaOk-qGi9xw

Array.fill Shares Same Reference?! #codingchallenge

YouTube