{"id":15720865,"url":"https://github.com/kauahensilva/c_app_list_enc","last_synced_at":"2026-01-04T19:34:24.446Z","repository":{"id":240438153,"uuid":"802633296","full_name":"KauaHenSilva/c_app_list_enc","owner":"KauaHenSilva","description":"This project is a simple application that demonstrates the use of linked lists in C. The application was developed using the GTK library for the graphical interface. The application allows the user to create a linked list, where the user can add and remove elements.","archived":false,"fork":false,"pushed_at":"2024-05-31T20:13:18.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T00:46:38.423Z","etag":null,"topics":["c","gtk3","linked-list"],"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/KauaHenSilva.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,"publiccode":null,"codemeta":null}},"created_at":"2024-05-18T20:45:20.000Z","updated_at":"2025-01-18T20:18:16.000Z","dependencies_parsed_at":"2024-05-31T17:48:34.979Z","dependency_job_id":"0f030b7c-6f79-4a83-be39-e53dc243175c","html_url":"https://github.com/KauaHenSilva/c_app_list_enc","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.2727272727272727,"last_synced_commit":"b5354156e4f48284d9d0583e316be77785c57d84"},"previous_names":["kauahensilva/c_grap_list_enc","kauahensilva/c_app_list_enc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KauaHenSilva%2Fc_app_list_enc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KauaHenSilva%2Fc_app_list_enc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KauaHenSilva%2Fc_app_list_enc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KauaHenSilva%2Fc_app_list_enc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KauaHenSilva","download_url":"https://codeload.github.com/KauaHenSilva/c_app_list_enc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245147463,"owners_count":20568509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","gtk3","linked-list"],"created_at":"2024-10-03T22:00:41.697Z","updated_at":"2026-01-04T19:34:24.396Z","avatar_url":"https://github.com/KauaHenSilva.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linked List and Graph in C\n\nThis project is a simple application that demonstrates the use of linked lists in C. The application was developed using the GTK library for the graphical interface. The application allows the user to create a linked list, where the user can add and remove elements.\n\n## 🚀 Getting Started\n\nFollow the instructions below to have the project running locally.\n\n## ❤️ Contribution\n\nContributions are welcome! To contribute, favorite the project and give your opinion about it!\n\n## 🐬 Improve the Project.\n\nHelp improve the project! Fork it and develop your creativity!\n\n\u003ehttps://github.com/KauaHenSilva/c_grap_list_enc\n\n\n## 📋 Prerequisites (Installation Docker) (Linux)\n\nThe project was developed in the Ubuntu environment, so the commands may vary according to the operating system. The project uses the following dependencies: \n\n### Docker\n  \n  ```bash\n  sudo apt-get -y install docker\n  ```\n\n## 📦 Installation with Docker (Linux)\n\n1. **Clone this repository:**\n\n  ```bash\n  git clone https://github.com/KauaHenSilva/c_app_list_enc\n  ```\n\n2. **Navigate to the project directory:**\n\n  ```bash\n  cd c_app_list_enc\n  ```\n3. **Build:**\n\n  ```bash\n  sudo docker build -t c_app_list_enc .\n  ```\n\n4. **Run:**\n\n  ```bash\n  sudo docker run -it --rm --env DISPLAY=$DISPLAY --env XAUTHORITY=$XAUTHORITY --volume /tmp/.X11-unix:/tmp/.X11-unix c_app_list_enc\n  ```\n\n## 📋 Prerequisites (Installation Local) (Linux)\n\nThe project was developed in the Ubuntu environment, so the commands may vary according to the operating system. The project uses the following dependencies: \n\n### GCC \n\n  ```bash\n  sudo apt install build-essential\n  ```\n\n### Meson \n\n  ```bash\n  sudo apt-get -y install meson \n  ```\n\n### Ninja \n\n  ```bash\n  sudo apt-get -y install ninja-build\n  ```\n\n### GTK \n\n  ```bash\n  sudo apt-get -y install libgtk-3-dev\n  ```\n\n## 📦 Local Installation  (Linux)\nTo install the project locally, follow the steps below:\n\n1. **Clone this repository:**\n\n  ```bash\n  git clone https://github.com/KauaHenSilva/c_app_list_enc\n  ```\n2. **Navigate to the project directory:**\n\n  ```bash\n  cd c_app_list_enc\n  ```\n3. **setup:**\n\n  ```bash\n  meson setup builddir\n  ```\n4. **build:**\n\n  ```bash\n  ninja -C builddir\n  ```\n\n5. **run:**\n\n  ```bash\n  ./builddir/src/main\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkauahensilva%2Fc_app_list_enc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkauahensilva%2Fc_app_list_enc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkauahensilva%2Fc_app_list_enc/lists"}