{"id":23951121,"url":"https://github.com/tolerblanc/42_seoul","last_synced_at":"2025-10-15T10:03:58.591Z","repository":{"id":65340208,"uuid":"297102042","full_name":"Tolerblanc/42_Seoul","owner":"Tolerblanc","description":"Projects in 42Seoul","archived":false,"fork":false,"pushed_at":"2024-04-27T18:34:01.000Z","size":175,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-06T12:58:46.367Z","etag":null,"topics":["42seoul","born2code","c","cpp"],"latest_commit_sha":null,"homepage":"","language":"C","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/Tolerblanc.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":"2020-09-20T15:09:30.000Z","updated_at":"2024-04-27T18:34:05.000Z","dependencies_parsed_at":"2024-04-27T19:44:43.108Z","dependency_job_id":null,"html_url":"https://github.com/Tolerblanc/42_Seoul","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/Tolerblanc%2F42_Seoul","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tolerblanc%2F42_Seoul/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tolerblanc%2F42_Seoul/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tolerblanc%2F42_Seoul/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tolerblanc","download_url":"https://codeload.github.com/Tolerblanc/42_Seoul/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240449891,"owners_count":19803125,"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":["42seoul","born2code","c","cpp"],"created_at":"2025-01-06T12:58:50.443Z","updated_at":"2025-10-15T10:03:58.514Z","avatar_url":"https://github.com/Tolerblanc.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 42Seoul Repository\n\n## 42 Cursus (2020.09.28 ~ )\n\n\u0026nbsp;\n| Subject | Summary | date | Score | Level |\n|-------------------|-------------------|------|-------|-------|\n|libft | Recode Clib \u0026 your own library |2020.10.20|103/100|1.00|\n|get_next_line | Read File Descriptor \u0026 static variables |2020.12.30|100/100|1.40|\n|ft_printf| Recode printf() : variable arguments |2021.03.04|100/100|1.79|\n|netwhat| Basic Network Knowledge |2021.04.04|100/100|2.00|\n|ft_server| Basic Docker Container Usage |2021.04.17|100/100|2.54|\n|minitalk| Implement Inter Process Communication with 2 User signals |2023.01.09|80/100|2.82|\n|Exam Rank 02| The 1st Exam on Cursus : mini_printf |2023.01.10|100/100|2.82|\n|push_swap| Sorting with your own algorithm by using 2 deque-like-stack |2023.01.27|100/100|3.22|\n|so_long| Make basic 2d game with MiniLibX |2023.01.30|100/100|3.39|\n|Exam Rank 03| The 2nd Exam on Cursus : minipaint |2023.02.14|100/100|3.39|\n|minishell| Make your own SHELL : multi processing |2023.02.22|100/100|3.88|\n|philosophers| Dining philosophers problem : multi threading |2023.03.03|100/100|4.16|\n|CPP Module 00| Namespace, Class, Member functions, STDIO streams|2023.03.15|100/100|4.16|\n|CPP Module 01| Memory allocation, Member pointers, Reference|2023.03.17|100/100|4.16|\n|CPP Moudle 02| Ad-hoc Polymorphism, Operator overloading, Orthodox Canonical Form|2023.03.24|100/100|4.16|\n|CPP Module 03| Inheritance, Multiple Interitance Problem|2023.03.26|100/100|4.16|\n|CPP Module 04| Subtype Polymorphism, Abstract Class, Interfaces |2023.03.28|100/100|4.74|\n|Exam Rank 04 | The 3rd Exam on Cursus : microshell |2023.03.28|100/100|4.74|\n|miniRT| Basic RayTracing Implementation with MiniLibX|2023.05.26|100/100|5.08|\n|CPP Module 05| Repetition and Exceptions|2023.06.25|100/100|5.08|\n|CPP Module 06| C++ Casts : type conversion|2023.06.26|100/100|5.08|\n|CPP Moudle 07| C++ Templates : Generic Programming|2023.06.27|100/100|5.08|\n|CPP Module 08| C++ STL : Templated containers, iterators, algorithms|2023.06.28|100/100|5.08|\n|CPP Module 09| C++ STL : Templated containers, iterators, algorithms|2023.07.04|100/100|5.67|\n|Exam Rank 05 | The 4th Exam on Cursus : cpp_modules |2023.07.25|100/100|5.67|\n|ft_irc| Make your own IRC Server : Socket Programming |2023.07.28|125/100|7.38|\n|Inception| System administration using docker-compose |2023.08.07|100/100|8.30|\n|Exam Rank 06 | The Last Exam on Cursus : miniserv |2023.08.14|100/100|8.30|\n|ft_transcendence | A Real-time Multiplayer Pong Game Webapp with Chat, 42 OAuth.|2023.10.25|100/100|10.67|\n\n## La Piscine (2020.07.27 ~ 2020.08.21)\n\n\u0026nbsp;\n| Subject | Summary | date | Score |\n|-------------------|-------------------|------|-------|\n|C Piscine Shell 00 | Learning Basic Shell (1) |2020.07.29| 100/100 |\n|C Piscine Shell 01 | Learning Basic Shell (2) |2020.08.01| 100/100|\n|C Piscine C 00 | C Basic : write() function |2020.08.05| 97/100|\n|C Piscine C 01 | C Basic : Pointer |2020.08.05| 100/100|\n|C Piscine C 02 | C Basic : Recode Functions in \u003cstring.h\u003e (1) |2020.08.10| 75 /100|\n|C Piscine C 03 | C Basic : Recode Functions in \u003cstring.h\u003e (2) |2020.08.10| 100/100|\n|C Piscine C 04 | C Basic : Recode atoi() and others |2020.08.18|70/100|\n|C Piscine C 05 | C Basic : Recursives and Ten Queens puzzle |2020.08.19|100/100|\n|C Piscine C 06 | C Basic : Command Line Parameters |2020.08.12 | 100/100|\n|C Piscine C 07 | C Basic : Heap Memory Allocation |2020.08.21|0/100|\n|C Piscine C 08 | C Basic : Writing Custom Header |2020.08.19 | 100/100|\n|C Piscine C 09 | C Basic : Makefile |2020.08.21|100/100|\n|C Piscine Rush 00 | The First Team Project of C Piscine |2020.08.02| 120/100|\n|C Piscine Rush 01 | The Second Team Project of C Piscine |2020.08.09| 0/100|\n|C Piscine Exam 00 | The First Exam of C Piscine |2020.07.31| 64/100|\n|C Piscine Exam 01 | The Second Exam of C Piscine |2020.08.07|64/100|\n|C Piscine Exam 02 | The Third Exam of C Piscine |2020.08.14|84/100|\n|C Piscine Final Exam | The Final Exam of C Piscine |2020.09.18|66/100|\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftolerblanc%2F42_seoul","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftolerblanc%2F42_seoul","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftolerblanc%2F42_seoul/lists"}