#standardlibrary
This morning I completed "Tuning Trouble" - Day 6 - Advent of Code 2022 ⭐⭐
To solve today's puzzle I used only a `set` in a for-cycle with `range` 💡
https://github.com/pauloxnet/adventofcode/blob/main/aoc2022/day06.py
Yesterday I completed "Rucksack Reorganization" - Day 3 - Advent of Code 2022 ⭐⭐
To solve yesterday's puzzle I split in half input string with slice, used enumerate and sets.
https://github.com/pauloxnet/adventofcode/blob/main/aoc2022/day03.py
#AdventOfCode #Python #StandardLibrary #Set #Enumerate #TDD
I just completed "Camp Cleanup" - Day 4 - Advent of Code 2022 ⭐⭐
To solve today's puzzle I transformed the input into pairs of sets using range and then the issubset and intersection operators.
https://github.com/pauloxnet/adventofcode/blob/main/aoc2022/day04.py
Pretty Petite Picolibc Powers Processors - Many times when someone tells you that language X is “better” at something they re... - https://hackaday.com/2022/11/14/pretty-petite-picolibc-powers-processors/ #softwaredevelopment #microcontrollers #standardlibrary #newlib #libc
Pretty Petite Picolibc Powers Processors
https://hackaday.com/2022/11/14/pretty-petite-picolibc-powers-processors/
#SoftwareDevelopment #Microcontrollers #standardlibrary #newlib #libc
Linux Standard Library Implementations: X32 can be 10% faster, but musl Libc 40% slower: https://www.youtube.com/watch?v=wq-a8juPFzs #linux #glibc #musl #libc #performance #comparison #standardlibrary #x32
The latest build (2021-07-21) of the GNU GCC C++ standard library documentation is now available on the Strikr project website.
Take a look at the annotated version at
https://strikr.io/engineering/standardlibrary/
We have customized the configuration to extract more detailed information from the classes and represent the information in UML (Unified Modelling Language) format.
Modern C++20 rocks. Have fun !
#gnu #gcc #cplusplus #standardlibrary #isocpp #conmunity #freesoftware #strikr
The Newlib Embedded C Standard Library And How To Use It - When writing code for a new hardware platform, the last thing you want to do is bo... - https://hackaday.com/2021/07/19/the-newlib-embedded-c-standard-library-and-how-to-use-it/ #softwaredevelopment #microcontrollers #hackadaycolumns #microcontroller #standardlibrary #software #newlib