Explore tweets tagged as #preprocessor
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
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
ControlNetを使ってイラストの描き込みを増やす ControlNetの参照にノイズ画像を設定してイラストを生成することで、イラストの描き込みを増やすことが可能 1枚目:通常のプロンプトで生成した画像 2枚目:ControlNet設定画面 参照画像にノイズ画像を設定 Preprocessor: None Model: anytest
1
17
189
Building a Drupal 11 site with Radix using SDC for an upcoming live stream. I'm creating components rather than scattering markup across views, blocks, and fields. This approach reduces preprocessor code, I simply pass Twig variables to SDC props/slots.
1
0
3
0
0
4
0
0
0
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
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
129
In the C programming language, certain character sequences are treated as single characters by the preprocessor and/or compiler. Check out Mini-post: Digraphs and Trigraphs by William Woodruff for more info. https://t.co/shR315cPJr
0
9
67
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
Any URL will work! (Unless you have an ancient preprocessor.)
80
113
934
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
LightsOut uses diffusion outpainting to recover off-frame light sources, improving lens flare removal as a plug-and-play preprocessor. Probably useful for driving, robotics, and traffic cameras; not for real-time or pipelines that ban generative edits.
1
0
0
[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
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
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
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
1
22
200