Skip to content
View itsYakub's full-sized avatar
:octocat:
octocat
:octocat:
octocat

Block or report itsYakub

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
itsYakub/README.md

About me ✨

#include <stdio.h>

int main(int ac, char **av) {
	// Let's print hello world!
	fprintf(stdout, "Hello, world!\n");

	// Maybe something about me?
	fprintf(stdout, "================================\n");

	fprintf(stdout, "> Job: 			OPEN FOR OPPORTUNITIES\n");
	fprintf(stdout, "> School: 			@42warsaw, @Vizja-University\n");
	fprintf(stdout, "> Main language: 	πŸ‡¨ \n");
	fprintf(stdout, "> Nationality: 	πŸ‡΅πŸ‡± \n");
	fprintf(stdout, "> Age and gender:	πŸ‘¦ 20yo \n");

	fprintf(stdout, "================================\n");

	// And maybe some contact info?
	fprintf(stdout, "> Twitter: @YakubButOnTwt\n");
	fprintf(stdout, "> LinkedIn: www.linkedin.com/in/jakub-oleksiak-369625329\n");
	fprintf(stdout, "> gmail: yakubofficialmail@gmail.com\n");

	fprintf(stdout, "================================\n");

	return (0);
}

Projects πŸ’–

Single-header toolchain:

Readme Card Readme Card Readme Card

42Warsaw projects:

1. 42 Core Curriculum:

Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card

2. 42 Advanced Curriculum:

Readme Card

Pinned Loading

  1. Silk Silk Public

    Single-Header CPU graphics library

    C 60 5

  2. glapi glapi Public

    OpenGL loader and generator, written in Python and C. Based on the official KhronosGroup specifications.

    Python

  3. mathlib mathlib Public

    C