{"id":21428932,"url":"https://github.com/notcoffee418/coffeetoolkit","last_synced_at":"2025-07-14T10:32:38.390Z","repository":{"id":46282351,"uuid":"314807218","full_name":"NotCoffee418/CoffeeToolkit","owner":"NotCoffee418","description":"Useful tools for .NET","archived":false,"fork":false,"pushed_at":"2024-07-23T09:55:08.000Z","size":83,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T21:32:50.561Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/CoffeeToolkit","language":"C#","has_issues":true,"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/NotCoffee418.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":"2020-11-21T12:29:11.000Z","updated_at":"2024-07-23T09:55:12.000Z","dependencies_parsed_at":"2024-07-23T11:14:39.649Z","dependency_job_id":"c29d6a8e-73d6-4070-a952-bf0a80f613e5","html_url":"https://github.com/NotCoffee418/CoffeeToolkit","commit_stats":{"total_commits":37,"total_committers":1,"mean_commits":37.0,"dds":0.0,"last_synced_commit":"8e45aa17824b92d69f3a7a64aa2c167d404ad51c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotCoffee418%2FCoffeeToolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotCoffee418%2FCoffeeToolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotCoffee418%2FCoffeeToolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotCoffee418%2FCoffeeToolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotCoffee418","download_url":"https://codeload.github.com/NotCoffee418/CoffeeToolkit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225970893,"owners_count":17553410,"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-11-22T22:15:16.243Z","updated_at":"2024-11-22T22:15:16.866Z","avatar_url":"https://github.com/NotCoffee418.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoffeeToolkit\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/NotCoffee418/CoffeeToolkit/CICD?style=for-the-badge)\n\nCoffeeToolkit is a set of Nuget packages containing a variety of useful tools and methods.  \nYou can find the documentation for each of it's features in the wiki.\n\n## Packages\n\n\u003ctable\u003e\n    \u003cthead\u003e\n        \u003ctr\u003e\n            \u003cth style=\"min-width: 220px;\"\u003ePackage\u003c/th\u003e\n            \u003cth\u003eName\u003c/th\u003e\n            \u003cth\u003eDocs\u003c/th\u003e\n            \u003cth\u003eDescription\u003c/th\u003e\n        \u003c/tr\u003e\n    \u003c/thead\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\u003ca href=\"https://www.nuget.org/packages/CoffeeToolkit.Linq\"\u003e\u003cimg src=\"https://img.shields.io/nuget/v/CoffeeToolkit.Linq?style=for-the-badge\" /\u003e\u003c/a\u003e\u003c/td\u003e\n            \u003ctd\u003eCoffeeToolkit.Linq\u003c/td\u003e\n            \u003ctd\u003e(No docs yet)\u003c/td\u003e\n            \u003ctd\u003eCollection of useful Linq extensions\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\u003ca href=\"https://www.nuget.org/packages/CoffeeToolkit.Progress\"\u003e\u003cimg src=\"https://img.shields.io/nuget/v/CoffeeToolkit.Progress?style=for-the-badge\" /\u003e\u003c/a\u003e\u003c/td\u003e\n            \u003ctd\u003eCoffeeToolkit.Progress\u003c/td\u003e\n            \u003ctd\u003e\u003ca href=\"https://github.com/NotCoffee418/CoffeeToolkit/wiki/Progress.ProgressTracker\"\u003eDocs\u003c/a\u003e\u003c/td\u003e\n            \u003ctd\u003eThread-safe progress tracking methods\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\u003ca href=\"https://www.nuget.org/packages/CoffeeToolkit.Random\"\u003e\u003cimg src=\"https://img.shields.io/nuget/v/CoffeeToolkit.Random?style=for-the-badge\" /\u003e\u003c/a\u003e\u003c/td\u003e\n            \u003ctd\u003eCoffeeToolkit.Random\u003c/td\u003e\n            \u003ctd\u003e\u003ca href=\"https://github.com/NotCoffee418/CoffeeToolkit/wiki/Random.Rng\"\u003eDocs\u003c/a\u003e\u003c/td\u003e\n            \u003ctd\u003eSimplified cryptographically secure random number\u003cbr\u003e generator for various datatypes using\u003cbr\u003eSystem.Security.Cryptography.RandomNumberGenerator\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\u003ca href=\"https://www.nuget.org/packages/CoffeeToolkit.Time\"\u003e\u003cimg src=\"https://img.shields.io/nuget/v/CoffeeToolkit.Time?style=for-the-badge\" /\u003e\u003c/a\u003e\u003c/td\u003e\n            \u003ctd\u003eCoffeeToolkit.Time\u003c/td\u003e\n            \u003ctd\u003e\u003ca href=\"https://github.com/NotCoffee418/CoffeeToolkit/wiki/Time\"\u003eDocs\u003c/a\u003e\u003c/td\u003e\n            \u003ctd\u003eCollection of useful methods for working with time in .NET\u003c/td\u003e\n        \u003c/tr\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotcoffee418%2Fcoffeetoolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotcoffee418%2Fcoffeetoolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotcoffee418%2Fcoffeetoolkit/lists"}