Projects with this topic
-
Arcana — the modern alternative to make.
Updated -
This repository presents some examples (and templates) for makefiles to compile simple and small projects. It can be a starting point from which to read the makefile documentation (linked in the README)
Updated -
Make targets to manage project tools and common actions to build artifacts needed
Updated -
The s21_matrix project implements a C library for matrix operations, including arithmetic, transformations, and advanced calculations like determinants and inverse matrices. It demonstrates core principles of structural programming and linear algebra essential for computational tasks and graphics programming. The solution is delivered as a static library with comprehensive unit test coverage.
Updated -
The s21_decimal project involves implementing a custom C library for high-precision decimal arithmetic, targeting financial calculations where floating-point errors are unacceptable. The library provides a 128-bit decimal type using a structure of four 32-bit integers, supporting numbers from approximately ±7.9e28 with up to 28 decimal places. Key features include arithmetic operations (add, subtract, multiply, divide), comparisons, conversions to/from int/float, and rounding functions (floor, round, truncate, negate), all designed to minimize rounding errors through bank rounding and precise binary representation. The implementation adheres to structured programming principles, includes comprehensive unit tests, and is delivered as a static library.
Updated -
fake account future simulation
Updated -
X11/Motif GUI tools for interacting with Makefiles.
Updated -
DSFR Demo est un site fullstack inspirèe du système de Design français avec le thème DSFR for Drupal. Ce proet contient un Iac docker-compose, un makefile et un dotenv . Un module génial views_dsfr a été developpé pour gerer le bosstrap en mode DSFR ... fr-col-md-6
Updated -
Adds userscript support to goodwolf (and badwolf) browser via a WebKitGtk plugin
Forked from https://github.com/rliang/ephy-scripts
Updated -
-
-
make it Rain, a talk about Makefiles for LUG
Updated