EN

teamOS Bare Metal x86 Kernel

I am building an independent hobby kernel from scratch using C and NASM assembly. The project is built to run entirely inside a web browser tab using …

osdevcassembly
Dev.to
RU

[Перевод] Автоматизация SBOM в большом legacy-проекте: опыт LibreOffice и Collabora Online

Вот уже более 20 лет проходит масштабная конференция разработчиков свободного и открытого ПО – FOSDEM. Для CodeScoring она примечательна тем, что с 20…

sbomfosdemlibreofficecollabora onlineopen sourceкомпозиционный анализspdxcc++sca
Habr
EN

Why C is still dominates C++?

Why C Is Still the GOAT (And Why People Like Me End Up Hating C++) Disclaimer: This is a personal opinion from a developer who enjoys simple tools, si…

clearning
Dev.to
EN

Symbolic Constant Conundrum

Introduction A symbolic constant in any programming language is a name — a symbol — that can be used to stand in for a constant — a literal value. Pro…

ccpp
Dev.to
EN

JavaC

Normally languages like C and C++ compile their code directly into machine code to be executed by the machine. This machine code is specific to the ma…

javabeginnerscompilingc
Dev.to