Pinned Repositories
andy
Andy assesses student's test code. It's used in CSE1110, TU Delft.
denemeAppiumServer
exam-rank-3
My solutions for exam rank 3
exam_rank_2
My solutions for exam rank 2
ft_printf
Summary: This project is pretty straight forward. You will recode printf. Hopefully you will be able to reuse it in future project without the fear of being flagged as a cheater. You will mainly learn how to use variadic arguments.
get_next_line
Summary: This project is about programming a function that returns a line read from a file descriptor.
Github-Colllab
libft
Summary: The aim of this project is to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects
minitalk
Summary: The purpose of this project is to code a small data exchange program using UNIX signals.
Team135_SoruCozumu
selcyilm's Repositories
selcyilm/Team135_SoruCozumu
selcyilm/Github-Colllab
selcyilm/andy
Andy assesses student's test code. It's used in CSE1110, TU Delft.
selcyilm/denemeAppiumServer
selcyilm/exam-rank-3
My solutions for exam rank 3
selcyilm/exam_rank_2
My solutions for exam rank 2
selcyilm/ft_printf
Summary: This project is pretty straight forward. You will recode printf. Hopefully you will be able to reuse it in future project without the fear of being flagged as a cheater. You will mainly learn how to use variadic arguments.
selcyilm/get_next_line
Summary: This project is about programming a function that returns a line read from a file descriptor.
selcyilm/libft
Summary: The aim of this project is to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects
selcyilm/minitalk
Summary: The purpose of this project is to code a small data exchange program using UNIX signals.
selcyilm/Guru99_Bank_Project
selcyilm/Java_Piscine
I find 42 schools java piscine pdf's, so i will try to do them and learn some java :)))
selcyilm/JDBC_TestNGDeneme
selcyilm/JUnit_SoruCozumu
selcyilm/Linked-List-Lib
selcyilm/mooc-software-testing
selcyilm/my_website
selcyilm/push_swap
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.