{"id":19491971,"url":"https://github.com/neelsoumya/programming_resources","last_synced_at":"2026-03-19T10:07:43.491Z","repository":{"id":118680888,"uuid":"340611386","full_name":"neelsoumya/programming_resources","owner":"neelsoumya","description":"Resources for learning and teaching programming.","archived":false,"fork":false,"pushed_at":"2022-06-02T10:24:16.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-10T01:14:40.053Z","etag":null,"topics":["programming-language","teaching","teaching-materials"],"latest_commit_sha":null,"homepage":"https://sites.google.com/site/neelsoumya/teaching","language":null,"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/neelsoumya.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":"2021-02-20T09:13:28.000Z","updated_at":"2022-01-03T16:20:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ceeda5f-8c5e-46a7-94ec-7a00e15601e0","html_url":"https://github.com/neelsoumya/programming_resources","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/neelsoumya/programming_resources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelsoumya%2Fprogramming_resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelsoumya%2Fprogramming_resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelsoumya%2Fprogramming_resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelsoumya%2Fprogramming_resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neelsoumya","download_url":"https://codeload.github.com/neelsoumya/programming_resources/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelsoumya%2Fprogramming_resources/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29389023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T00:02:39.825Z","status":"ssl_error","status_checked_at":"2026-02-13T00:00:20.807Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["programming-language","teaching","teaching-materials"],"created_at":"2024-11-10T21:18:56.664Z","updated_at":"2026-02-13T00:35:21.876Z","avatar_url":"https://github.com/neelsoumya.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# programming_resources\n\nReesources for learning and teaching programming.\n\n* How to learn coding\n\n     * https://www.software.ac.uk/blog/2021-11-11-training-resources-researchers-want-learn-code?mc_cid=deb6103876\u0026mc_eid=92e8cf5971\n\n\n*   C++\n\n      *  http://www.cplusplus.com/doc/tutorial/introduction/\n\n* C\n\n     * Playlists of videos to teach yourself C by Prof. Rajiv Dharaskar \n\n          * http://www.dharaskar.com/\n     \n          * https://www.youtube.com/channel/UCDMHOBgLbMtpaZoy-zwQOjw/playlists\n\n          * C learning kit\n\n                https://www.youtube.com/watch?v=l5IpRSvCWsY\n\n     * gcc -O2 -lgsl -lgslcblas gibbs.c -o gibbs\n      -O2 \n      \n      (capital O and 2) optimization to GCC\n      \n      -l library options\n      \n     * gcc -O2 -lgsl -lgslcblas gibbs.c -o gibbs\n      -O2 \n      \n      (capital O and 2) optimization to GCC\n      \n      -l library options\n\n     * time ./gibbs \u003e data.tab\n      \n      command to time process \n        \n* C++\n\n     * playlist of videos to teach yourself C++ by Prof. Rajiv Dharaskar\n\n     * https://www.youtube.com/watch?v=Dib4w4q4Mog\u0026list=PLsAEt_bmhFbzDCV8mJ58sScykCqrw6VWQ     \n       \n* Python\n\n     * https://www.learnpython.org/en/Hello%2C_World%21\n     \n     * https://www.coursera.org/learn/python\n     \n     * https://sites.google.com/site/neelsoumya/research-resources/basic-python\n\n     * https://github.com/neelsoumya/basic_python \n\n     \n\n\n* R\n\n     * https://sites.google.com/site/neelsoumya/research-resources/very-basic-r     \n\n     * https://www.coursera.org/learn/r-programming\n\n* Java\n\n     * https://www.learnjavaonline.org/en/Variables_and_Types\n\n     * https://www.w3schools.com/js/DEFAULT.asp\n\n* SQL\n\n     * https://sites.google.com/site/neelsoumya/research-resources/basic-sql\n\n* MATLAB\n\n     * https://sites.google.com/site/neelsoumya/research-resources/matlab-nuggets\n     \n\n* Unix and shell scripting\n\n     * https://sites.google.com/site/neelsoumya/research-resources/very-basic-unix\n\n\n* Haskell and functional programming\n\n     * http://learnyouahaskell.com/introduction\n\n* High performance computing\n\n     * https://sites.google.com/site/neelsoumya/research-resources/high-performance-computing\n\n* Source control, version control and git\n\n     * https://sites.google.com/site/neelsoumya/research-resources/source-control\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneelsoumya%2Fprogramming_resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneelsoumya%2Fprogramming_resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneelsoumya%2Fprogramming_resources/lists"}