An open API service indexing awesome lists of open source software.

https://github.com/avivbens/c-programming-uni-portfolio


https://github.com/avivbens/c-programming-uni-portfolio

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# ANSI C Programming Portfolios

All code in this repository is written in ANSI C (C90) programming language. The code is compiled using the GCC compiler.

CI actions would check the code in `windows-2019` environment, for every PR and push to the `master` branch.

## Description

This repository contains the following projects:

- [my_add](./projects/task1/my_add/README.md) - Add two numbers in binary form
- [my_suffix](./projects/task1/my_suffix/README.md) - Search for matched suffixes in a string based on a given character
- [partial-sums](./projects/task2/README.md) - Calculate partial sums by index of an array of doubles
- [C Assembler](./projects/c-assembler/README.md) - A simple assembler written in C

## Introduction

See contribution guidelines [here](CONTRIBUTING.md).

## Project Configuration

This project is maintained using the following tools:

- [Nx](https://nx.dev) - Extensible Dev Tools for Monorepos
- [GCC](https://gcc.gnu.org) - GNU Compiler Collection
- [Makefile](https://www.gnu.org/software/make) - GNU Make