{"id":18638413,"url":"https://github.com/ethiraric/cpptalksindex","last_synced_at":"2025-04-11T10:31:22.629Z","repository":{"id":56636483,"uuid":"225903837","full_name":"Ethiraric/cpptalksindex","owner":"Ethiraric","description":"An index for C++ talks ","archived":false,"fork":false,"pushed_at":"2021-01-18T22:18:44.000Z","size":586,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-20T07:11:19.974Z","etag":null,"topics":["conferences","cpp","cppcon"],"latest_commit_sha":null,"homepage":"https://cpptalksindex.xyz","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/Ethiraric.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}},"created_at":"2019-12-04T15:55:27.000Z","updated_at":"2024-04-20T07:11:19.975Z","dependencies_parsed_at":"2022-08-15T22:20:34.633Z","dependency_job_id":null,"html_url":"https://github.com/Ethiraric/cpptalksindex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ethiraric%2Fcpptalksindex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ethiraric%2Fcpptalksindex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ethiraric%2Fcpptalksindex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ethiraric%2Fcpptalksindex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ethiraric","download_url":"https://codeload.github.com/Ethiraric/cpptalksindex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223466524,"owners_count":17149770,"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":["conferences","cpp","cppcon"],"created_at":"2024-11-07T05:41:28.426Z","updated_at":"2024-11-07T05:41:28.940Z","avatar_url":"https://github.com/Ethiraric.png","language":"C++","readme":"# cpptalksindex\nAn index for C++ talks\n\n## Aim\nThe aim of this is to provide a community-managed tags for C++ conferences.\nBoth experienced developers seeking to improve on a particular area or beginners looking for new areas to explore may use it to find material to watch.\n\n## Adding a talk\nTalks are gathered from `db.json`. Copy-pasting should get you the structure:\n```json\n  {\n    \"speakers\": [\"sample_speaker\", \"sample_speaker2\"],\n    \"title\": \"\",\n    \"conference\": \"CppCon\",\n    \"year\": 2020,\n    \"link\": \"https://www.youtube.com/watch?v=\",\n    \"tags\": [\n      \"no-tags-yet\"\n    ]\n  },\n```\n\n## Building the server\nRequirements:\n\n  - `cmake` (tested with cmake 3.18.4)\n  - A recent C++ compiler, supporting the C++17 standard (tested with gcc 10.2.0)\n\nSteps:\n\n```sh\nmkdir build \u0026\u0026 cd build\ncmake .. # -GNinja\ncmake --build . # Or make / ninja\nln -s ../www . # The server will run fine but 404 if you forget this step\n```\n\nThere should be a `bin/cpptalksindex` binary in `build`.\nYou can start the server with `./bin/cpptalksindex ../db.json`, which will run the server.\nThe server listens on port 8485 (hardcoded in `main.cpp`, should you need to change it).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethiraric%2Fcpptalksindex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethiraric%2Fcpptalksindex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethiraric%2Fcpptalksindex/lists"}