{"id":44238751,"url":"https://github.com/gemstone/common","last_synced_at":"2026-02-10T10:47:27.928Z","repository":{"id":40362634,"uuid":"227888797","full_name":"gemstone/common","owner":"gemstone","description":"Gemstone Common Library","archived":false,"fork":false,"pushed_at":"2026-02-03T05:10:44.000Z","size":120575,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-02-03T06:07:44.072Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gemstone.github.io/common/","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/gemstone.png","metadata":{"files":{"readme":"docs/README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-12-13T17:17:13.000Z","updated_at":"2026-02-03T05:10:07.000Z","dependencies_parsed_at":"2023-01-21T08:05:53.683Z","dependency_job_id":"5b636647-e435-4ad0-8991-5f06d5f4dde0","html_url":"https://github.com/gemstone/common","commit_stats":null,"previous_names":[],"tags_count":159,"template":false,"template_full_name":"gemstone/gemtem","purl":"pkg:github/gemstone/common","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemstone%2Fcommon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemstone%2Fcommon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemstone%2Fcommon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemstone%2Fcommon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gemstone","download_url":"https://codeload.github.com/gemstone/common/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemstone%2Fcommon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29297870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T10:40:02.018Z","status":"ssl_error","status_checked_at":"2026-02-10T10:38:28.459Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-02-10T10:47:27.246Z","updated_at":"2026-02-10T10:47:27.920Z","avatar_url":"https://github.com/gemstone.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"right\" src=\"img/gemstone-wide-600.png\" alt=\"gemstone logo\"\u003e\n\n# Common\n### GPA Gemstone Library\n\nThe Gemstone Common Library organizes all Gemstone functionality for most any .NET coding.\n\n[![GitHub license](https://img.shields.io/github/license/gemstone/common?color=4CC61E)](https://github.com/gemstone/common/blob/master/LICENSE)\n[![Build status](https://ci.appveyor.com/api/projects/status/lar65enrk8b7aqu2?svg=true)](https://ci.appveyor.com/project/ritchiecarroll/common)\n![CodeQL](https://github.com/gemstone/common/workflows/CodeQL/badge.svg)\n[![NuGet](https://img.shields.io/nuget/vpre/Gemstone.Common)](https://www.nuget.org/packages/Gemstone.Common#readme-body-tab)\n\nThis library includes helpful common classes like the following:\n\n* [BigEndian](https://gemstone.github.io/common/help/html/T_Gemstone_BigEndian.htm):\n  * Defines a set of big-endian byte order interoperability functions.\n\n* [Bits](https://gemstone.github.io/common/help/html/T_Gemstone_Bits.htm):\n  * Enum that represents bits in a signed or unsigned integer value.\n\n* [Encoding7Bit](https://gemstone.github.io/common/help/html/T_Gemstone_Encoding7Bit.htm):\n  * Defines 7-bit encoding functions.\n\n* [EventArgs\u0026lt;T\u0026gt;](https://gemstone.github.io/common/help/html/T_Gemstone_EventArgs_1.htm):\n  * Represents a generic event arguments class.\n\n* [LittleEndian](https://gemstone.github.io/common/help/html/T_Gemstone_LittleEndian.htm):\n  * Defines a set of little-endian byte order interoperability functions.\n\n* [NtpTimeTag](https://gemstone.github.io/common/help/html/T_Gemstone_NtpTimeTag.htm):\n  * Represents a standard Network Time Protocol (NTP) timetag.\n\n* [Word](https://gemstone.github.io/common/help/html/T_Gemstone_Word.htm):\n  * Defines functions related to 16-bit words, 32-bit double-words and 64-bit quad-words.\n\n* [Units](https://gemstone.github.io/common/help/html/N_Gemstone_Units.htm)\n  * Namesspace defines units, e.g., [Angle](https://gemstone.github.io/common/help/html/T_Gemstone_Units_Angle.htm), useful for common unit and [SI](https://gemstone.github.io/common/help/html/T_Gemstone_Units_SI.htm) conversions.\n\n* [UnixTimeTag](https://gemstone.github.io/common/help/html/T_Gemstone_UnixTimeTag.htm):\n  * Represents a standard Unix timetag.\n \n* Many Extension Functions (all opt-in only by specific extension namespace):\n  * [ActionExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_ActionExtensions_ActionExtensions.htm)\n  * [ArrayExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_ArrayExtensions_ArrayExtensions.htm)\n  * [BitExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_BitExtensions_BitExtensions.htm)\n  * [CharExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_CharExtensions_CharExtensions.htm)\n  * [Collections](https://gemstone.github.io/common/help/html/N_Gemstone_Collections.htm)\n    * [CollectionExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_Collections_CollectionExtensions_CollectionExtensions.htm)\n  * [DateTimeExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_DateTimeExtensions_DateTimeExtensions.htm)\n  * [EnumExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_EnumExtensions_EnumExtensions.htm)\n  * [EventHandlerExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_EventHandlerExtensions_EventHandlerExtensions.htm)\n  * [GuidExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_GuidExtensions_GuidExtensions.htm)\n  * [IO](https://gemstone.github.io/common/help/html/N_Gemstone_IO.htm)\n    * [StreamExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_IO_StreamExtensions_StreamExtensions.htm)\n  * [Reflection](https://gemstone.github.io/common/help/html/N_Gemstone_Reflection.htm)\n    * [AssemblyExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_Reflection_AssemblyExtensions_AssemblyExtensions.htm)\n    * [MemberInfoExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_Reflection_MemberInfoExtensions_MemberInfoExtensions.htm)\n    * [MethodBaseExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_Reflection_MethodBaseExtensions_MethodBaseExtensions.htm)\n    * [MethodInfoExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_Reflection_MethodInfoExtensions_MethodInfoExtensions.htm)\n  * [Security.Cryptography](https://gemstone.github.io/common/help/html/N_Gemstone_Security_Cryptography.htm)\n    * [HashAlgorithmExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_Security_Cryptography_HashAlgorithmExtensions_HashAlgorithmExtensions.htm)\n    * [SymmetricAlgorithmExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_Security_Cryptography_SymmetricAlgorithmExtensions_SymmetricAlgorithmExtensions.htm)\n  * [StringExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_StringExtensions_StringExtensions.htm)\n  * [TimeSpanExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_TimeSpanExtensions_TimeSpanExtensions.htm)\n  * [TypeExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_TypeExtensions_TypeExtensions.htm)\n  * [WordExtensions](https://gemstone.github.io/common/help/html/T_Gemstone_WordExtensions_WordExtensions.htm)\n\nAmong others\n\n### Documentation\n[Full Library Documentation](https://gemstone.github.io/common/help)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemstone%2Fcommon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemstone%2Fcommon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemstone%2Fcommon/lists"}