Giter Site home page Giter Site logo

Metin Binbir's Projects

aid-association-system icon aid-association-system

Goal of this project is designing a system for aid association system with JavaFX and a local database system with PostqreSQL

backtracking-using-c icon backtracking-using-c

The same N colors are placed in a different order in each row on the game board, which looks like an NxN matrix. The order of the colors in a row can be changed by shifting the colors to the right. For example, if the colors in the row are red, blue, green, purple, then the row is shifted to the right once, and the new order becomes purple, red, blue, green. If it is moved to the right one more time, green, purple, red and blue are obtained. This C program recursively arranges the rows with backtracking method so that there is only 1 of each color in each column in the result matrix.

book-recommendation-system icon book-recommendation-system

System that recommends a new book by looking at a person's previous choices with the collaborative filtering method.

cache-buffer-using-c icon cache-buffer-using-c

Simple cache buffer design with double linked list data structure using C programming language.

huffman-tree-using-c icon huffman-tree-using-c

Huffman coding is a data compression method without data loss. This program creates a huffman tree with either standart input or file input using C programming language.

mrtd icon mrtd

A Rust parser for the machine-readable zone (MRZ) of machine-readable travel documents (MRTD) as defined by ICAO Document 9303.

run-length-encoding-using-c icon run-length-encoding-using-c

Algorithm which compresses a given matrix with N rows and M columns using the Run Length Encoding compression method and then decompresses the obtained array again into a new matrix in C programming language.

scripts-for-eksisozluk.com icon scripts-for-eksisozluk.com

Some scripts to unblock users, remove entries from favorites, and delete all direct messages on eksisozluk.com with Selenium library.

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.