Browsing Tag
c
21 posts
How Artificial Intelligence (AI) is Used in Various Business Niches
New developments in artificial intelligence are changing business practices, and encouraging companies to rethink how they do business…
UI/UX Design Trends in 2025
The digital atmosphere develops at an extraordinary pace, and UI/UX design trends take the lead position in this…
Survey: C to Rust conversion and corresponding tools
Hello all, We are performing an anonymous survey to understand developers’ perspectives on C to Rust conversion and…
Book: The C Programming Language
This book is often regarded as a classic, sometimes even called the “bible of programming.” It provides an…
lswap (clipboard-translator)
lswap This is a command line tool for fast translating language to language by copying and pasting data…
Roadmap to Learning C Programming
Learning C programming is a thrilling and challenging endeavor, as it is a versatile and powerful language that…
Bitmasks are not so esoteric and impractical after all…
So an overly flashy title from one of my articles six years ago finally bit me in the…
Understanding and Fixing “Object Reference Not Set to an Instance of an Object” in C#
Introduction One of the most common and frustrating errors that C# developers encounter is the infamous Object reference…
Run your program in the kernel space with eBPF
Hi there! Have you heard about eBPF? eBPF is not a new technology, but its usage has been…
Using typedef
typedef is one of things that I can never look back from. Essentially, it allows to alias existing…