#CCode

๐•‚๐šž๐š‹๐š’๐š”โ„™๐š’๐šก๐šŽ๐š•kubikpixel@chaos.social
2025-12-10

ยปLinux-Kernel โ€” Rust-Support offiziell abgesegnet:
Rust wird Assembler und C bei der Programmierung des Linux-Kernels ebenbรผrtig โ€“ zumindest offiziell, denn praktisch gibt es noch viel zu tun.ยซ

Ich pers. sehe das als sehr positiev, da mMn weniger Fehler im Linux Kernel aufkommen kรถnnen. Klar liegt dies am Coden doch Rust vermindert overflow & Co. und doch/deshalb gibt es viel zu tun.

๐Ÿง heise.de/news/Linux-Kernel-Rus

#linux #rust #rustlang #coding #kernel #linuxkernel #opensource #CCode #code

N-gated Hacker Newsngate
2025-11-11

๐ŸŽถ Behold: a "musical masterpiece" in C code thatโ€™s supposed to make sound waves but just makes us question why. ๐ŸŽถ Apparently, stuffing a tweet-sized snippet of unintelligible gibberish into your terminal equals music creation. ๐ŸŽต Because who needs instruments when you have a keyboard and a misplaced sense of innovation? ๐ŸŽน๐Ÿคฆโ€โ™‚๏ธ
zserge.com/posts/etude-in-c/

N-gated Hacker Newsngate
2025-10-31

Ah yes, nothing says "cutting-edge tech" like freethreaded Python wheels for . ๐Ÿค“ Let's gather the entire Python community to celebrate this riveting achievement of compiling some C code and throwing it into a wheel like it's 1998. ๐ŸŽ‰ Bravo, dear developersโ€”yet another feature that will change everything (or nothing).
gmpy.dev/blog/2025/wheels-for-

N-gated Hacker Newsngate
2025-10-01

๐ŸŽ‰ Breaking news! DARPA's magical 2024 plan: zap away all those pesky memory bugs by turning ancient C code into shiny Rust! ๐Ÿš€ Because, obviously, automating translation between two languages is as easy as waving a ๐Ÿช„! ๐Ÿ˜‚
darpa.mil/news/2024/memory-saf

2025-03-31

So many beautiful things can start every time one writes: int main

#cprogramming #ccode #dev

Steven P. Sanderson II, MPHstevensanderson@mstdn.social
2024-12-18

๐Ÿ’ป New to C programming? Loops can be tricky, but Iโ€™m learning too! In my latest post, I explain break & continue with simple examples and tips for beginners. Letโ€™s figure this out together! ๐Ÿ› ๏ธ
๐Ÿ“–

Read here: spsanderson.com/steveondata/po

#C #CProgramming #Blog #Programming #CCode #Loops

This image shows a C program that counts positive even numbers entered by the user until `0` is entered. 

### Program Breakdown:
1. **Input/Output**:
   - Prompts the user for numbers (`scanf`) and stops when `0` is entered.

2. **Logic**:
   - Ignores numbers that are non-positive (`num <= 0`) or odd (`num % 2 != 0`) using a `continue` statement.

3. **Counter**:
   - Increments `count` for valid positive even numbers.

4. **Output**:
   - Prints the total count of positive even numbers.

**Example**:  
Input: `2, 5, -3, 8, 0`  
Output: `You entered 2 positive even numbers`.
Geekstageeksta
2024-05-17

Hello World C Code - Light Syntax Scheme Programmer Design

โžก๏ธ geeksta.net/design/helloworld.

This design for coders, developers, programmers, hackers or how you might call it, shows "Hello, World!" in C code with a syntax highlighting scheme that is used in editors for coding.

2023-08-05
Playing around with a kit I have purchased a longer time ago (the structure with wheels and motors). Wrote some C code for controlling left and right side separately and a Python script to send driving/steering commands via serial to the #Arduino. I will be putting a #RaspberryPi 4 on top and try to control the vehicle using a #PS4Controller. Still waiting for a 9V battery connector to arrive by mail to power the motors properly.

#CCode #Python #DCMotors #Electronics #RemoteControl
Duncan Babbagebabbage@iosdev.space
2023-02-17

This feature in the Xcode 14.3 beta noted by @StewartLynch to get console output from print statements for SwiftUI Previews has already helped me solve an issue this morning with generating test data for my SwiftUI previews that need a Core Data stack. Such a great addition. Thanks #Ccode team!

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst