{"id":26248449,"url":"https://github.com/criszst/mind-anottations","last_synced_at":"2026-02-16T16:03:47.825Z","repository":{"id":211182127,"uuid":"724336148","full_name":"criszst/Mind-Anottations","owner":"criszst","description":"💻| My general annotations about programming","archived":false,"fork":false,"pushed_at":"2025-01-27T22:47:31.000Z","size":3234,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T14:18:31.958Z","etag":null,"topics":["annotations","mind-annotations","mind-mapping"],"latest_commit_sha":null,"homepage":"","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/criszst.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":"2023-11-27T21:48:48.000Z","updated_at":"2025-01-27T22:47:35.000Z","dependencies_parsed_at":"2023-12-19T02:37:37.754Z","dependency_job_id":"ab81afdc-1ea6-41a1-9906-625a14a89039","html_url":"https://github.com/criszst/Mind-Anottations","commit_stats":null,"previous_names":["sstcristian/programationstudies-annotations","sstcristian/mindanottations","criszst/mind-anottations"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/criszst/Mind-Anottations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criszst%2FMind-Anottations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criszst%2FMind-Anottations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criszst%2FMind-Anottations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criszst%2FMind-Anottations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/criszst","download_url":"https://codeload.github.com/criszst/Mind-Anottations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criszst%2FMind-Anottations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278924136,"owners_count":26069400,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["annotations","mind-annotations","mind-mapping"],"created_at":"2025-03-13T14:18:33.669Z","updated_at":"2025-10-08T09:45:07.471Z","avatar_url":"https://github.com/criszst.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mind-Annotations\n![](Images/README/Pasted%20image%2020241119000937.png)\n*Some annotations that i use for study (ye i using obsidian)\n\n\n\nThese annotations, in general, is kinda like a \"mental map\" - I use annotation to keep my mind the infos about some studies and so on\n\nAlso, i like making these annotations bc they motivate me to study more about IT world\n\n**OBS**: These annotations are in portuguese, which is my native language\n\n- ## **Programming Concepts**\n\t- ##### `Big O Notation`\n\t\t- [Explanation, Example and Links](Programming%20Concepts/Big%20O%20Notation/Explanation,%20Example%20and%20Links.md)\n\t\t\n\t\t- ###### Asymptotic Notation\n\t\t\t- [Asymptotic Notation](Programming%20Concepts/Big%20O%20Notation/Asymptotic%20Notation/Asymptotic%20Notation.md)\n\t\t\t- [Rule of Dominant Term](Programming%20Concepts/Big%20O%20Notation/Asymptotic%20Notation/Rule%20of%20Dominant%20Term.md) \n\n\t\t- ###### Theory\n\t\t\t- [O(n)](Programming%20Concepts/Big%20O%20Notation/Theory/O(n).md)\n\t\t\t- [O(n²)](Programming%20Concepts/Big%20O%20Notation/Theory/O(n²).md) \n\t\t\n\t\t- ###### Practice Examples\n\t\t\t- [O(1)](Programming%20Concepts/Big%20O%20Notation/Practice%20Examples/O(1).md) \n\t\t\t- [O(n)](Programming%20Concepts/Big%20O%20Notation/Practice%20Examples/O(n).md) \n\t\t\t- [O(n²)](Programming%20Concepts/Big%20O%20Notation/Practice%20Examples/O(n²).md) \n\t\t\t- [O(n.m)](Programming%20Concepts/Big%20O%20Notation/Practice%20Examples/O(n.m).md) \n\t\n\t- ##### `Data Structures`\n\t\t- [Array (Vetor ou Matriz)](Programming%20Concepts/Data%20Structures/Array%20(Vetor%20ou%20Matriz).md)\n\t\t- [Stack - Last-In, Last-Out](Programming%20Concepts/Data%20Structures/Stack%20-%20Last-In,%20Last-Out.md)\n\t\t- [Queue - First-In, First-Out](Programming%20Concepts/Data%20Structures/Queue%20-%20First-In,%20First-Out.md)\n\t\t- [Binary Tree](Programming%20Concepts/Data%20Structures/Binary%20Tree.md)\n\t\n\t- ##### `Logaritm`\n\t\t- [Defination \u0026 Exemplos](Programming%20Concepts/Logaritm/Defination%20\u0026%20Exemplos.md)\n\t\n\t- ##### `Memory Alocation`\n\t\t- [Contiguous](Programming%20Concepts/Memory%20Alocation/Contiguous.md)\n\t\t- [Not Contiguous](Programming%20Concepts/Memory%20Alocation/Not%20Contiguous.md)\n\t\n\t- ##### `OOP (Object-Oriented Programming)`\n\t\t- [Inheritance](Programming%20Concepts/OOP%20(Object-Oriented%20Programming)/Inheritance.md)\n\t\t- [Polymorphism](Programming%20Concepts/OOP%20(Object-Oriented%20Programming)/Polymorphism.md)\n\t\t- [Encapsulation](Programming%20Concepts/OOP%20(Object-Oriented%20Programming)/Encapsulation.md)\n\t\t- [Abstraction](Programming%20Concepts/OOP%20(Object-Oriented%20Programming)/Abstraction.md)\n\t\t- [Object, Class and Instance](Programming%20Concepts/OOP%20(Object-Oriented%20Programming)/Object,%20Class%20and%20Instance.md)\n\t\n\t- ##### `Sorting Algorithm`\n\t\t- [Simple Methods](Programming%20Concepts/Sorting%20Algorithm/Simple%20Methods.md)\n\t\t- [Efficient Methods](Programming%20Concepts/Sorting%20Algorithm/Efficient%20Methods.md)\n\n\n- ## **Hardware**\n\t- [Hardware Architecture](Hardware/Hardware%20Architecture.md)\n\n\n- ## **Language Concepts**\n\n\t- ### C\n\t\t- [Pointers](Language%20Concepts/C/Pointers.md)\n\n\n- ### *Python*\n\n\t- ##### `Algorithm`\n\t\t- [Recursion](Language%20Concepts/Python/Algorithm/Recursion.md)\n\t\t- [List Comprehension](Language%20Concepts/Python/Algorithm/List%20Comprehension.md)\n\t\t- [Generator Expression](Language%20Concepts/Python/Algorithm/Generator%20Expression.md)\n\t\t- [Paradigms](Language%20Concepts/Python/Algorithm/Paradigms.md)\n\t\n\t- ##### `DS (Data Structures) \u0026 Iterators`\n\t\t- [Dictionaries](Language%20Concepts/Python/DS%20\u0026%20Iterators/Dictionaries.md)\n\t\t- [Lists](Language%20Concepts/Python/DS%20\u0026%20Iterators/Lists.md)\n\t\t- [Sets](Language%20Concepts/Python/DS%20\u0026%20Iterators/Sets.md)\n\t\t- [Tuples](Language%20Concepts/Python/DS%20\u0026%20Iterators/Tuples.md)\n\t\t- [Itarables and Iterators](Language%20Concepts/Python/DS%20\u0026%20Iterators/Itarables%20and%20Iterators.md)\n\t\n\t- ##### `Frameworks`\n\t\t- [PyTest](Language%20Concepts/Python/Frameworks/PyTest.md)\n\t\t- [Django](Language%20Concepts/Python/Frameworks/Django.md)\n\t\n\t- ##### `Virtual Environments`\n\t\t- [Venv](Language%20Concepts/Python/Virtual%20Environments/Venv.md)\n\t\n\t- ##### `Regular Expression`\n\t\t- [RegeEx](Language%20Concepts/Python/Regular%20Expression/RegeEx.md)\n\t\n\t- ##### `Dunder Methods`\n\t\t- [Dunder Methods](Language%20Concepts/Python/Dunder%20Methods/Dunder%20Methods.md)\n\t\n\t- ##### `Lambda`\n\t\t- [Lambda](Language%20Concepts/Python/Lambda/Lambda.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcriszst%2Fmind-anottations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcriszst%2Fmind-anottations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcriszst%2Fmind-anottations/lists"}