Ayse Yuksel (@AyseYuksel)
  • Stars
    star
    38
  • Global Rank 413,863 (Top 15 %)
  • Followers 125
  • Following 98
  • Registered over 4 years ago
  • Most used languages
    Java
    29.4 %
    MATLAB
    29.4 %
    C
    23.5 %
    HTML
    5.9 %
    C++
    5.9 %
    Python
    2.9 %
    PHP
    2.9 %
  • Location 🇹🇷 Turkey
  • Country Total Rank 2,924
  • Country Ranking
    MATLAB
    38
    C
    212
    Java
    730
    C++
    790
    HTML
    1,796
    PHP
    1,827
    Python
    3,722

Top repositories

1

song_with_buzzer

Code to create Fenerbahçe anthem using arduino and buzzer digital sound sensor
C++
2
star
2

bisection

Algorithm that provides step by step closer to the root of the function entered by the user using the bisection method
MATLAB
2
star
3

Dinnerware_2021

A cafe mobile application created with java language.
Java
1
star
4

histogram_algorithm

Creating a histogram algorithm using the gray level transformation
MATLAB
1
star
5

process_leadership

Assign leadership to processes.
C
1
star
6

equation

general and special solution calculation algorithm in differential equations and calculation of unknown values in equations with multiple unknowns using matrix.
MATLAB
1
star
7

phone-directory-application

Java
1
star
8

hospital_form

Creating a hospital form using html and fieldset.
HTML
1
star
9

baseconverter

Java
1
star
10

bus_company_automation

Java
1
star
11

secant_function

MATLAB
1
star
12

lagrange_function

MATLAB
1
star
13

average_filter

Average (or mean) filtering is a method of ‘smoothing’ images by reducing the amount of intensity variation between neighbouring pixels.
MATLAB
1
star
14

rotate_picture_image_proccesing

rotate pictures at certain angle
MATLAB
1
star
15

Astroid

astrology mobile app source codes
Java
1
star
16

socket_programming

communication between server and client using tcp socket
C
1
star
17

recursive

creating a counter using the recursive feature in java
Java
1
star
18

rock_paper_scissors

rock paper scissors game with python
Python
1
star
19

approximate_integral

finding an approximate integral value using tropezoidal and simpson algorithms.
MATLAB
1
star
20

corona_tracker_automation

Java
1
star
21

temperature-voice_sensor

Code for creating a circuit using a digital sound sensor and analog temperature sensor.
C++
1
star
22

web_page_interface

creating a website interface about australia with html and css
HTML
1
star
23

photo_gallery_application

a mobile application that allows button switching between photos
Java
1
star
24

find_difference_image_proccesing

Image processing algorithm for finding the difference between 2 images taken from a fixed position camera.
MATLAB
1
star
25

random_lineup

code for random placement of players to their positions after formation selection
Java
1
star
26

regula-falsi

Algorithm that provides step by step closer to the root of the function entered by the user using the regula-falsi method
MATLAB
1
star
27

body-mass-index

body mass index calculate with php
PHP
1
star
28

tictactoe

tictactoe game with java
Java
1
star
29

pipe

In the unix operating system, processes can be communicated by reading and writing with the help of pipes.
C
1
star
30

message_queue

Example of process communication with posix message queue in unix operating system.
C
1
star
31

semaphore

In the unix operating system, processes can use a semaphore to sequentially lock and unlock a certain area with mutex logic.
C
1
star
32

shared_memory

Shared memory is a memory shared between two or more processes. While one of the processes was writing in the shared memory in Linux, the other process read.
C
1
star
33

word_line_char_counter

Creating the wc command used in unix using the c programming language. This code uses "cat filename | ./saydir" instead of " wc <filename" with file redirection.With the gcc command, this code is compiled and turned into a saydir.c file and is made into a script with the -o flag and called as a file named ./saydir.
C
1
star
34

fork

creating new process with using fork() method in c language.
C
1
star