Explore tweets tagged as #preprocessor
@gutsOfDarkness8
Mahesh
12 days
Pure C Quine Using Only the Preprocessor – Self-Printing Program (Works on Every C Compiler, 1989–2025): A true quine is a program that prints its own complete source code with no input. The version below uses only the C preprocessor (stringification # and a tiny trick) to
0
2
8
@schnapoon
シュナプーン
1 month
ControlNetを使ってイラストの描き込みを増やす ControlNetの参照にノイズ画像を設定してイラストを生成することで、イラストの描き込みを増やすことが可能 1枚目:通常のプロンプトで生成した画像 2枚目:ControlNet設定画面 参照画像にノイズ画像を設定 Preprocessor: None Model: anytest
1
17
189
@Wareya
ABANDONCULTURE
7 months
cursed C preprocessor knowledge
0
0
0
@Destiny_Okagbuo
Destiny Okagbuo - MITA SCHOOL
3 months
Hypertext Preprocessor -PHP!! #Day125 #webdeveloper #mitaschool
0
0
4
@gutsOfDarkness8
Mahesh
3 months
Preprocessor Directives and Macros: Preprocessor directives and macros enable powerful code manipulation before compilation. Advanced techniques like token pasting (##), stringizing (#), and variadic macros (...) allow dynamic code generation, while conditional compilation with
0
6
62
@tesserato
Carlos
16 days
Vibe-coding a markdown preprocessor for free in a weekend How I vibe-coded a markdown preprocessor over a weekend with only free tools #vibecode https://t.co/BhhxR5c648
0
0
0
@_pi0_
Pooya Parsa 🦋
2 months
Introducing Rendu: JavaScript Hypertext Preprocessor Not just a template engine — Rendu bridges SPA and SSR using modern Web APIs with multi-streaming and async support.
24
17
195
@Sigmabond01
SigmaBond
3 months
Good afternoon (DAY 9) > Project Work > C programming - Strings and manipulation functions, Input and output (printf, scanf, etc), Preprocessor directives - Workouts page navigates to pre-filled log form and LogWorkout page accepts pre-filled state, same with sins page
0
0
12
@SlipperyGem
Brie Wensleydale🧀🐭
1 month
MTV Crafter. A kind of motion transfer / preprocessor ... thing? Again, KJ's got the model up. Its implemented, there is a WIP in the main branch example folder. Don't know when it was done though. https://t.co/KQcc4j6Gau https://t.co/V7ZuwUuQmc
0
0
6
@drJonasBirch
dr. Jonas Birch
3 months
Writing your own C preprocessor https://t.co/rfNJu0VTuK JB #cprogramming #compiler
1
22
200
@sodakeyEatsMush
Saad
5 months
[29/07/25] - Had a bit of a slow start to the day - Officially started my C++ arc - Learned how std::cin and std::cout are buffered - Learned about namespaces and forward declarations - Explored preprocessor directives and macros - Learned about conditional compilation (#ifdef,
2
0
13
@Feoramund
Feoramund
3 months
A viewer said they like this technique, so it's worth sharing. You can make a limited form of namespaces in C by leveraging the preprocessor to write a program that writes your own header files, importing the defines you want and renaming them to something else.
1
0
17
@dopiotrek
Piotrek
3 months
After some issues, I finally got the blog up and running. The blog runs on mdsvex, a markdown preprocessor for Svelte. It lets you write markdown files that behave like Svelte components. Design-wise, I liked the @tailwindcss blog page, so I got some inspo from there.
0
0
0
@TheHybred
𝐇𝐲𝖇𝐫𝖊𝐝 
3 months
My phone keeps auto correcting me & suggesting preprocessor directives during normal conversations lol.
0
0
0
@Lakshya_Dhakare
Lakshya Dhakare
3 months
🔷Day 69: #100DaysOfCode 🔹Started To-Do List project in C++ 📝 🔹Explored preprocessor directives ⚙️ 🔹1 Sigma Web Dev vid & SQL intro 🌐 🔹Solved 2 Medium LeetCode problems 💻 🔹Learnt to handle cross-platform ANSI colors 🎨 #CPP #WebDevelopment #LeetCode #CodingJourney
1
0
18
@zuhaitz_dev
Zuhaitz
29 days
DISCLAIMER: DO NOT USE THIS IN PRODUCTION CODE. Mixing X-macros with nested _Generic leads to polymorphism in C that is O(1) scalable. The dumb preprocessor can achieve things C never imagined. Now, the cost is clear. I can explain this and show the whole implementation, but
@zuhaitz_dev
Zuhaitz
29 days
So... There's a third way to achieve polymorphism in C... Should we talk about this one? I have mixed feelings. It is as beautiful and elegant as it is ugly and vomitive.
13
11
128
@unix_byte
Understanding Linux: The Kernel Perspective
5 months
The book Software Tools by Brian Kernighan and P.J. Plauger, published in 1976, teaches programming principles using Ratfor (Rational Fortran), a preprocessor for Fortran. Its preface reads like a gathering of Unix luminaries 👀
1
19
89
@JoelKatz
David 'JoelKatz' Schwartz
15 days
Any URL will work! (Unless you have an ancient preprocessor.)
@CompSciFact
Computer Science
16 days
The C code below compiles and prints "hello, world".
80
113
934
@chessMan786
Mohit Mishra
5 months
The Preprocessor: Everything You Need to Know and More! In this talk, he talks about the C and C++ preprocessor directives, where the abilities of the preprocessor differ between the two languages, and the modern C++ attempts to replace those directives
1
7
88