{"id":15718470,"url":"https://github.com/thekevjames/experiments","last_synced_at":"2025-07-28T07:03:32.089Z","repository":{"id":31992932,"uuid":"108588864","full_name":"TheKevJames/experiments","owner":"TheKevJames","description":"one-off experiments","archived":false,"fork":false,"pushed_at":"2025-07-07T20:15:26.000Z","size":82341,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-19T05:19:12.408Z","etag":null,"topics":["experiments"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/TheKevJames.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"ko_fi":"thekevjames"}},"created_at":"2017-10-27T19:47:28.000Z","updated_at":"2025-05-23T16:47:20.000Z","dependencies_parsed_at":"2023-11-07T17:48:32.549Z","dependency_job_id":"45b7cc6c-d0b2-4b4b-95c7-d1f60adcb996","html_url":"https://github.com/TheKevJames/experiments","commit_stats":{"total_commits":161,"total_committers":6,"mean_commits":"26.833333333333332","dds":0.484472049689441,"last_synced_commit":"4bc91de9787de6868b3c9394a3c95c099f6c9480"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheKevJames/experiments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheKevJames%2Fexperiments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheKevJames%2Fexperiments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheKevJames%2Fexperiments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheKevJames%2Fexperiments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheKevJames","download_url":"https://codeload.github.com/TheKevJames/experiments/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheKevJames%2Fexperiments/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267475779,"owners_count":24093356,"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-07-28T02:00:09.689Z","response_time":68,"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":["experiments"],"created_at":"2024-10-03T21:53:09.701Z","updated_at":"2025-07-28T07:03:32.063Z","avatar_url":"https://github.com/TheKevJames.png","language":"Kotlin","readme":"Various Experiments\n===================\n\nThis repository is a collection of various one-off experiments.\n\n- `Asyncio HTTP Client Perf`_\n- `Docker Image Size Tests`_\n- `Dockerfiles as Bootable VMs in GCP`_ (see associated\n  `blog post \u003chttps://thekev.in/blog/2019-08-05-dockerfile-bootable-vm/\u003e`__)\n- `Google Pub/Sub Performance Testing`_ (and a `One-off Script Version`_ for more manual testing)\n- `Guild Wars 2 Scripts`_\n- `HTTP Auth with Google KMS`_ (see associated\n  `blog post \u003chttps://thekev.in/blog/2019-06-15-http-auth-with-google-kms/\u003e`__)\n- `Jaro-Winkler Speed Comparisons`_\n- `League of Legends Scripts`_\n- `Mini String Manipulations`_\n- `Multi-Lang Compatible Nim Library`_\n- `Python Datetimes`_ (see associated\n  `blog post \u003chttps://thekev.in/blog/2018-01-03-python-datetimes/\u003e`__)\n- `Sentry Instrumentation Performance Analysis`_\n- `Tensorflow Optimization`_ (see associated\n  `blog post \u003chttps://thekev.in/blog/2019-06-08-tensorflow-model-optimization/\u003e`__)\n\n.. _Asyncio HTTP Client Perf: https://github.com/TheKevJames/experiments/tree/master/asyncio-http-perf\n.. _Docker Image Size Tests: https://github.com/TheKevJames/experiments/tree/master/docker-size\n.. _Dockerfiles as Bootable VMs in GCP: https://github.com/TheKevJames/experiments/tree/master/gcp-image-from-docker\n.. _Google Pub/Sub Performance Testing: https://github.com/TheKevJames/experiments/tree/master/google-pubsub-perf\n.. _Guild Wars 2 Scripts: https://github.com/TheKevJames/experiments/tree/master/gw2\n.. _HTTP Auth with Google KMS: https://github.com/TheKevJames/experiments/tree/master/kms-auth\n.. _Jaro-Winkler Speed Comparisons: https://github.com/TheKevJames/experiments/tree/master/jaro-winkler-comparisons\n.. _League of Legends Scripts: https://github.com/TheKevJames/experiments/tree/master/league\n.. _Mini String Manipulations: https://github.com/TheKevJames/experiments/tree/master/string-manips\n.. _Multi-Lang Compatible Nim Library: https://github.com/TheKevJames/experiments/tree/master/multilang-lib\n.. _One-off Script Version: https://github.com/TheKevJames/experiments/tree/master/google-pubsub-oneoff\n.. _Python Datetimes: https://github.com/TheKevJames/experiments/tree/master/python-datetimes\n.. _Sentry Instrumentation Performance Analysis: https://github.com/TheKevJames/experiments/tree/master/sentry-performance\n.. _Tensorflow Optimization: https://github.com/TheKevJames/experiments/tree/master/tensorflow-perf\n","funding_links":["https://ko-fi.com/thekevjames"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekevjames%2Fexperiments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthekevjames%2Fexperiments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekevjames%2Fexperiments/lists"}