{"id":19548539,"url":"https://github.com/goswinr/fsex","last_synced_at":"2025-06-19T02:35:01.197Z","repository":{"id":47391203,"uuid":"224811796","full_name":"goswinr/FsEx","owner":"goswinr","description":"An F# extension and utility library","archived":false,"fork":false,"pushed_at":"2025-02-23T20:05:33.000Z","size":3069,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-26T20:33:55.261Z","etag":null,"topics":["fharp","library","utilities"],"latest_commit_sha":null,"homepage":"","language":"F#","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/goswinr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2019-11-29T08:36:02.000Z","updated_at":"2025-03-06T19:24:57.000Z","dependencies_parsed_at":"2025-02-23T21:18:40.484Z","dependency_job_id":"f42ad3be-2ab9-4be3-bd6e-c7e2ee8a6d3f","html_url":"https://github.com/goswinr/FsEx","commit_stats":{"total_commits":394,"total_committers":2,"mean_commits":197.0,"dds":"0.058375634517766506","last_synced_commit":"44b6c0d4b1ddaf9b13d190f8d55b37bd98fdf6b1"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/goswinr/FsEx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goswinr%2FFsEx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goswinr%2FFsEx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goswinr%2FFsEx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goswinr%2FFsEx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goswinr","download_url":"https://codeload.github.com/goswinr/FsEx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goswinr%2FFsEx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260672982,"owners_count":23044907,"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":["fharp","library","utilities"],"created_at":"2024-11-11T03:56:08.154Z","updated_at":"2025-06-19T02:34:56.183Z","avatar_url":"https://github.com/goswinr.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# FsEx\n\n[![FsEx on nuget.org](https://img.shields.io/nuget/v/FsEx)](https://www.nuget.org/packages/FsEx/)\n\u003c!-- [![FsEx on fuget.org](https://www.fuget.org/packages/FsEx/badge.svg)](https://www.fuget.org/packages/FsEx) --\u003e\n![code size](https://img.shields.io/github/languages/code-size/goswinr/FsEx.svg)\n[![license](https://img.shields.io/github/license/goswinr/FsEx)](LICENSE)\n\n![Logo](https://raw.githubusercontent.com/goswinr/FsEx/main/Doc/logo.png)\n\nFsEx is an FSharp extension and utility library mostly focused on collections and strings.\n\n\n### It Includes:\n\n- [A thin wrapper over the `ResizeArray` type called `Rarr`](https://www.fuget.org/packages/FsEx/0.14.1/lib/net6.0/FsEx.dll/FsEx/Rarr%601). It provides structural equality ,additional members and more detailed error messages when the List is used with out of bound indices.\n- [A `Rarr` module](https://www.fuget.org/packages/FsEx/0.14.1/lib/net6.0/FsEx.dll/FsEx/RarrModule) that provides all the functions for `Rarr` that the  `Array` module from `FSharp.Core` has. Including those for parallel computing.\n- A thin wrapper over the generic `Dictionary` type called `Dict`. It provides additional members and more detailed error messages when a given Key is not found.\n- An implementation of [defaultdict](https://docs.python.org/3/library/collections.html#collections.defaultdict) called `DefDict` , a dictionary that creates a key when its accessed but missing.\n- [A comprehensive module](https://www.fuget.org/packages/FsEx/0.14.1/lib/net6.0/FsEx.dll/FsEx/StringModule) for working with `string`, including nice error messages.\n- Useful extension members to existing collections like seq, array, Dictionary, StringBuilder.\n- Computational Expressions for building `Rarr`, `strings`, and CSV-files. Like they exist for `seq`, `list` and `array` in `FSharp.Core`\n- Pretty printing for collections\n- and more ..\n\n\u003c!-- [See full API documentation on fuget.org](https://www.fuget.org/packages/FsEx) --\u003e\n\n### License\n[MIT](https://raw.githubusercontent.com/goswinr/FsEx/main/LICENSE.txt)\n\n### Changelog\n`0.16.0`\n- add RequiresExplicitTypeArguments to Rarr.empty\n\n`0.15.0`\n- Printfn functions to find Fesh editor via Reflection\n- fix Rarr AsReadOnly\n- fix normalize str\n\n`0.14.1`\n- add Rarr.notExists\n- add Rarr.prepend\n- add String.containsIgnoreCase\n- fix maybe monad\n\n`0.13.2`\n- add Rarr.pickBack\n- add rotateUpTill\n- add rotateDownTill\n\n`0.13.1`\n- print with a HighlightColor for a Regex in Seff\n\n`0.13.0`\n- move IO, Kernel32 and external Processes modules out to new package [FsEx.IO](https://github.com/goswinr/FsEx.IO)\n\n\n`0.12.0`\n- add \u003e\u003e! operator\n- cleanup Rarr docstr\n- add memoizeInDict\n- add IList module to match Rarr module\n- remove Rarr.createFromSeq\n- add Seq.iterIndexed\n- add Seq.repeat\n- add FloatMathOperators module\n\n`0.11.0`\n- improve randomness of random color\n- rename Dict and DefaultDict members Add and Set\n- add getOrSetDefault to Dict\n- add String.addPrefix String.addSuffix\n- add Seq.tryFindDuplicate and Seq.duplicates\n- rename Dict.setOnce to Dict.setIfKeyAbsent\n- remove cmp\n- Array.second, Array.last and similar functions\n- better Error messages\n- add IO.createDirectoriesOfFilePath\n- better toNiceString\n- add String.beforeOrInput, .afterOrInput and .betweenOrInput\n- remove dependency on System.Drawing\n- rename Rarr.find to Rarr.findValue\n- add Rarr.getInternalList\n- add Rarr.mapFromIList .mapFromSeq and .mapFromArray\n- add rarr.InternalList to access internal ResizeArray\n- add Rarr.trim\n- prev-this-next for Rarr\n\n`0.10.1`\n- add MathUtil.interpolateTable function\n- improve NiceString formatting of F# records\n- rename stringbuffer to str\n- improve move and rename String.Truncate functions to NiceFormat module\n\n`0.9.0`\n- Fix xml doc that was broken in 0.8.0\n- Lower minimum FSharp.Core version to  4.5.2\n- add tryWith,tryFinally and Using to ComputationalExpressionsBuilders\n- fix typos in docstring\n\n`0.8.0`\n- update Process Module for running external Processes\n- improve float formatting in toNiceString module\n- add more colors for printing via Seff editor\n- fix typos in docstrings\n- add Microsoft.SourceLink.GitHub\n\n`0.7.0`\n- Add Process Module for running external Processes\n- Fix Rarr.rotate\n- Add Rarr.isNotEmpty\n- Add IO.getAllFilesInParentsByPattern\n- Typo in Timer μs is actually  ms\n- Add String.truncate, skip and take methods\n\n`0.5.1`\n- Updated `Rarr` and `RarrModule`\n- Updated `StringModule`\n- Improved Exception messages.\n- nicer pretty printing via `print` function\n\n`0.4.0`\n- first public release","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoswinr%2Ffsex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoswinr%2Ffsex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoswinr%2Ffsex/lists"}