Emre Kumaş's repositories

marvelous-api-client

Demo project for demonstrating Spring Boot Library

Language:JavaStargazers:12Issues:2Issues:0

Last_Assassin

An Android game developed in Android Studio with NgdroidApp framework. It is unfinished but playable. Most of the features were written from scratch.

Language:JavaStargazers:5Issues:2Issues:0

MWVCP-Genetic-Algorithm

In MWVCP, a member of np-complete family, it is required to find the vertex cover of a given graph such that the sum of the weights of the nodes is the minimum. A vertex cover of a graph is “a set of vertices such that each edge of the graph is incident to at least one vertex of the set”.

Language:PythonStargazers:5Issues:3Issues:0

Processor_Design

This is an implementation of a simple CPU in Logisim and Verilog.

Language:VerilogStargazers:5Issues:2Issues:0

Exam_Scheduling

This C project is built to schedule exams. It takes a text input file which contains name and lessons for every single person. The program analyses the input file and determine an appropriate exam scheduling so for every person no exam will be overlapping. A common problem in universities since no person can enter two exams at the same time.

Language:CStargazers:4Issues:1Issues:0

Travelling_Salesman_Problem_2Opt_Solution

The travelling salesman problem (TSP) asks the following question: Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city?

Language:CStargazers:4Issues:1Issues:0

Multithreaded_Matrix_Generator

The main purpose of this project was to become familiar with multithreaded programs and also how to deal with sychronization problems between threads.

Language:CStargazers:3Issues:2Issues:0

2D-Maze-Solver

This program solves a 2D maze with the help of several search algorithms like BFS, DFS, A* (A-Star) etc.

Language:PythonStargazers:2Issues:4Issues:0

haxball-server

Easy to use, practical haxball server

Language:JavaScriptStargazers:2Issues:1Issues:0

Cache_Simulator

This C project is a cache simulation of a CPU containing L1D, L1I and L2 caches. It takes an image of memory and a memory trace as input, simulates the hit/miss behavior of a cache memory on this trace, and outputs the total number of hits, misses and evictions for each cache type along with the content of each cache at the end.

Language:CStargazers:1Issues:0Issues:0

Myshell

This is a simple implementation of linux shell terminal.

Language:CStargazers:1Issues:1Issues:0

Puzzle_Solver

This JAVA program tests whether a two-dimensional list has a given string, either horizontally, vertically or diagonally. Simply you give a word as input and the program searches that word in a two-dimensional array which is the puzzle itself.

Language:JavaStargazers:1Issues:1Issues:0

Reptile-Emulator

Simply the simulated version of the CPU based on 'Reptile' design. It takes an assembly code file as input and shows the final state of all registers and data memory.

Language:CStargazers:1Issues:2Issues:0

Rest-In-Peace

A RESTful API with a single endpoint...

Language:JavaScriptStargazers:1Issues:2Issues:0

Shopping-Service

This program simulates a shopping service by synchronizing the product sales, reservations and cancellations using PThread, mutexes and semaphores.

Language:CStargazers:1Issues:2Issues:0

Text_Similarity

This C project is built to find text similarities between two files. What it actually does is it scans two files you give as input and outputs the similar words.

Language:CStargazers:1Issues:2Issues:0

Travelling-Agency

A travelling agency which customizes trips for customers. A trip plan consists of a hotel reservation in a requested time interval and a flight reservation for requested number of travelers.

Language:PythonStargazers:1Issues:3Issues:0

Expression-Parser

This parser converts one-line expression into assembly language format using the current ISA.

Language:JavaLicense:MITStargazers:0Issues:2Issues:0

Parse-File-From-This

A simple parser for any text file. Just give the input file, define what you want and get the corresponding output...

Language:PythonStargazers:0Issues:2Issues:0