{"id":26070299,"url":"https://github.com/fresult/mywebproject","last_synced_at":"2026-02-12T01:40:34.637Z","repository":{"id":142149283,"uuid":"217226694","full_name":"fResult/MyWebProject","owner":"fResult","description":null,"archived":false,"fork":false,"pushed_at":"2019-10-24T07:23:40.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-22T00:41:44.360Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/fResult.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2019-10-24T06:25:35.000Z","updated_at":"2019-10-24T07:23:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"4cb43b20-df0b-4727-bce1-b4ad77a23a59","html_url":"https://github.com/fResult/MyWebProject","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fResult/MyWebProject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fResult%2FMyWebProject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fResult%2FMyWebProject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fResult%2FMyWebProject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fResult%2FMyWebProject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fResult","download_url":"https://codeload.github.com/fResult/MyWebProject/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fResult%2FMyWebProject/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29353036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"ssl_error","status_checked_at":"2026-02-12T01:00:51.346Z","response_time":97,"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":[],"created_at":"2025-03-08T23:15:52.373Z","updated_at":"2026-02-12T01:40:34.633Z","avatar_url":"https://github.com/fResult.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Test Web Project\n==\nxxxxxxxxxxx `index.html` xxxxxxxxxx  \n![Markdown Icon](https://miro.medium.com/max/1200/0*JjLfghKPEh5JO7QK.png)\n\n## Feature\n+ Feature xxx\n+ Feature yyy\n+ Feature zzz\n\n## Exam Code\n```scala\nobject QuickSortFP extends App {\n\n    // create an array of random 10m random ints\n    \n    val r = scala.util.Random\n    val randomArray = (for (i \u003c- 1 to 10000000) yield r.nextInt(10000)).toArray\n\n    // do the sorting\n    val sortedArray = quickSort(randomArray)\n\n    // the fp/recursive algorithm\n    def quickSort(xs: Array[Int]): Array[Int] = {\n        if (xs.length \u003c= 1) xs\n        else {\n            val pivot = xs(xs.length / 2)\n            Array.concat(\n                quickSort(xs filter (pivot \u003e)),\n                xs filter (pivot ==),\n                quickSort(xs filter (pivot \u003c)))\n        }\n    }\n}\n```\n\n## Credit\nSila Setthakan-anan  \n\u003e Educated by Code Camp 4  \nCreate Example code =\u003e https://www.geeksforgeeks.org/quick-sort\n\n### About Author\n[My domain](https://fResult.dev)  \n[My blog](https://medium.com/@fResult)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffresult%2Fmywebproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffresult%2Fmywebproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffresult%2Fmywebproject/lists"}