EUNO.NEWS EUNO.NEWS
  • All (20931) +237
  • AI (3154) +13
  • DevOps (932) +6
  • Software (11018) +167
  • IT (5778) +50
  • Education (48)
  • Notice
  • All (20931) +237
    • AI (3154) +13
    • DevOps (932) +6
    • Software (11018) +167
    • IT (5778) +50
    • Education (48)
  • Notice
  • All (20931) +237
  • AI (3154) +13
  • DevOps (932) +6
  • Software (11018) +167
  • IT (5778) +50
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 2 weeks ago · software

    collections Module Added to Standard Library Learning Path

    What's Inside I've just uploaded the collections module materials to my standardlib-datastruct repositoryhttps://github.com/hejhdiss/standardlib-datastruct. Th...

    #python #collections #data structures #standard library #exercises #learning resources
  • 2 weeks ago · software

    Clean Up Your C# Loops: Flattening Nested Collections with LINQ SelectMany

    Introduction Have you ever dealt with a list within a list and found yourself writing messy nested foreach loops just to get to the data? In C, the .SelectMany...

    #C# #LINQ #SelectMany #collections #flattening #.NET #programming #code‑simplification
  • 2 weeks ago · software

    Groovy Collection - Set, List, Map, Range

    Set groovy // Creating a Set def Set1 = 1, 2, 1, 4, 5, 9 as Set Set Set2 = new HashSet'a', 'b', 'c', 'd' // Modifying a Set Set2.add1 Set2.add9 Set2.addAll4, 5...

    #Groovy #collections #set #list #map #range #programming #java #syntax
  • 3 weeks ago · software

    Final vs inmutable en Java: No son lo mismo

    Conceptos clave Final: bloquea la reasignación de la referencia, no el contenido. Puedes seguir manipulando el objeto si es mutable. Inmutable: el objeto no ca...

    #java #final #immutable #collections #programming-best-practices
  • 1 month ago · software

    java 8 (Stream API)

    Features of Stream API - Declarative – Write concise and readable code using functional style. - Lazy Evaluation – Operations are executed only when a terminal...

    #java #java-8 #stream-api #functional-programming #lazy-evaluation #parallel-streams #collections
  • 1 month ago · software

    Master Java ArrayList Methods: A Complete Guide with Examples & Real Use Cases

    What Actually is an ArrayList? Under the hood, an ArrayList still uses an array, but it handles all the resizing logic for you. When it runs out of space, it c...

    #java #arraylist #collections #data-structures #programming-tutorial #dynamic-arrays #software-development
  • 1 month ago · software

    Day 12: Python Programming

    PART-1: LIST – Advanced Concepts List Comprehension - With condition Nested List Comprehension List Slicing Important List Methods Example: python Example...

    #python #collections #list-comprehension #tuple-unpacking #set-operations #dictionary #interview-prep #data-structures
EUNO.NEWS
RSS GitHub © 2026