Hande Yıldırım (handeyildirim)

handeyildirim

Geek Repo

Company:Technical University of Munich

Location:Munich, DE

Github PK Tool:Github PK Tool

Hande Yıldırım's repositories

-1-App-For-Future-Women-Project

One of the biggest communication company of Turkey called Turkcell organized a competition to choose 10 talented students from different part of the country who interested in coding on Android Studio. For this project, I found an idea and create an Android application used by students in any university campus for helping and communicate with each other. Students can change the distances according to how far away they want to talk people. In this application, it is also possible if they want to share some pictures or their own profile with each other. This application was kind of a social media. With this application, I became the finalist in the competition.

Language:JavaStargazers:2Issues:0Issues:0

JavaScript-HTML-Comparing-Two-Inputs-With-Return

I've added something to the submit button. I went in and I added a onclick="return check();". So there's something new that you haven't seen before. It's the idea of the return value. And it says hey, don't just run this function, I need to know did it return true or false. Then, I went over here and I added an additional line of code to our JavaScript. It says go ahead check all the same things and still do that alert, but in addition, after the person hits okay I need you to return false. So for you only to be returning things two times, we'll run this function it'll go through says they didn't match, I'm gonna return the word false over here. And whenever input type sees a false it knows I've gotta stop. I'm not allowed to do what it is I'm trying to do.

Language:HTMLLicense:MITStargazers:2Issues:0Issues:0
Language:HTMLStargazers:2Issues:0Issues:0
Language:JavaStargazers:1Issues:0Issues:0

Android-Friendly-Chat-App

Android application which helps people to text with their friends. This project was created for Turkcell Future Women project.

Language:JavaStargazers:1Issues:0Issues:0
Language:JavaStargazers:1Issues:0Issues:0

Control-Systems-Equations-Analysis-and-Simulations

There are 4 different part in this project. In the first part, Manhattan Distance was calculated. In the other parts, differential equations and controls systems equation were analyzed. After that, graphics taken from the Simulink were observed.

Language:MATLABStargazers:1Issues:0Issues:0

Control-Systems-With-Matlab

You can find the explanations above

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

Final-Project-for-HTML5-Course-in-Coursera

My Final Project for HTML5 Course in Coursera

Language:HTMLStargazers:1Issues:0Issues:0

FM-Signal-and-Envelope-Detector

A communication system design project using Matlab and Simulink.

Language:MATLABStargazers:1Issues:0Issues:0

Form-Verification-and-A-Checkbox-Example

This example which is written in CodePen emphasize how to create a JavaScript form with "checked" attribute.

Language:HTMLLicense:MITStargazers:1Issues:0Issues:0

Fusion360-Mechanical-Part-Design

Designing a small box for an electronic system which can understand how many people in a room calculating the heat change.

Stargazers:1Issues:0Issues:0

JavaScript-Form-Homework-for-Interactivity-With-JavaScript

Writing codes needed to enable auto-complete on this form. Whenever the checkbox is checked, the code automatically copies the values from Shipping Name and Shipping Zip into the Billing Name and Billing Zip. If the checkbox is unchecked, the Billing Name and Billing Zip go blank.

Language:HTMLLicense:MITStargazers:1Issues:0Issues:0

JavaScript-HTML-Arrays-Adding-Elements

In this repository, I wrote a code using CodePen in order to emphasize adding some elements to a list. Therefore, a button was created for new elements and two different functions which makes more general the code were written.

Language:JavaScriptLicense:MITStargazers:1Issues:0Issues:0

JavaScript-Personal-Information-Form-Creation

In JavaScript, form elements have attributes as type,name,id etc. Also, there are some input types that we need to create cooler and more professional forms. Therefore, in this code i used some of input types and attributes.

Language:HTMLLicense:MITStargazers:1Issues:0Issues:0

Mechatronic-Instrumentation-Project

In this project, we will try to move our device using specific values which are defined by user and we have to get trapezoidal velocity profil during this motion. For this project we need some devices which are pc (for write our algorithmic code), Arduino (for use as a processor), bread board (for build our circuit), ETU kit (device that we are trying to move),stepper (source of movement),motor driver (create a connection between arduino and stepper), and limit switch (for bring our device to starting position). We can describe the how this system work with a few basic steps. First of all we are setting starting position of our device using limit switch signals. Then we are take some specific values from user and according to these values arduino sends signals to our stepper . According to these signals our stepper starts rotating different durations and speeds. When we reach to the desired position (our target) we are waiting a few seconds there. Then, stepper rotating opposite side and our device ( ETU kit) starts moving to starting position until the limit switch signal is turned off and asks new specific values. This loop continues until power is off.

Language:C++Stargazers:1Issues:0Issues:0

Smallest-and-Largest-Value-Finding

Assignment 5.2 from Programming for Everybody (Getting Started with Python) Week 7 Coursera

Language:PythonStargazers:1Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

Export-.prj-Data-into-JSON-File-Using-RegEx-

Generate a json file using the required strings contained in a given pkg file

Language:PythonStargazers:0Issues:0Issues:0

handeyildirim.github.io

Welcome to My Website "HANDE YILDIRIM"!

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

Coding-Practice

To explore more 'Data Structures', 'Algorithms' and 'Arrays'

Language:PythonStargazers:0Issues:0Issues:0

Determining-the-Current-Process-in-Multiprocessing-in-Python

Passing arguments to identify or name the process is cumbersome, and unnecessary. Each Process instance has a name with a default value that can be changed as the process is created. Naming processes is useful for keeping track of them, especially in applications with multiple types of processes running simultaneously.

Language:PythonStargazers:0Issues:0Issues:0

HTTP-Web-Server-Data-Updating-Regularly

Web Server example to refresh browser without reloading

Language:PythonStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

Python-Temporary-File-Examples

Create temporary files in memory using json, pickle and other possible ways.

Language:PythonStargazers:0Issues:0Issues:0

Web-Socket-and-Flask-Socketio-Combination-for-Random-Number-Producing-

To generate a random number every 1 second and emit to a socketio instance (broadcast), ideally to be run in a separate thread

Language:HTMLStargazers:0Issues:0Issues:0