{"id":18649782,"url":"https://github.com/ashwanthkumar/sudarshana","last_synced_at":"2025-11-05T10:30:31.162Z","repository":{"id":74537875,"uuid":"153595605","full_name":"ashwanthkumar/sudarshana","owner":"ashwanthkumar","description":null,"archived":false,"fork":false,"pushed_at":"2018-11-28T16:33:46.000Z","size":65,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T09:19:02.473Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/ashwanthkumar.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}},"created_at":"2018-10-18T09:08:48.000Z","updated_at":"2024-06-19T12:36:07.479Z","dependencies_parsed_at":"2023-02-28T09:00:56.025Z","dependency_job_id":null,"html_url":"https://github.com/ashwanthkumar/sudarshana","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fsudarshana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fsudarshana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fsudarshana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fsudarshana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashwanthkumar","download_url":"https://codeload.github.com/ashwanthkumar/sudarshana/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239456405,"owners_count":19641843,"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":[],"created_at":"2024-11-07T06:40:34.734Z","updated_at":"2025-11-05T10:30:31.109Z","avatar_url":"https://github.com/ashwanthkumar.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# devmerge_2k18\n\nDemo Presentation - https://docs.google.com/presentation/d/1A6OkhB1GI1wMIGa5h8AZoDasa4xIcA0NWPJnS6ZhJKE/edit#slide=id.p\n\n### Modules\n- `sudarsana-web` - Serves the ranked completions and popular patterns for various methods.\n- `sudarsana-parser` - Parses a given package and produces the AST of each expression in the code in JSON Format.\n- VSCode plugin that works with the `sudarsana-web` is available on https://github.com/ashwanthkumar/vscode-go/tree/0.6.93-autobot.\n\n### Datasets\n[Stackoverflow dump](https://data.stackexchange.com/stackoverflow/query/913091/dump-question-answers-for-a-tag) of all [`go`](https://stackoverflow.com/questions/tagged/go) tagged questions and all their answers.\n\nYou can either download the CSV and have a mult-line CSV parser parse that output. It's a multi-line because of question / answer body. Or you can run the Query directly and download the query revision page (like [this](https://data.stackexchange.com/stackoverflow/revision/913091/1136390/dump-question-answers-for-a-tag) page, warning the page is 100M in size). The page contains the resultSet as a JSON embedded in it. Assume you've the JSON extracted from the HTML Page, you can generate the dataset using the following command\n\n```\n$ wget \"https://data.stackexchange.com/stackoverflow/revision/913091/1136390/dump-question-answers-for-a-tag\" -O dump-question-answers-for-a-tag-with-title\n$ ... extract the JSON content alone in the file\n$ jq .resultSets[].rows[] dump-question-answers-for-a-tag-with-title | jq -c '{\"title\": .[0], \"qId\": .[1], \"aId\": .[2], \"tags\": .[3], \"qScore\": .[4], \"aScore\": .[5], \"question\": .[6], \"answer\": .[7], \"views\": .[8], \"nrOfCommentsInAnswer\": .[9], \"qDate\": .[10], \"aDate\": .[11]}' \u003e go-so-questions-and-all-answers-with-title.json\n```\n\n### Authors\n- Ashwanth Kumar\n- Mohan\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwanthkumar%2Fsudarshana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashwanthkumar%2Fsudarshana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwanthkumar%2Fsudarshana/lists"}