Skip to content
View klokanpes's full-sized avatar

Block or report klokanpes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
klokanpes/README.md

Hi, I'm Vojtěch Černý! 👋

Aspiring software developer with a passion for web development and programming in C. With experience in HTML, CSS, Python, C, Django, Flask and JavaScript.

🌱 I’m currently studying the core curriculum at 42Prague.

📫 Reach me at: cernyvojt@gmail.com or vojtechcerny.tech

🌟 Highlights

42Prague Core Curriculum projects:

  • libft - a library of standard C function clones (C)
  • ft_printf - printf clone (C)
  • get_next_line - a function to get next line from an FD with dynamically growing buffer (C)
  • push_swap - project about sorting algorithms (C)
  • pipex - pipe simulating project (C)
  • so_long - a 2D game (C)
  • minitalk - communication between processes (C)
  • fdf - a matrix rendering project (C)
  • philo - the dining philosophers problem simulator - multithreading (C)
  • minishell - a simplified bash shell clone (C)
  • cub3D - 3D raycaster, similar technology to the classic Wolfenstein3D (C)

CS50 final projects:

  • Personal website - final project for CS50Web - a complete website made with Django (Django, DRF, Python, HTML, JavaScript)
  • Triage writer - final project for CS50P - a GUI application for triage (Python)
  • Reviews - final project for CS50X - a website made with Flask (Python, Flask, SQL, HTML, Jinja)
  • PEC database - final project for CS50SQL - a database in sqlite with design documentation (SQL)

Side projects:

  • Timekeeper - a personal CLI utility to keep track of time spent on specific tasks (C++)
  • The CAT API - a side project to learn how to work with API endpoints (JavaScript)

Pinned Loading

  1. personal_website personal_website Public

    JavaScript 1

  2. _minishell _minishell Public

    A bash (shell) clone with a lot of functionality

    C

  3. cub3D cub3D Public

    A 3D raycaster game made with the minilibx GL in C

    C

  4. timekeeper timekeeper Public

    C++

  5. triage_writer triage_writer Public

    CS50py final project, a Python app for triaging patients on scene of a mass casualty incident and marking the results of the triage.

    Python