Associate Software Engineer @ MCA Connect.
I write API wrapper libraries in F# for fun.
-
MCA Connect, LLC
- Pittsburgh, PA
-
14:29
(UTC -05:00) - in/jlgingrich
Pinned Loading
-
-
-
-
A simple F# API for https://placebea...
A simple F# API for https://placebear.com/ 1#r "nuget: SixLabors.ImageSharp, 3.1.6"
2open SixLabors.ImageSharp
34type ColorSettings = Color | Greyscale
5module ColorSettings =
-
A simple F# API for xkcd comics
A simple F# API for xkcd comics 1#r "nuget: FsHttp"
2open FsHttp
3#r "nuget: Thoth.Json.Net"
4open Thoth.Json.Net
5 -
A new generic function for F# lists ...
A new generic function for F# lists that chunks an input list into contiguous ranges of elements that return the same key for a key-generating function 1module List =
2/// Applies a key-generating function to each element of a list, grouping contiguous elements where the elements give the same key
3let chunkBy proj =
4List.fold (fun state item ->
5let newKey = proj item
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.