{"id":18368899,"url":"https://github.com/cheginit/til","last_synced_at":"2025-04-06T17:31:54.971Z","repository":{"id":38212170,"uuid":"340723456","full_name":"cheginit/til","owner":"cheginit","description":"Today I Learned","archived":false,"fork":false,"pushed_at":"2025-03-03T20:17:03.000Z","size":178,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T04:03:02.192Z","etag":null,"topics":["python","til","today-i-learned"],"latest_commit_sha":null,"homepage":"https://cheginit.github.io/til/README.html","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cheginit.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-20T18:22:26.000Z","updated_at":"2025-03-03T20:17:07.000Z","dependencies_parsed_at":"2024-02-20T00:24:42.973Z","dependency_job_id":"eea74e8a-d160-4b70-a328-68adc58ce92c","html_url":"https://github.com/cheginit/til","commit_stats":{"total_commits":178,"total_committers":6,"mean_commits":"29.666666666666668","dds":0.3876404494382022,"last_synced_commit":"28b69908fc25bc8655e7ad13ea30acc9beee746e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheginit%2Ftil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheginit%2Ftil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheginit%2Ftil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheginit%2Ftil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cheginit","download_url":"https://codeload.github.com/cheginit/til/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247522435,"owners_count":20952550,"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":["python","til","today-i-learned"],"created_at":"2024-11-05T23:27:48.845Z","updated_at":"2025-04-06T17:31:54.957Z","avatar_url":"https://github.com/cheginit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Today I Learned\n\n[![Counter badge](https://img.shields.io/badge/count-31-green.svg)](https://shields.io/)\n\nMy Today I Learned snippets. Inspired by [simonw/til](https://github.com/simonw/til).\n\n\u003c!-- index starts --\u003e\n## Python\n\n- [Install and setup `miniforge`](https://cheginit.github.io/til/python/miniforge.html) - 2021-02-20\n- [Check if `None`](https://cheginit.github.io/til/python/none.html) - 2021-02-22\n- [Extract links from a web page](https://cheginit.github.io/til/python/html_file.html) - 2021-02-25\n- [Parsing XMLs in Python safely](https://cheginit.github.io/til/python/xlm_parse.html) - 2021-02-28\n- [`colorbar` in `matplotlib` done right](https://cheginit.github.io/til/python/colorbar.html) - 2021-03-04\n- [Annotate bar plots](https://cheginit.github.io/til/python/barplot.html) - 2021-03-06\n- [Customizing logging configuration](https://cheginit.github.io/til/python/logging.html) - 2021-03-11\n- [Timing a Function](https://cheginit.github.io/til/python/timer.html) - 2021-03-12\n- [Recursive AutoAPI for Sphinx](https://cheginit.github.io/til/python/autoapi.html) - 2021-03-16\n- [A round-robin scheduler implementation](https://cheginit.github.io/til/python/rr.html) - 2021-04-06\n- [Adding breakpoints for debugging](https://cheginit.github.io/til/python/debugging.html) - 2021-04-27\n- [Interacting with system's clipboard](https://cheginit.github.io/til/python/clipboard.html) - 2021-05-06\n- [Function progress with Rich](https://cheginit.github.io/til/python/decorator.html) - 2021-06-08\n- [Polygon legend in GeoPandas Plot](https://cheginit.github.io/til/python/geopandas_polt.html) - 2021-06-23\n- [General function for running functions asynchronously](https://cheginit.github.io/til/python/run_async_func.html) - 2021-07-06\n- [List of authors from DOI](https://cheginit.github.io/til/python/get_authors.html) - 2021-07-12\n- [Split a URL](https://cheginit.github.io/til/python/get_payload.html) - 2021-07-25\n- [Extracting Abstracts For an AGU Session](https://cheginit.github.io/til/python/agu_abstract.html) - 2021-08-06\n- [Networkx graph from NHDPlus](https://cheginit.github.io/til/python/nhdplus.html) - 2021-11-18\n- [Parallel with Dask and Joblib](https://cheginit.github.io/til/python/parallel.html) - 2021-11-23\n- [Implementing Newton-Raphson algorithm with Numba](https://cheginit.github.io/til/python/newton.html) - 2022-08-01\n- [Overture Buildings using PyArrow](https://cheginit.github.io/til/python/buildings.html) - 2024-01-20\n- [CAMELS Forcing Ensemble](https://cheginit.github.io/til/python/camels.html) - 2024-02-20\n- [Frechet distance with Numba](https://cheginit.github.io/til/python/frechet.html) - 2024-04-22\n- [WhiteboxTools Wrapper](https://cheginit.github.io/til/python/whitebox.html) - 2024-08-29\n\n## Jupyter\n\n- [Connect to a remote JupyterLab server](https://cheginit.github.io/til/jupyter/remote.html) - 2021-02-20\n- [Run Jupyter Lab as an Application](https://cheginit.github.io/til/jupyter/app.html) - 2021-04-02\n- [Rich extension](https://cheginit.github.io/til/jupyter/rich.html) - 2024-01-17\n- [Check for Jupyter Kernel](https://cheginit.github.io/til/jupyter/is_instance.html) - 2025-01-17\n\n## Web Service\n\n- [Setup `netrc` for using EarthData](https://cheginit.github.io/til/web_service/netrc.html) - 2021-02-26\n\n## Github Actions\n\n- [Speed up Github Actions with `mamba`](https://cheginit.github.io/til/github_actions/mamba.html) - 2021-02-26\n\u003c!-- index ends --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheginit%2Ftil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheginit%2Ftil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheginit%2Ftil/lists"}