Gökberk Keptiğ (gokberkkeptig)

gokberkkeptig

Geek Repo

Location:Toscana, Italia

Github PK Tool:Github PK Tool

Gökberk Keptiğ's repositories

Data-Structures-Indexing-Websites-

Binary search tree ADT and AVL Tree and make a comparıson between both data structures through complexıty analysis. Writing a program that creates an index of a given list of the top popular websites and their IP addresses.

Language:CLicense:MITStargazers:1Issues:1Issues:0

Intelligent-Bone-Fractures-Detection-and-Classification-System

Technological developments are getting more critical in medical fields. Over many years,in the medical field, we use these technology such as X-rays, digital radiography, andultrasound to detect diagnosis and make decision purposes. Radiologist and the doctorsthat are related to this field can make many accurate and precise decisions using thesetechnological improvements. Since the determination of fractures also affects the treat-ment process, we wanted to develop a program to facilitate both doctors’ work and avoidpossible scenarios in which the human eye may have difficulty distinguishing. We willtry to determine the fracture of the humerus bone X-rays we received from the user inour work. The first step is detecting bone segments accurately. We will use differenttechniques to achieve our aims and objectives, which we discuss in later sections.

Microcontroller-Based-Multi-Tasked-System-Development

Microcontroller Temperature Controlled System. Writing C code to implement temperature controller system on AVR ATMega128 (UNI-DS6 development board), Proteus 8 to simulate the system, which aims to keep the environment in a cool mode. To achieve that, it simultaneously recording the temperature using a potentiometer sensor. Then, the system acting accordingly by activating a PC fan using the L293D driver and simultaneously displaying the fan speed and temperature on a 4 bit LCD screen.

Language:AssemblyLicense:MITStargazers:1Issues:1Issues:0
Language:PythonLicense:MITStargazers:0Issues:1Issues:0

Communication-in-Unix

Communication in Unix using fork, wait, pipe,kill,signal

Language:CStargazers:0Issues:1Issues:0
Language:HTMLStargazers:0Issues:1Issues:0

Full-Adder

An adder is a digital circuit that performs addition of numbers. Full Adder is the adder which adds three inputs and produces two outputs. The first two inputs are A and B and the third input is an input carry as C-IN. The output carry is designated as C-OUT and the normal output is designated as S which is SUM.

Language:CStargazers:0Issues:1Issues:0
Language:MATLABStargazers:0Issues:1Issues:0

ResManApp-Database-MySql-Connection

This project has two aims: (1) to learn how to connect a Java application to a backend database; (2) to learn how to use part of the object serialization and Java Security API. We will connect it to a backend database and also use MD5 algorithm to do security checks.

Language:JavaStargazers:0Issues:1Issues:0

Restaurant-Management-Application

The aim of this project is to create a graphical user interface to the Restaurant Management Application and also store/retrieve the data in external binary files.

Language:JavaLicense:MITStargazers:0Issues:1Issues:0

Image-Enhancement-in-Spatial-Domain

The purpose of this project is to work with the fundamental spatial domain image enhancement techniques. The project is organized in three parts each of which requires different techniques. For each part, developing different algorithm based on the techniques and tune them for specific images.

Language:MATLABStargazers:0Issues:1Issues:0
Language:JavaScriptStargazers:0Issues:1Issues:0

MIPS-Assembler-Project

A simple assembler using a high-level programming language such as Python to convert any MIPS assembly program containing some of the main MIPS instructions to hexadecimal machine language or object code.

Language:PythonStargazers:0Issues:1Issues:0

segment-anything

The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.

License:Apache-2.0Stargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0
Language:CLicense:MITStargazers:0Issues:1Issues:0

Vending-Machine

In this programming assignment, you will be implementing a program that simulates a vending machine, i.e. the sale of items, coin counting and change giving. This vending machine will work as follows. A customer will first deposit an initial amount of money and then select an item from the vending machine. Your program must check that the customer makes a valid selection. If it is a valid selection, then the price of selected item will be deducted from the initial deposit and also the number of items in your vending machine will be updated accordingly. Once the customer has finished his/her selection, then your vending machine calculates the denominations of coins that are to be returned to the customer as change. Assume that only 1 TL, 0.5 TL, 0.20 TL, 0.10 TL and 0.05 TL coins are available for making change. With this vending machine, assume that the customer can select only one item at a time. There are 10 of each item at the beginning of each day. If a customer selects an item that is no longer available, then the vending machine will display an error message. Your vending machine starts when it is switched on and only stops when power is shut off. In this vending machine, the following selections are on offer: 1. Water 1.00 TL 2. Coke 1.20 TL 3. Diet Coke 1.20 TL 4. Iced Tea 1.00 TL 5. Swiss Chocolate 1.50 TL 6. Candy 0.95 TL 7. Chips 2.50 TL 8. Bubble Gum 1.50 TL 9. Turkish Delight 2.00 TL

Language:CStargazers:0Issues:1Issues:0