Check out this code snippet for creating a local Redis container: it sets the connection string while managing dependencies efficiently. #CodeExample #Redis

Wer noch eine Programmiersprache lernen möchte, sollte sich Cmajor ansehen. Kaum eine andere Sprache hat so überzeugende Code Beispiele zu bieten (läuft alles im Browser). Z.B. "CompuFart"
"CompuFart is a fart sound synthesizer that generates sound by physically modeling wind passing through an asshole."

https://cmajor.dev/docs/Examples/CompuFart/
#opensource #dsp #audio #programming #cmajor #development #codeexample #synthesizer

CompuFart

Documentation for the Cmajor language

Cmajor Documentation
How to Run JavaScript in Python (with an Example)

Discover the multiple ways to execute JavaScript code or files with basic to advanced functionality in the Python program with practical examples.

Linux TLDR

How to write a custom CoreData NSMergePolicy

Documenting Apple's undocumented and unclear code. Last month I encountered my first need for a custom CoreData merge policy and turned to the Apple documentation for guidance. There wasn't much and I was getting a weird crash that made no sense to me.

https://quigs.blog/how-to-write-a-custom-coredata-nsmergepolicy/

How to write a custom CoreData NSMergePolicy

Documenting Apple's undocumented and unclear code. Last month I encountered my first need for a custom CoreData merge policy and turned to the Apple documentation for guidance. There wasn't much and I was getting a weird crash that made no sense to me.

Quigs.blog

Another week, another #CodeExample

I already wrote about how much I like the XML generating capabilities of modern SQL, but most examples come only with one or two levels of depth. What if you want to create deeply nested #XML and #JSON directly from #SQL?

https://developer-sam.de/2023/02/deeply-nested-xml-and-json-with-sql/

#Oracle #Database

Deeply Nested XML and JSON with SQL - Developer Sam

I already wrote about how much I like the XML generating capabilities of modern SQL, but most examples come only with one or two levels of depth. What if you want to create deeply nested XML and JSON directly from SQL?

Developer Sam