{"id":20258861,"url":"https://github.com/andreie91/linux-console-apps","last_synced_at":"2026-05-15T12:36:06.273Z","repository":{"id":177727207,"uuid":"649052858","full_name":"AndreiE91/Linux-Console-Apps","owner":"AndreiE91","description":"Various console applications developed for Linux, covering a wide range of topics such as threading, processes, inter-process communication, file operations, synchronization, and more.","archived":false,"fork":false,"pushed_at":"2024-02-09T09:28:52.000Z","size":1144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T23:35:59.850Z","etag":null,"topics":["c","filesystem","fork","inter-process-communication","linux","mutex-synchronisation","pipes","semaphores","shared-memory","sockets","system-calls","threads"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndreiE91.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-06-03T16:13:31.000Z","updated_at":"2024-02-09T09:32:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"c92d2f4a-a9f8-42c4-8cae-6bd0f3a5feb5","html_url":"https://github.com/AndreiE91/Linux-Console-Apps","commit_stats":null,"previous_names":["andreie91/os_labs","andreie91/linux-console-apps"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndreiE91/Linux-Console-Apps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiE91%2FLinux-Console-Apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiE91%2FLinux-Console-Apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiE91%2FLinux-Console-Apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiE91%2FLinux-Console-Apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndreiE91","download_url":"https://codeload.github.com/AndreiE91/Linux-Console-Apps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiE91%2FLinux-Console-Apps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33067472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","filesystem","fork","inter-process-communication","linux","mutex-synchronisation","pipes","semaphores","shared-memory","sockets","system-calls","threads"],"created_at":"2024-11-14T11:11:59.894Z","updated_at":"2026-05-15T12:36:06.258Z","avatar_url":"https://github.com/AndreiE91.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linux Console Apps\n\nWelcome to the Linux Console Apps repository! This collection includes various console applications developed for Linux, covering a wide range of topics such as threading, processes, inter-process communication, file operations, synchronization, and more.\n\n## Getting Started\n\nTo get a local copy of these projects up and running on your machine, simply clone this repository using Git:\n\n```sh\ngit clone https://github.com/AndreiE91/Linux-Console-Apps.git\ncd linux-console-apps\n```\n\n## Directory Structure\n\n- **BoatTransport(Threads)**: Application for simulating boat transport using threads.\n- **CarsStreet(Threads)**: Simulation of cars on a street using threads.\n- **CarTrafficLight(Threads)**: Implementation of a traffic light system for cars using threads.\n- **CheckPrime**: Application to check if a number is prime.\n- **ClientServer(Pipes)**: Client-server communication using pipes.\n- **ClientServer(Sockets)**: Client-server communication using sockets.\n- **ClientServer2(Pipes)**: Another implementation of client-server communication using pipes.\n- **ConcurrentCount(Pipes)**: Concurrent counting using pipes.\n- **ConditionalLock**: Application demonstrating conditional locking mechanisms.\n- **CountAllProcessesPrimitiveWay**: Counting all processes without using any inter-process communication mechanisms.\n- **CreateJoinThreads**: Creation and joining of threads.\n- **CreateNewProcess**: Creation of a new process.\n- **FilePointer**: Application involving file pointer manipulation.\n- **FindFileLineByIndex**: Finding a line in a file by index.\n- **ForkExecutionOrder**: Execution order of forked processes.\n- **GenerateAllSubsets**: Generation of all subsets of a set.\n- **LinuxFileOperations**: Various file operations in Linux.\n- **LoadAndExecute**: Loading and executing a program.\n- **MoleculeSimulation(Semaphores)**: Simulation of molecules using semaphores.\n- **OpenWriteFile**: Opening and writing to a file.\n- **ParentChildExecution**: Execution of parent and child processes.\n- **Pipes**: Basic pipe communication between processes.\n- **PracticeProblems(All topics)**: Collection of practice problems covering all topics.\n- **ProcessClientServer**: Process-based client-server communication.\n- **ProcessTree**: Representation of the process tree.\n- **RoomLightController(Threads)**: Simulation of a room light controller using threads.\n- **SearchNameFileTree**: Searching for a name in a file tree.\n- **Semaphores**: Applications demonstrating semaphore usage.\n- **SetOperations**: Operations on sets.\n- **SharedMemoryApplications**: Applications utilizing shared memory.\n- **StudentStructManager**: Management of student structures.\n- **SumPrimeNumbers**: Summation of prime numbers.\n- **ThreadCriticalRegion**: Implementation of thread critical regions.\n- **ThreadSignals**: Handling signals in threads.\n\n## Contributing\n\nContributions are welcome! Feel free to fork this repository, make changes, and submit pull requests.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreie91%2Flinux-console-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreie91%2Flinux-console-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreie91%2Flinux-console-apps/lists"}