Giter Club home page Giter Club logo

Devrim Yildiz's Projects

c-atmega644p-lm75-tempsens icon c-atmega644p-lm75-tempsens

This repository contains a basic implementation of Inter-Integrated Circuit (I2C) communication protocol for AVR microcontrollers. It includes functions for initializing the I2C interface, transmitting data, and receiving data. The code is written in C and can be easily integrated into AVR projects for communicating with I2C devices such as sensors

c-ball-collision-simulation-winapi icon c-ball-collision-simulation-winapi

This is a simple ball collision simulation program written in C. It uses Windows API for graphics and animation. The program generates random colored balls that collide and bounce off each other. The code also includes features like ball movement, collision detection, and velocity calculation. The Balls get exponentionally faster by collision.

c-binarysearchalgorithm icon c-binarysearchalgorithm

This repository contains a C program that implements the binary search algorithm to find a target number within a given range.

c-dice-rolling-simulator icon c-dice-rolling-simulator

This is a simple dice rolling simulator program written in C language. The program generates a random number between 1 and 6 and displays the corresponding dice face using ASCII art. The user can continue rolling the dice until they choose to quit.

c-dynamicmemoryallocation icon c-dynamicmemoryallocation

A C program demonstrating dynamic memory allocation using malloc() and freeing the allocated memory using free(). The program reserves memory for a single integer, assigns a value to it, and accesses the allocated memory.

c-fraction-reduction-tool icon c-fraction-reduction-tool

This C program provides a function to calculate the greatest common divisor (gcd) of two integers and another function to reduce a given fraction to its lowest terms using the gcd. The main function demonstrates the use of these functions by reducing a fraction to its lowest terms and printing the result to the console.

c-grid-marker-movement icon c-grid-marker-movement

This program allows the user to move a marker around a grid using 'w', 'a', 's', and 'd' inputs. The grid is displayed on the console and the user's current position is indicated by a '1'. The program terminates when the user enters 'x' as input.

c-matrix-multiplication icon c-matrix-multiplication

his program calculates the product of two matrices. It reads the size and values of the input matrices from the command line. The elements of the given matrices and the product matrix fit into the int data type. All input values are assumed to be valid. The three arrays are created in the main function.

c-polynomial-derivative icon c-polynomial-derivative

This repository contains a C program that calculates the derivative of a polynomial entered by the user using the power rule of differentiation. The resulting polynomial is outputted and the user can also input a value for x to calculate the value of the derivative at that point.

c-swapping-values icon c-swapping-values

This repository contains C code that demonstrates two different approaches to swap the values of two variables. The first approach is to pass the variables by value to a function, while the second approach is to pass the variables by reference (i.e., as pointers) to a function.

c-symmetric-2d-array icon c-symmetric-2d-array

This repository contains a C program that reads in a 2D array of integers from the user and checks if it is symmetric or not. If the array is symmetric, the program prints "Symmetrisch: Ja" (which means "Symmetric: Yes" in English), otherwise it prints "Symmetrisch: Nein" (which means "Symmetric: No" in English).

cpp-esp32-klickled-1-d03 icon cpp-esp32-klickled-1-d03

ESP32-based LED control system with button monitoring. This code enables toggling LEDs (LEDV2, LEDV3, LEDV4) using buttons (BTNS2, BTNS3, BTNS4) and serial commands. Ideal for interactive projects.

cpp-esp32-webserver-2-d03 icon cpp-esp32-webserver-2-d03

ESP32-based web server for LED control and button monitoring. Access the interface at 192.168.1.1. Toggle LEDs, adjust brightness, and monitor button states. Ideal for IoT projects.

cpp-platformer icon cpp-platformer

PlatformerGPT is a 2D SDL2-based platformer game in C++, featuring smooth controls, a performance-tuned FPS counter, and a clean, organized codebase for easy customization and expansion.

cpp-sudokortex-diplomarbeit icon cpp-sudokortex-diplomarbeit

"SudoKortex" ist ein Projekt, das künstliche Intelligenz und evolutionäre Algorithmen nutzt, um Sudoku-Rätsel zu lösen. Es bietet eine benutzerfreundliche Oberfläche zur Eingabe von Rätseln und visualisiert den Lösungsprozess.

java-cmplx icon java-cmplx

A Java class representing complex numbers and providing operations such as addition and multiplication. The Cmplx class encapsulates the real and imaginary parts of a complex number and provides methods to perform arithmetic operations on complex numbers.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.