{"id":20761928,"url":"https://github.com/james-p-d/fsharpdump","last_synced_at":"2026-05-25T06:04:49.113Z","repository":{"id":170649428,"uuid":"223251530","full_name":"James-P-D/FSharpDump","owner":"James-P-D","description":"Dumping ground for F# learning","archived":false,"fork":false,"pushed_at":"2020-09-11T16:02:58.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T18:47:39.356Z","etag":null,"topics":["fsharp"],"latest_commit_sha":null,"homepage":null,"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/James-P-D.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":"2019-11-21T19:42:16.000Z","updated_at":"2020-09-11T16:03:01.000Z","dependencies_parsed_at":"2024-08-20T12:16:48.417Z","dependency_job_id":null,"html_url":"https://github.com/James-P-D/FSharpDump","commit_stats":null,"previous_names":["james-p-d/fsharpdump"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/James-P-D/FSharpDump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/James-P-D%2FFSharpDump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/James-P-D%2FFSharpDump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/James-P-D%2FFSharpDump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/James-P-D%2FFSharpDump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/James-P-D","download_url":"https://codeload.github.com/James-P-D/FSharpDump/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/James-P-D%2FFSharpDump/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33462501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T02:24:28.008Z","status":"ssl_error","status_checked_at":"2026-05-25T02:23:23.339Z","response_time":57,"last_error":"SSL_read: 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":["fsharp"],"created_at":"2024-11-17T10:27:55.858Z","updated_at":"2026-05-25T06:04:49.078Z","avatar_url":"https://github.com/James-P-D.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FSharpDump\nDumping ground for [F#](https://fsharp.org/) learning\n\n## Basics\n\nMuch of this is taken from [Derek Banas' video](https://www.youtube.com/watch?v=c7eNDJN758U).\n\n## Contents\n  \n* [Program.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/Program.fs)\n* [output_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/output_examples.fs)\n* [bind_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/bind_examples.fs)\n* [function_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/function_examples.fs)\n* [maths_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/maths_examples.fs)\n* [string_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/string_examples.fs)\n* [loop_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/loop_examples.fs)\n* [conditional_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/conditional_examples.fs)\n* [list_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/list_examples.fs)\n* [enum_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/enum_examples.fs)\n* [option_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/option_examples.fs)\n* [tuple_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/tuple_examples.fs)\n* [record_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/record_examples.fs)\n* [sequence_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/sequence_examples.fs)\n* [map_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/map_examples.fs)\n* [generics_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/generics_examples.fs)\n* [exception_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/exception_examples.fs)\n* [struct_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/struct_examples.fs)\n* [class_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/class_examples.fs)\n* [inheritance_examples.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/ConsoleApp/ConsoleApp/inheritance_examples.fs)\n\n..there's also the following file, which is basically an introduction to F# which ships with most instances of Visual Studio\n* [misc.fs](https://github.com/James-P-D/FSharpDump/blob/master/src/misc.fs)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames-p-d%2Ffsharpdump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjames-p-d%2Ffsharpdump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames-p-d%2Ffsharpdump/lists"}