{"id":13762196,"url":"https://github.com/methylDragon/coding-notes","last_synced_at":"2025-05-10T14:31:40.063Z","repository":{"id":38360797,"uuid":"115735515","full_name":"methylDragon/coding-notes","owner":"methylDragon","description":"I'm compiling comprehensive coding tutorials for many different languages and frameworks! 🐲","archived":false,"fork":false,"pushed_at":"2023-11-23T05:44:15.000Z","size":17970,"stargazers_count":360,"open_issues_count":1,"forks_count":145,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-08-03T14:05:07.347Z","etag":null,"topics":["cpp","dds","documentation","mysql","php","python3","references","ros","syntax","tutorial-code","tutorials","wordpress"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/methylDragon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-12-29T16:00:45.000Z","updated_at":"2024-08-03T14:05:11.403Z","dependencies_parsed_at":"2024-08-03T14:05:10.115Z","dependency_job_id":"1c9df3f4-703a-4c8c-bd2c-feedd33b1e4d","html_url":"https://github.com/methylDragon/coding-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/methylDragon%2Fcoding-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/methylDragon%2Fcoding-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/methylDragon%2Fcoding-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/methylDragon%2Fcoding-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/methylDragon","download_url":"https://codeload.github.com/methylDragon/coding-notes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224970216,"owners_count":17400292,"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":["cpp","dds","documentation","mysql","php","python3","references","ros","syntax","tutorial-code","tutorials","wordpress"],"created_at":"2024-08-03T14:00:36.483Z","updated_at":"2024-11-16T20:31:08.828Z","avatar_url":"https://github.com/methylDragon.png","language":"C++","readme":"# Coding Notes and Tutorials\n\nI've compiled a whole bunch of tutorials and references for different **coding languages** and **frameworks!** \n\n\n\nMost of these can be read through in under an hour, and they're pitched at the beginner to intermediate level. But most importantly, they're **\u003cu\u003edesigned to be CTRL-F-able!\u003c/u\u003e**\n\n  \n\n## Support my efforts!\n\n [![Yeah! Buy the DRAGON a COFFEE!](./_assets/COFFEE%20BUTTON%20%E3%83%BE(%C2%B0%E2%88%87%C2%B0%5E).png)](https://www.buymeacoffee.com/methylDragon)\n\n[Or leave a tip! ヾ(°∇°*)](https://www.paypal.me/methylDragon)\n\n  \n\n## So far, I've covered: \u003ca name=\"top\"\u003e\u003c/a\u003e\n\n- [C++](#C++)\n\n- [CMake](#CMake)\n\n- [OpenSplice DDS](#OpenSplice%20DDS)\n\n- [MATLAB](#MATLAB)\n\n- [MySQL](#MySQL)\n\n- [PHP](#PHP)\n\n- [Python 3](#Python%203)\n\n- [WordPress](#WordPress)\n\n  \n\n## Tutorial Directory\n\n### C++ \u003ca name=\"C++\"\u003e\u003c/a\u003e\n\n[go to top](#top)\n\n- [Introduction and Basic Syntax](./C++/01%20C++%20-%20Introduction.md)\n- [Functions and File IO](./C++/02%20C++%20-%20Functions%20and%20File%20IO.md)\n- [Object-Oriented Syntax](./C++/03%20C++%20-%20Object-Oriented%20Syntax.md)\n- [Pointers and Memory](./C++/04%20C++%20-%20Pointers%20and%20Memory.md)\n- [Data Structures (Containers)](./C++/05%20C++%20-%20Data%20Structures%20(Containers).md)\n- [Templates](./C++/06%20C++%20-%20Templates.md)\n- [Threading and Concurrency](./C++/07%20C++%20-%20Threading%20and%20Concurrency.md)\n- [Linkages and Preprocessor Directives](./C++/08%20C++%20-%20Linkages%20and%20Preprocessor%20Directives.md)\n- [Tips and Tricks](./C++/09%20C++%20-%20Tips%20and%20Tricks.md)\n- [(Bonus) Headers](./C++/Bonus%20Notes/BONUS%20C++%20-%20Headers.md)\n\n\n\n### CMake \u003ca name=\"CMake\"\u003e\u003c/a\u003e\n\n[go to top](#top)\n\n- [Basics and Scripting](./CMake/01%20CMake%20-%20Basics%20and%20Scripting.md)\n- [Building with CMake](./CMake/02%20CMake%20-%20Building%20with%20CMake.md)\n- [Advanced Scripting and Modules](./CMake/03%20CMake%20-%20Advanced%20Scripting%20and%20Modules.md)\n\n\n\n### OpenSplice DDS \u003ca name=\"OpenSplice DDS\"\u003e\u003c/a\u003e\n\n[go to top](#top)\n\n- [Introduction and Basic Syntax](./DDS/OpenSplice%20DDS%20(C++%20API)/01%20DDS%20-%20Introduction.md)\n\n\n\n### MATLAB \u003ca name=\"MATLAB\"\u003e\u003c/a\u003e\n\n[go to top](#top)\n\n- [Crash Course](./MATLAB/MATLAB%20Crash%20Course.md)\n\n\n\n### MySQL \u003ca name=\"MySQL\"\u003e\u003c/a\u003e\n\n[go to top](#top)\n\n- [Introduction and Basic Syntax](./MySQL/01%20MySQL%20-%20Introduction.md)\n\n\n\n### PHP \u003ca name=\"PHP\"\u003e\u003c/a\u003e\n\n[go to top](#top)\n\n- [Syntax and Database Interactions](./PHP/01%20PHP%20-%20Syntax%20and%20DB%20Interactions.md)\n- [Object-Oriented Syntax](./PHP/02%20PHP%20-%20Object-Oriented%20Syntax.md)\n\n\n\n### Python 3 \u003ca name=\"Python 3\"\u003e\u003c/a\u003e\n\n[go to top](#top)\n\n- [Introduction and Basic Syntax](./Python%203/01%20Python%203%20-%20Introduction.md)\n- [Functions and File IO](./Python%203/02%20Python%203%20-%20Functions%20and%20File%20IO.md)\n- [Object-Oriented Syntax](./Python%203/03%20Python%203%20-%20Object-Oriented%20Syntax.md)\n- [Advanced Concepts](./Python%203/04%20Python%203%20-%20Advanced%20Concepts.md)\n- [Data Structures](./Python%203/05%20Python%203%20-%20Data%20Structures.md)\n\n\n\n### WordPress \u003ca name=\"WordPress\"\u003e\u003c/a\u003e\n\n[go to top](#top)\n\n- [Introduction and Basic Syntax](./WordPress/01%20WordPress%20-%20Introduction.md)\n\n​    \n\n## Credits\n\nAll credits and sources are listed inside the tutorials and references themselves.\n\n\n\n```\n                            .     .\n                         .  |\\-^-/|  .    \n                        /| } O.=.O { |\\\n```\n","funding_links":["https://www.buymeacoffee.com/methylDragon","https://www.paypal.me/methylDragon"],"categories":["Courses"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmethylDragon%2Fcoding-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FmethylDragon%2Fcoding-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmethylDragon%2Fcoding-notes/lists"}