[
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2018 Paulina Sprawka\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "\n# 42 Starfleet Academy - Curriculum\n  ### Below there are three quarters (9 months) of 42 Starfleet Academy (projects and deadlines): \n<p float=\"left\">\n  <img src=\"srcs/road1.png\" width=\"29.4%\"/>\n  <img src=\"srcs/road2.png\" width=\"32.8%\"/> \n  <img src=\"srcs/road3.png\" width=\"35.8%\"/>\n</p>\n\n</br></br></br>\n# 42 Holly Graph & [my] Projects\n ### (Some of the repos are private so you may not be able to access them)\n ### There are a few branches in 42 Holly Graph (42 curriculum):\n![](srcs/holly_graph.png)\n\n</br>\n\n### 1. Basic branch - the beginning of 42 cursus.\n![](srcs/basic_b.png) \n\n|Project|Branch|Curriculum|Difficulty|Language|Status|\n|:-:|:-:|:-:|:-:|:-:|:-:|\n|[Libft](https://github.com/psprawka/Libft)|Base|42 Cadet|T1|C|:rooster:|\n|[Get_next_line](https://github.com/psprawka/Get_next_line)|Base|42 Cadet|T1|C|:rooster:|\n|[Fillit](https://github.com/psprawka/Fillit)|Base|42 Cadet|T1|C|:rooster:|\n</br>\n\n### 2. Algorithms branch - the easiest road to take if you like to think logically.\n![](srcs/algoritms_b.png)\n\n|Project|Branch|Curriculum|Difficulty|Language|Status|\n|:-:|:-:|:-:|:-:|:-:|:-:|\n|[Ft_printf](https://github.com/psprawka/Ft_printf)|Algorithms|42 Cadet|T1|C|:rooster:|\n|[Push_swap](https://github.com/psprawka/Push_swap)|Algorithms|42 Home|T1|C|:egg:|\n|[Lem_In](https://github.com/psprawka/Lem-in)|Algorithms|42 Starfleet|T2|C|:rooster:|\n|[Corewar](https://github.com/psprawka/Corewar)|Algorithms|42 Starfleet|T3|C|:rooster:|\n|[Computor_V1](https://github.com/psprawka/Computor_V1)|Algorithms|42 Home|T1|Python|:rooster:|\n</br>\n\n### 3. Unix branch - the most difficult, but the most useful branch in 42 curriculum.\n![](srcs/unix_b.png)\n\n|Project|Branch|Curriculum|Difficulty|Language|Status|\n|:-:|:-:|:-:|:-:|:-:|:-:|\n|[Ft_ls](https://github.com/psprawka/Ft_ls)|Unix|42 Starfleet|T1|C|:rooster:|\n|[Minishell](https://github.com/psprawka/Minishell)|Unix|42 Home|T1|C|:hatched_chick:|\n|[21sh](https://github.com/psprawka/21sh)|Unix|42 Home|T2|C|:egg:|\n|[42sh](https://github.com/psprawka/42sh)|Unix|42 Home|T3|C|:egg:|\n|[Ft_select](https://github.com/psprawka/Ft_select)|Unix|42 Home|T1|C|:egg:|\n|[Malloc](https://github.com/psprawka/Ft_malloc)|Unix|42 Starfleet|T2|C|:hatched_chick:|\n|[Ft_script](https://github.com/psprawka/Ft_script)|Unix|42 Home|T1|C|:egg:|\n|[Nm_otool](https://github.com/psprawka/Nm-otool)|Unix|42 Starfleet|T2|C|:hatching_chick:|\n|[LibftASM](https://github.com/psprawka/LibftASM)|Unix|42 Starfleet|T2|ASM|:rooster:|\n|[Dr Quine](https://github.com/psprawka/Dr_Quine)|Unix|42 Home|T2|?|:egg:|\n|[IRC](https://github.com/psprawka/IRC)|Unix|42 Starfleet|T2|C|:hatched_chick:|\n|[Zappy](https://github.com/psprawka/Zappy)|Unix|42 Starfleet|T4|C/C++/Python|:rooster:|\n </br>\n \n### 4. Graphics branch - the funniest path for game developers.\n![](srcs/graphics_b.png)  \n</br>\n\n### 5.  Web branch - perfect direction if you want to create websites.\n![](srcs/web_b.png)\n\n|Project|Branch|Curriculum|Difficulty|Language|Status|\n|:-:|:-:|:-:|:-:|:-:|:-:|\n|[PHP Piscine](https://github.com/psprawka/Php_piscine)|Web|42 Starfleet|T1|HTML/CSS/PHP|:rooster:| \n</br>\n\n### 7. OOP branch - the best way to see everything in life as objects. 😛 \n![](srcs/oop_b.png)\n\n|Project|Branch|Curriculum|Difficulty|Language|Status|\n|:-:|:-:|:-:|:-:|:-:|:-:|\n|[C++ Piscine](https://github.com/psprawka/Cpp_piscine)|OOP|42 Starfleet|T2|C++|:rooster:|\n|[Abstract VM](https://github.com/psprawka/Abstract_VM)|OOP|42 Starfleet|T2|C++|:rooster:|\n|[Bomberman](https://github.com/psprawka/Bomberman)|OOP|42 Home|T3|C++|:egg:|\n</br>\n\n### 8. DevOps branch - learning how to release features more efficient.\n![](srcs/devops_b.png)\n\n|Project|Branch|Curriculum|Difficulty|Language|Status|\n|:-:|:-:|:-:|:-:|:-:|:-:|\n|[Init](https://github.com/psprawka/Init)|Dev-Ops|42 Home|T1|Shell|:hatching_chick:|\n|[Docker-1](https://github.com/psprawka/docker-1)|Dev-Ops|42 Starfleet|T1|Shell|:rooster:|\n</br>\n\n### 9. Security branch - good way to introduce yourself to hacking (maybe).\n![](srcs/security_b.png)\n\n|Project|Branch|Curriculum|Difficulty|Language|Status|\n|:-:|:-:|:-:|:-:|:-:|:-:|\n|[Ft_ssl_md5](https://github.com/psprawka/Ft_ssl_md5)|Security|42 Starfleet|T2|C|:rooster:|\n"
  }
]