{"id":15049339,"url":"https://github.com/b3h3moth/unixcentric","last_synced_at":"2025-09-04T00:06:25.803Z","repository":{"id":1112315,"uuid":"981391","full_name":"b3h3moth/UnixCentric","owner":"b3h3moth","description":"Everything is focused on Unix systems. From C Language Programming to Unix Systems Programming and Kernel Hacking","archived":false,"fork":false,"pushed_at":"2018-11-12T17:14:16.000Z","size":3076,"stargazers_count":29,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T02:08:53.174Z","etag":null,"topics":["articles","c","c11","c89","c99","documentation","kernel","kernel-hacking","kernel-modules","linux","papers","system-programming","talks","unix","unix-like","unix-philosophy"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b3h3moth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-10-12T14:59:41.000Z","updated_at":"2024-10-30T01:26:05.000Z","dependencies_parsed_at":"2022-08-06T10:15:28.089Z","dependency_job_id":null,"html_url":"https://github.com/b3h3moth/UnixCentric","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/b3h3moth/UnixCentric","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b3h3moth%2FUnixCentric","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b3h3moth%2FUnixCentric/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b3h3moth%2FUnixCentric/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b3h3moth%2FUnixCentric/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b3h3moth","download_url":"https://codeload.github.com/b3h3moth/UnixCentric/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b3h3moth%2FUnixCentric/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273529563,"owners_count":25121830,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["articles","c","c11","c89","c99","documentation","kernel","kernel-hacking","kernel-modules","linux","papers","system-programming","talks","unix","unix-like","unix-philosophy"],"created_at":"2024-09-24T21:19:51.881Z","updated_at":"2025-09-04T00:06:25.767Z","avatar_url":"https://github.com/b3h3moth.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UnixCentric\n\nEverything is focused on Unix systems. Unix Operating Systems,\nUnix OS development, C Lnaguage, Systems Programming and Kernel Hacking.\n\n\u003e Pretty much everything on the web uses those two things: C and UNIX. \n\u003e The browsers are written in C. The UNIX kernel - that pretty much the entire \n\u003e Internet runs on - is written in C. (**Rob Pike**)\n\n\n## Source code\n\nLearning the art of the C language programming, Unix Systems Programming and\nKernel Hacking\n\n* [C](src/C/)\n  - [Algorithms and Data Structures](src/C/Algorithms_and_Data_Structures/)\n  - [Bitwise Hacks](src/C/bitwise_hacks/)\n  - [c11](src/C/c11_language/)\n  - [Interfaces](src/C/interfaces/)\n  - [Libraries](src/C/libraries/)\n  - [Representing information](src/C/representing_information/)\n* [Unix Programming](src/Unix_Programming/)\n  - [Date and Time](src/Unix_Programming/Date_and_Time/)\n  - [Error Handling](src/Unix_Programming/Error_Handling/)\n  - [File Events Monitoring](src/Unix_Programming/File_Events_Monitoring/)\n  - [File System](src/Unix_Programming/File_System/)\n  - [Internetworking](src/Unix_Programming/Internetworking/)\n  - [IO Advanced](src/Unix_Programming/IO_Advanced/)\n  - [IO Buffering and Buffer Cache](src/Unix_Programming/IO_Buffering_and_Buffer_Cache/)\n  - [IO Standard Library](src/Unix_Programming/IO_Standard_Library/)\n  - [IO Unbuffered](src/Unix_Programming/IO_Unbuffered/)\n  - [IPC InterProcess Communication](src/Unix_Programming/IPC_InterProcess_Communication/)\n  - [Link Library](src/Unix_Programming/Link_Library/)\n  - [Memory Allocation](src/Unix_Programming/Memory_Allocation/)\n  - [Parsing Command Line Options](src/Unix_Programming/Parsing_Command_Line_Options/)\n  - [Process Control](src/Unix_Programming/Process_Control/)\n  - [Process Credentials](src/Unix_Programming/Process_Credentials/)\n  - [Process Environment](src/Unix_Programming/Process_Environment/)\n  - [Process Relationships](src/Unix_Programming/Process_Relationships/)\n  - [Signals](src/Unix_Programming/Signals/)\n  - [Standardization and System Limits](src/Unix_Programming/Standardization_and_System_Limits/)\n  - [System Informations](src/Unix_Programming/System_Informations/)\n  - [Terminal IO](src/Unix_Programming/Terminal_IO/)\n  - [Threads](src/Unix_Programming/Threads/)\n  - [Unix Daemons](src/Unix_Programming/Unix_Daemons/)\n  - [Users and Groups](src/Unix_Programming/Users_and_Groups/)\n* [Kernel Hacking](src/Kernel_Hacking)\n  - [LKM - Loadable Kernel Modules](src/Kernel_Hacking/LKM)\n\n\n## Documentation\n\nA lot of documentation: the standards, reference manuals, bibliography \n(printed books), open/free docs, articles, academic talks and research papers.\n\n* [Documentation](doc/)\n  - [Articles](doc/articles.md)\n  - [Bibliography](doc/biblio.md)\n  - [Free books](doc/free_books.md)\n  - [Papers and Talks](doc/papers_talks.md)\n  - [Standards and References](doc/stds_and_refs.md)\n  - [Unix History](doc/unix_history.md)\n\n\n## Contact\n\n[@b3h3m0th](https://twitter.com/b3h3m0th)\n```\nGPG fingerprint: 11C3 D822 EA07 6D99 1F59 5F86 2023 8259 E83F 9FBB\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb3h3moth%2Funixcentric","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb3h3moth%2Funixcentric","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb3h3moth%2Funixcentric/lists"}