https://github.com/avivbens/c-programming-uni-portfolio
https://github.com/avivbens/c-programming-uni-portfolio
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/avivbens/c-programming-uni-portfolio
- Owner: Avivbens
- License: mit
- Created: 2024-03-29T13:15:42.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-19T12:13:01.000Z (10 months ago)
- Last Synced: 2025-02-08T02:04:30.060Z (4 months ago)
- Language: C
- Size: 2.31 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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