{"id":13523049,"url":"https://github.com/thlorenz/learnuv","last_synced_at":"2025-05-16T13:05:25.036Z","repository":{"id":21483110,"uuid":"24801880","full_name":"thlorenz/learnuv","owner":"thlorenz","description":"Learn uv for fun and profit, a self guided workshop to the library that powers Node.js.","archived":false,"fork":false,"pushed_at":"2023-08-02T02:40:20.000Z","size":2971,"stargazers_count":748,"open_issues_count":10,"forks_count":68,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-04-09T18:48:01.691Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thlorenz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2014-10-04T21:23:13.000Z","updated_at":"2025-04-01T06:18:33.000Z","dependencies_parsed_at":"2024-01-13T16:46:18.782Z","dependency_job_id":"59513334-7f93-40dc-8207-0eb5f68616d5","html_url":"https://github.com/thlorenz/learnuv","commit_stats":{"total_commits":79,"total_committers":15,"mean_commits":5.266666666666667,"dds":0.240506329113924,"last_synced_commit":"0f8096d294edc34772acb754c966def0ee1b00fe"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thlorenz%2Flearnuv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thlorenz%2Flearnuv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thlorenz%2Flearnuv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thlorenz%2Flearnuv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thlorenz","download_url":"https://codeload.github.com/thlorenz/learnuv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248545511,"owners_count":21122154,"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":[],"created_at":"2024-08-01T06:00:54.991Z","updated_at":"2025-04-12T09:27:31.196Z","avatar_url":"https://github.com/thlorenz.png","language":"C","readme":"# learnuv\n\nLearn uv for fun and profit, a self guided workshop to [the library](https://github.com/libuv/libuv) that powers Node.js.\n\n![screenshot](assets/screenshot.png)\n\n## Before You Start\n\nRead the [learnuv gitbook](http://thlorenz.github.io/learnuv/book) which explains some libuv and related C language\nconcepts that will help you complete the exercises.\n\n## Installation\n\nRequires [Python](https://www.python.org/downloads/) 2.6 or 2.7 to be installed.\nIf python is not in your path set the environment variable `PYTHON` to its\nlocation. For example on Windows: `set PYTHON=C:\\Python27\\python.exe`\n\n```sh\ngit clone https://github.com/thlorenz/learnuv \u0026\u0026 cd learnuv\nnpm install\n```\n\n## Getting Started\n\n```sh\n./learnuv help\n```\n\n## Building\n\n**learnuv** comes with build commands that you can use instead of the manual steps explained further below.\n\n- **./learnuv ninja**\n    Compile your sources with ninja, stored inside `./out/Debug`\n- **./learnuv make**\n    Compile your sources with make, stored inside `./out/Debug`\n- **./learnuv xcode**\n    Generate a learnuv Xcode project, named `./learnuv.xcodeproj`\n\n### Windows Caveats\n\nNinja and Make do not work on windows except via [cygwin](https://www.cygwin.com/).\n\n### Ninja\n\nHighly recommended since it builds faster than any of the other options, so [get ninja](https://ninja-build.org/)\nand do:\n\n```sh\n./gyp_learnuv.py -f ninja\nninja -C out/Debug\n./out/Debug/01_system_info\n```\n\n### Make\n\nWorks on Linux and OSX.\n\n```sh\n./gyp_learnuv.py -f make\nmake -C out\n./out/Debug/01_system_info\n```\n\n### Xcode\n\nWorks on OSX only. Highly recommended to ease debugging and code navigation.\n\n```sh\n./gyp_learnuv.py -f xcode\nopen learnuv.xcodeproj\n```\n\n### Visual Studio\n\nWorks on Windows only. **TODO** need to adapt [vcbuild.bat](https://github.com/joyent/libuv/blob/master/vcbuild.bat).\n\n## Running\n\n```\n./learnuv\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":["C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthlorenz%2Flearnuv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthlorenz%2Flearnuv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthlorenz%2Flearnuv/lists"}