• Stars
    star
    2
  • Language
    C++
  • Created over 3 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Code to create Fenerbahçe anthem using arduino and buzzer digital sound sensor

More Repositories

1

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
2

Dinnerware_2021

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

histogram_algorithm

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

process_leadership

Assign leadership to processes.
C
1
star
5

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
6

phone-directory-application

Java
1
star
7

hospital_form

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

baseconverter

Java
1
star
9

bus_company_automation

Java
1
star
10

secant_function

MATLAB
1
star
11

lagrange_function

MATLAB
1
star
12

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
13

rotate_picture_image_proccesing

rotate pictures at certain angle
MATLAB
1
star
14

Astroid

astrology mobile app source codes
Java
1
star
15

socket_programming

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

recursive

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

rock_paper_scissors

rock paper scissors game with python
Python
1
star
18

approximate_integral

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

corona_tracker_automation

Java
1
star
20

temperature-voice_sensor

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

web_page_interface

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

photo_gallery_application

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

find_difference_image_proccesing

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

random_lineup

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

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
26

body-mass-index

body mass index calculate with php
PHP
1
star
27

tictactoe

tictactoe game with java
Java
1
star
28

pipe

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

message_queue

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

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
31

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
32

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
33

fork

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