Pinned Repositories
django
The Web framework for perfectionists with deadlines.
django-rest-framework
Web APIs for Django. 🎸
django-pg-trunk
A PostgreSQL profiler for Django that uses pg_stat_statements extension
django-sloop
The django package for sloop implementation
drf-extra-fields
Extra Fields for Django Rest Framework
hipo-drf-exceptions
A Django app for returning consistent, verbose and easy to parse error messages on Django Rest Framework backends.
32-bit-Divisor-Intel-8051
This is an Assembly program that works on Intel 8051 and EdSim, which divides a 32-bit number to a 16-bit number.
ansi-art-converter-fuse
A file system that filters and converts the text files which include ANSI art in source directory to PNG images in destination directory on the fly on Linux, written in C. System Programming course project.
Appointment-Simulation
This is an Appointment Simulation program written in C++.
omerfarukabaci's Repositories
omerfarukabaci/ansi-art-converter-fuse
A file system that filters and converts the text files which include ANSI art in source directory to PNG images in destination directory on the fly on Linux, written in C. System Programming course project.
omerfarukabaci/32-bit-Divisor-Intel-8051
This is an Assembly program that works on Intel 8051 and EdSim, which divides a 32-bit number to a 16-bit number.
omerfarukabaci/Appointment-Simulation
This is an Appointment Simulation program written in C++.
omerfarukabaci/Basic-Computer-with-Logisim
This is a Logisim project that implements a basic computer.
omerfarukabaci/Basic-Website-with-Python-Bottle
omerfarukabaci/Bisection-Method-Implementation
This is a C program that implements Bisection Method to find the roots of a quadratic functions in an interval.
omerfarukabaci/Box-Coloring
A basic C program to simulate a dyeing machine which can color 2 items simultaneously, implementing an IPC using shared memories and semaphores among multiple processes.
omerfarukabaci/Call-Taker-Performance-Analyzer
This is a C++ program that analyzes call takers' performance according to a dataset using Heapsort algorithm.
omerfarukabaci/Discogripy
A Python program that lists all of the albums of an artists given an URI, using Spotipy module.
omerfarukabaci/django
The Web framework for perfectionists with deadlines.
omerfarukabaci/django-rest-framework
Web APIs for Django. 🎸
omerfarukabaci/django-ses-plus
It's an extension for django-ses package
omerfarukabaci/Hash-Table-Implementation
Implementation of several Hash Tables with different methods in C++.
omerfarukabaci/Heapsort-Algorithm-Implementation
This is a C++ program that implements Heapsort Algorithm.
omerfarukabaci/hipo-meal
A basic recipe sharing website and RESTful API made with Python, Django and Django-Rest-Framework
omerfarukabaci/Insertion-Sort-vs.-Merge-Sort
This program is written in C++ to compare Insertion Sort with Merge Sort. To run the program, the dataset "log_inf.csv" is needed to be included. It can be found here: https://www.kaggle.com/deeiip/1m-real-time-stock-market-data-nse/downloads/log_inf.csv/3
omerfarukabaci/mastermind-game
A character device driver module on Linux to play the Mastermind game in terminal with bash commands, written in C. System Programming course project.
omerfarukabaci/Maze-Generator
This is a Maze Generator program written in C++.
omerfarukabaci/Maze-Solver
This is a Maze Solver program written in C++.
omerfarukabaci/MSP430-Assembly-Experiments
These assembly codes are written to implement the tasks in the PDFs on an MSP430 Microcontroller, in Code Composer Studio.
omerfarukabaci/nodejs-bigcloud-exercise
omerfarukabaci/Phone-Book-Application
This is a Phone Book Application written on C++ using Linked Lists.
omerfarukabaci/Phone-Book-Application-2
This is a Phone Book Application written in C++ using a Tree.
omerfarukabaci/Postfix-Calculator
This is a Postfix Calculator program written in C++.
omerfarukabaci/Pygame-and-Pymunk-Exercises
These Python programs are some basic Pygame and Pymunk applications.
omerfarukabaci/School-Mail-Generator
This program is a C++ program that creates a school mail for ITU students.
omerfarukabaci/Speechless-Helper
A web-app which might be used by ALS patients, as they can barely use their muscles and need to express themselves. It is created by using HTML, Javascript, Spectre. Icons were made by Freepik from www.flaticon.com.
omerfarukabaci/terraform-provider-cloudflare
Cloudflare Terraform Provider
omerfarukabaci/Ucuz-Pisir
A recipe website written in Python with Flask module, using PostgreSQL database, working on Heroku.