{"id":20385560,"url":"https://github.com/emrys-hong/programming_notes","last_synced_at":"2025-04-12T09:41:09.783Z","repository":{"id":99082515,"uuid":"126371083","full_name":"Emrys-Hong/programming_notes","owner":"Emrys-Hong","description":"various programming languages as I am learning new languages and algos.","archived":false,"fork":false,"pushed_at":"2019-08-19T14:39:57.000Z","size":926013,"stargazers_count":3,"open_issues_count":0,"forks_count":6,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-26T04:41:20.210Z","etag":null,"topics":["notes","programming","resourful","various-programming-language"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Emrys-Hong.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-03-22T17:21:18.000Z","updated_at":"2020-03-10T04:42:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e7efd1a-6148-46b4-b6a7-927a0e66fccc","html_url":"https://github.com/Emrys-Hong/programming_notes","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/Emrys-Hong%2Fprogramming_notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emrys-Hong%2Fprogramming_notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emrys-Hong%2Fprogramming_notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emrys-Hong%2Fprogramming_notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Emrys-Hong","download_url":"https://codeload.github.com/Emrys-Hong/programming_notes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248549086,"owners_count":21122819,"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":["notes","programming","resourful","various-programming-language"],"created_at":"2024-11-15T02:34:45.272Z","updated_at":"2025-04-12T09:41:09.772Z","avatar_url":"https://github.com/Emrys-Hong.png","language":"Java","readme":"# programming_notes\n\n## a starter pack for ISTD students\n\n## table of contents:\n- [learning list](https://github.com/Emrys-Hong/programming_notes/blob/master/how_to_start/Learning_list.md)\nContents to learn for computer science.\n- [Learning Platform and resources](https://github.com/Emrys-Hong/programming_notes/blob/master/how_to_start/Learning_platform_and_resources.md)\nPlatforms for computer scientist to learn and get updated.\n- [Recommend learning sequence](https://github.com/Emrys-Hong/programming_notes/blob/master/how_to_start/Recommended_learning_sequence.md)\nHow to start learning computer science from scratch.\n\nAnd what to learn for each track in ISTD.\n\n### [efficiency utilities](https://github.com/Emrys-Hong/programming_notes/tree/master/efficiency_utilities)\n- [Chrome](https://github.com/Emrys-Hong/programming_notes/tree/master/efficiency_utilities/Chrome)\nThis is about some apps on chrome that can make you more efficient\n- [LaTex](https://github.com/Emrys-Hong/programming_notes/tree/master/efficiency_utilities/LaTeX)\nLaTeX learning resources\n- [cuda](https://github.com/Emrys-Hong/programming_notes/tree/master/efficiency_utilities/cuda)\nCuda installation, and gpu related commands\n- [customize_computer](https://github.com/Emrys-Hong/programming_notes/tree/master/efficiency_utilities/customize_computer)\nbeautify your computer\n- [Docker](https://github.com/Emrys-Hong/programming_notes/tree/master/efficiency_utilities/docker)\nhow to run docker with jupyter notebook etc commands\n- [Git](https://github.com/Emrys-Hong/programming_notes/tree/master/efficiency_utilities/git)\nVersion control commands as well as more utilities\n- [GoogleCloud](https://github.com/Emrys-Hong/programming_notes/tree/master/efficiency_utilities/googleCloud)\nHow to use GoogleCloud as well as some resources\n- [linux](https://github.com/Emrys-Hong/programming_notes/tree/master/efficiency_utilities/linux)\nlinux related comands and learning resources, such as setting up your environment for experiments etc.\n\n### [python](https://github.com/Emrys-Hong/programming_notes/tree/master/python)\n- [data science](https://github.com/Emrys-Hong/programming_notes/tree/master/python/data_science)\ndata science learning resources\n- [Interview](https://github.com/Emrys-Hong/programming_notes/tree/master/python/interview)\nInterview questions in Python and how to prepare them\n- [python reference](https://github.com/Emrys-Hong/programming_notes/tree/master/python/python_reference)\na cheetsheet on python different functions.\n- [setup](https://github.com/Emrys-Hong/programming_notes/tree/master/python/setup)\nhow to use conda and pip commands and learning resources\n- [Digital world](https://github.com/Emrys-Hong/programming_notes/tree/master/python/the%20digital%20world%20-school%20notes)\nTerm3 digital world notes\n- [utils](https://github.com/Emrys-Hong/programming_notes/tree/master/python/utils)\n- - [download_url](https://github.com/Emrys-Hong/programming_notes/blob/master/python/utils/download_images_csv_url.py)\ndownload urls from a csv file, this is useful for collecting data sometimes.\n- [Readme](https://github.com/Emrys-Hong/programming_notes/blob/master/python/README.md)\nhow to learn python\n- [debugger](https://github.com/Emrys-Hong/programming_notes/blob/master/python/debugger.md)\nhow to use python debugger\n- [magic methods in python](https://github.com/Emrys-Hong/programming_notes/blob/master/python/magic_methods.md)\npython magic methods.\n- [building standalone python distribution](https://github.com/Emrys-Hong/programming_notes/blob/master/python/stand-alone_distributable-python-application.md)\n- [style guide](https://github.com/Emrys-Hong/programming_notes/blob/master/python/style_guide.md)\npython pep8 and google code style guide\n\n### [SQL](https://github.com/Emrys-Hong/programming_notes/tree/master/sql)\nlearning resources in SQL\n\n### [Interview](https://github.com/Emrys-Hong/programming_notes/tree/master/interview)\n- [Dynamic Programming](https://github.com/Emrys-Hong/programming_notes/tree/master/interview/Dynamic_Programming)\neach Dynamic programming language implemented in various languages.\n\n- [algorithms](https://github.com/Emrys-Hong/programming_notes/tree/master/interview/Algorithms/DFS)\ndifferent algorithms and their classic examples\n\n- [interview questions]()\nto be created\n\n### [Java](https://github.com/Emrys-Hong/programming_notes/tree/master/java)\n- [Design Pattern](https://github.com/Emrys-Hong/programming_notes/tree/master/java/Design_patterns)\nJava Design pattern and their examples\n- [Info Sys notes](https://github.com/Emrys-Hong/programming_notes/tree/master/java/Info_to_Sys_notes)\nNotes to Introduction to Infomation System for Term4 ISTD.\n\n### Andriod\n- [Andriod Developer Fundamental version2 Overview](https://developer.android.com/courses/fundamentals-training/overview-v2)| [Andriod Developer Fundamental version2 concepts](https://google-developer-training.github.io/android-developer-fundamentals-course-concepts-v2/index.html)\n- [Andriod Developer Fundamental version1](https://developer.android.com/courses/fundamentals-training/overview) for sql\n\n### [matlab](https://github.com/Emrys-Hong/programming_notes/tree/master/matlab)\nmatlab learning resources\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrys-hong%2Fprogramming_notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femrys-hong%2Fprogramming_notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrys-hong%2Fprogramming_notes/lists"}