{"id":16654579,"url":"https://github.com/wojtekwanczyk/phex","last_synced_at":"2025-07-22T08:31:21.287Z","repository":{"id":113276088,"uuid":"119246556","full_name":"wojtekwanczyk/PHEX","owner":"wojtekwanczyk","description":"Parallel Haskell Examples","archived":false,"fork":false,"pushed_at":"2018-01-28T09:57:17.000Z","size":4436,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-12T18:33:34.398Z","etag":null,"topics":["closestpair","erathosieve","examples","fibonacci","haskell","imageconversion","parallel","quicksort"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wojtekwanczyk.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":null,"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":"2018-01-28T09:57:02.000Z","updated_at":"2018-01-28T09:59:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ec41292-57dc-421a-9cda-154c65c15947","html_url":"https://github.com/wojtekwanczyk/PHEX","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wojtekwanczyk/PHEX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojtekwanczyk%2FPHEX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojtekwanczyk%2FPHEX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojtekwanczyk%2FPHEX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojtekwanczyk%2FPHEX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wojtekwanczyk","download_url":"https://codeload.github.com/wojtekwanczyk/PHEX/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojtekwanczyk%2FPHEX/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266456245,"owners_count":23931383,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["closestpair","erathosieve","examples","fibonacci","haskell","imageconversion","parallel","quicksort"],"created_at":"2024-10-12T09:50:22.923Z","updated_at":"2025-07-22T08:31:21.267Z","avatar_url":"https://github.com/wojtekwanczyk.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHEX - Parallel Haskell Examples\nLudwik Ciechański \u0026 Wojciech Wańczyk\n\nProjekt z przedmiotu *Programowanie Funkcyjne*.\n\nBadanie czasu wykonania programów równoległych.\n\n## Fibonacci\n```haskell\nfib :: Integer -\u003e Integer\nparFib :: Integer -\u003e Integer\nparFib' :: Integer -\u003e Integer\nparFib'' :: Integer -\u003e Integer -\u003e Integer\n```\n## Quicksort\n```haskell\nseqSort :: Ord a =\u003e [a] -\u003e [a]\nparSort :: (Ord a) =\u003e [a] -\u003e [a]\noptParSort :: (Ord a) =\u003e Int -\u003e [a] -\u003e [a]\n```\n## SumPrimes\n```haskell\nsumTwoPrimes :: Int -\u003e Int -\u003e Int\nsumTwoPrimesPar :: Int -\u003e Int -\u003e Int\nsumPrimesInRange :: [Int] -\u003e Int\nsumPrimesInRangePar :: [Int] -\u003e Int\n```\n## ClosestPoint\n```haskell\nclosest :: (Float, Float) -\u003e [(Float, Float)] -\u003e (Float, Float)\nclosestPar :: (Float, Float) -\u003e [(Float, Float)] -\u003e (Float, Float)\n```\n## ImageConversion\n```haskell\ntoGreyScale :: Image PixelRGB8 -\u003e Image Pixel8\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwojtekwanczyk%2Fphex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwojtekwanczyk%2Fphex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwojtekwanczyk%2Fphex/lists"}