home.social

Search

1000 results for “array”

  1. dynamic array in PreScheme

    prescheme from scheme48 source in ps-compiler directory, not from restoration prescheme

    #lisp #scheme #prescheme

  2. "An array of man-made #satellites beam sunlight down to Earth. An artificial constellation of thousands of satellites illuminates the night sky. These scenarios might sound like science fiction. But between SpaceX’s plans to launch 1 million satellites as part of its satellite-based internet network #Starlink, and Reflect Orbital’s sunlight reflecting space mirrors, private companies could change the way our night sky looks."

    news.northeastern.edu/2026/03/

    #Space #SpaceEnvironment

  3. Added array and dictionary support for the in-app inspector.

    Todo 1: add,remove of elements in an array or dictionary. Build an add dialog for the element type selection.

    Todo 2: Add support for nested Resource objects for inspection.

    #godot #gdscript #godottool

  4. Javascript Array Methods for Learners - Part V

    Below you will find quick flashcards for JavaScript array methods.

    #javascript #code #snippets #note #programming

  5. Javascript Array Methods for Learners - Part IV

    Below you will find quick flashcards for JavaScript array methods.

    #javascript #programming #snippets #code #note

  6. Javascript Array Methods For Learners - Part III

    Below you will find quick flashcards for JavaScript array methods.

    #javascript #programming #snippets #code #note

  7. Javascript Array Methods for Learners - Part II

    Below you will find quick flashcards for JavaScript array methods.

    #javascript #snippets #programming #notes #code

  8. Javascript Array Methods For Learners - Part I

    While compiling my JavaScript notes, I decided to share these ready-made code snippets visually as well.Below you will find quick flashcards for JavaScript array methods.

    #javascript #snippets #code #learn #programming #notes

  9. CW: #uspol ?'s : Who f?!$@s up the mail?!?

    diss_array.trade.policies.of.choice.rnc

    #midterms #uspol #rnc #TradeWars

  10. This array is built on the three large masts, covering 10m through 80m each. That layout is repeated 3 times, for Digital modes, phone modes and CW (Morse code). The array is roughly 500 feet long.

    6m, plus the VHF and UHF antennas, plus the vertical used for GOTA are within this zone. A long wire is strung around for 160m.

    We were able to cover 1.2 GHz to 160M in several modes.

    #2025FieldDay #CVARC #ConejoValleyAmateurRadioClub #hamradio

  11. This array is built on the three large masts, covering 10m through 80m each. That layout is repeated 3 times, for Digital modes, phone modes and CW (Morse code). The array is roughly 500 feet long.

    6m, plus the VHF and UHF antennas, plus the vertical used for GOTA are within this zone. A long wire is strung around for 160m.

    We were able to cover 1.2 GHz to 160M in several modes.

    #2025FieldDay #CVARC #ConejoValleyAmateurRadioClub #hamradio

  12. This array is built on the three large masts, covering 10m through 80m each. That layout is repeated 3 times, for Digital modes, phone modes and CW (Morse code). The array is roughly 500 feet long.

    6m, plus the VHF and UHF antennas, plus the vertical used for GOTA are within this zone. A long wire is strung around for 160m.

    We were able to cover 1.2 GHz to 160M in several modes.

    #2025FieldDay #CVARC #ConejoValleyAmateurRadioClub #hamradio

  13. This array is built on the three large masts, covering 10m through 80m each. That layout is repeated 3 times, for Digital modes, phone modes and CW (Morse code). The array is roughly 500 feet long.

    6m, plus the VHF and UHF antennas, plus the vertical used for GOTA are within this zone. A long wire is strung around for 160m.

    We were able to cover 1.2 GHz to 160M in several modes.

    #2025FieldDay #CVARC #ConejoValleyAmateurRadioClub #hamradio

  14. This array is built on the three large masts, covering 10m through 80m each. That layout is repeated 3 times, for Digital modes, phone modes and CW (Morse code). The array is roughly 500 feet long.

    6m, plus the VHF and UHF antennas, plus the vertical used for GOTA are within this zone. A long wire is strung around for 160m.

    We were able to cover 1.2 GHz to 160M in several modes.

    #2025FieldDay #CVARC #ConejoValleyAmateurRadioClub #hamradio

  15. 📚 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: www.spsanderson.com/steveondata/...

  16. array subsetting syntax: A Modest Proposal

    x[, 1] always retains dimensions
    x[[ ,1]] reduces dimensionality by 1
    x[[[ ,1]]] returns a vector

    en.wikipedia.org/wiki/A_Modest