An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by aabduvak

A curated list of projects in awesome lists by aabduvak .

https://github.com/aabduvak/42make

A Bash script is a plain text file which contains a series of commands. Purpose of project is to create Makefile for 42 school projects

42 42cursus bash bash-scripting makefile makefile-generation

Last synced: 25 Apr 2025

https://github.com/aabduvak/minishell

The objective of this project is for you to create a simple shell. Yes, your own little bash or zsh. You will learn a lot about processes and file descriptors.

42 42cursus 42school bash minishell shell

Last synced: 25 Apr 2025

https://github.com/aabduvak/gnl

Get Next Line is an individual project at 42 that requires us to create a function similar to the getline from CPP and fgets from C. This function allows a file to be read line after line if called in a loop.

42 42born2code 42cursus 42istanbul 42school

Last synced: 25 Feb 2025

https://github.com/aabduvak/minitalk

The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.

42 42born2code 42cursus 42istanbul 42school minitalk

Last synced: 25 Mar 2025

https://github.com/aabduvak/push_swap

This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.

42born2code 42cursus 42istanbul 42school pushswap sorting

Last synced: 25 Feb 2025

https://github.com/aabduvak/object-detection-setup

The YOLOv8 Object Detection Setup allows users to perform real-time object detection using the YOLOv8 algorithm. The project is designed for simplicity and convenience, enabling users to run their models seamlessly and obtain output videos with detected objects.

computer-vision deep-neural-networks object-detection opencv yolov8

Last synced: 16 Mar 2025

https://github.com/aabduvak/my-experience-in-ecole42

2021 | This repository contains many completed for each day of the very first "Piscine C"

42istanbul 42school ecole ecole42

Last synced: 25 Feb 2025

https://github.com/aabduvak/fdf

This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines.

42 42cursus 42istanbul 42school fdf graphics minilibx

Last synced: 25 Feb 2025

https://github.com/aabduvak/internify-db

Database implementation of "Internify" project

Last synced: 25 Feb 2025

https://github.com/aabduvak/course-bot

Telegram Bot for Course Registration with Django and Bitrix24 CRM Integration

bitrix24 python telegram-bot-api

Last synced: 25 Feb 2025

https://github.com/aabduvak/libft

Libft (42cursus) 2022. This project aims to redo in C a library of usual functions that can be used is the next projects of 42.

42born2code 42cursus 42istanbul 42school libft

Last synced: 25 Feb 2025

https://github.com/aabduvak/matrix-calculator

Just assignment from Parallel Computing lecture

multithreading parallel-computing

Last synced: 25 Feb 2025

https://github.com/aabduvak/ft_printf

ft_printf (42cursus) 2022-2023. Remake printf. A project usefull for the next projects. The aim is to learn how variable size arguments works.

42 42born2code 42cursus 42istanbul 42projects 42school printf

Last synced: 14 Mar 2025

https://github.com/aabduvak/philosophers

In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.

42born2code 42istanbul 42school multithreading mutex semaphore

Last synced: 25 Feb 2025

https://github.com/aabduvak/club-management-system

Group project from Software Requirement Analysis lecture

django management-system python

Last synced: 25 Feb 2025

https://github.com/aabduvak/redux-app

Last synced: 25 Feb 2025

https://github.com/aabduvak/mearn-posting-app

Application for posting images and their locations

Last synced: 25 Feb 2025

https://github.com/aabduvak/utech_wp_template

The wordpress template of Uskudar university TECHNOUSKUDAR student's club

Last synced: 25 Feb 2025

https://github.com/aabduvak/github-slideshow

A robot powered training repository :robot:

Last synced: 25 Feb 2025

https://github.com/aabduvak/technouskudar

The web site of Uskudar University TECHNOUSKUDAR student's club

Last synced: 25 Feb 2025

https://github.com/aabduvak/tweet-app

Last synced: 25 Feb 2025

https://github.com/aabduvak/django-tree-menu

A Django project that creates treeview menus is a web application that provides an organized and hierarchical navigation menu structure for the user interface. The project will use the Django framework, which is a popular Python-based web framework that allows for rapid development and easy maintenance of web applications.

Last synced: 25 Feb 2025

https://github.com/aabduvak/ft_transcendence

This project is about creating a website for the mighty Pong contest! Thanks to your website, users will play Pong with others. You will provide a nice user interface, a chat, and real-time multiplayer online games!

Last synced: 25 Feb 2025

https://github.com/aabduvak/inception

This project aims to broaden your knowledge of system administration by using Docker. You will virtualize several Docker images, creating them in your new personal virtual machine.

42 42cursus 42istanbul 42school docker docker-compose dockerfile

Last synced: 25 Feb 2025

https://github.com/aabduvak/hospital-api

Hospital API is a cutting-edge project that revolutionizes healthcare communication by offering patients the ability to connect with their doctors at their convenience. With this api, patients can chat with their doctors through the platform, make appointments, and locate nearby hospitals all in one place.

api django django-rest-framework google-cloud

Last synced: 25 Feb 2025

https://github.com/aabduvak/feedapp

Last synced: 25 Feb 2025

https://github.com/aabduvak/smartup-service

SmartUp SMS Service is a robust software solution designed to enhance customer relationships and streamline administrative reporting. The system automates the process of sending SMS notifications to customers about their payments, gathers daily data on deals, customers, and payments, and provides detailed daily reports to administration.

custom-commands django django-rest-framework sms-api telegram-bot

Last synced: 25 Feb 2025

https://github.com/aabduvak/avaj-launcher

You will have to implement a minimal aircraft simulation program based on a given UML class diagram. The Unified Modeling Language is used in software engineering for visualizing the design of an application.

42istanbul 42school design-patterns java oop

Last synced: 25 Feb 2025

https://github.com/aabduvak/ft_containers

The multiple available containers in C++ all have a very different usage. To make sure you understand them all, let's re-implement them!

42istanbul 42school containers data-structures stl

Last synced: 25 Feb 2025

https://github.com/aabduvak/blog

Simple blog project (Learning Django)

Last synced: 25 Feb 2025

https://github.com/aabduvak/cpp-module

Module CPP (42cursus) 2022-2023

Last synced: 25 Feb 2025

https://github.com/aabduvak/design-patterns

“GoF Design Patterns” is one of the most popular books to learn design patterns. The book was authored by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides. It got nicknamed as Gangs of Four design patterns because of four authors.

Last synced: 25 Feb 2025

https://github.com/aabduvak/exchange

Last synced: 25 Feb 2025

https://github.com/aabduvak/bitrix24-widget

Custom widget for Bitrix24 which displays list of products, product details, category and subcategories

Last synced: 25 Feb 2025

https://github.com/aabduvak/aabduvak

The README.md file of a GitHub profile

readme readme-profile

Last synced: 25 Feb 2025

https://github.com/aabduvak/shippingday-calculator

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Last synced: 25 Feb 2025

https://github.com/aabduvak/postfinder

Last synced: 25 Feb 2025

https://github.com/aabduvak/ft_irc

IRC (Internet Relay Chat) is a protocol for real-time text messaging between internet-connected computers created in 1988.

42 42istanbul 42school cpp98 irc-server oop socket

Last synced: 13 Mar 2025