Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasschmidt015/buffer_simulator
First assignment for the Database 2 course, consisting of a buffer simulator in C that works with binary files.
https://github.com/lucasschmidt015/buffer_simulator
buffer c databases
Last synced: 19 days ago
JSON representation
First assignment for the Database 2 course, consisting of a buffer simulator in C that works with binary files.
- Host: GitHub
- URL: https://github.com/lucasschmidt015/buffer_simulator
- Owner: lucasschmidt015
- Created: 2024-08-19T23:25:35.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-24T18:02:46.000Z (5 months ago)
- Last Synced: 2024-10-31T09:14:06.638Z (2 months ago)
- Topics: buffer, c, databases
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buffer simulator - Databases II
## Git Repository:
[Buffer_simulator](https://github.com/lucasschmidt015/buffer_simulator)## Compilation
To compile this project, use the following command:
```bash
gcc *.c ./sources/*.c -o main
```## Running the Project
To run the compiled project, use the command below, replacing with the appropriate table name:
```bash
./main
```