Skip to content
View firateski's full-sized avatar

Organizations

@Trendyol
Block or Report

Block or report firateski

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
firateski/README.md

Hi there 👋

Pinned

  1. TCPFileTransfer TCPFileTransfer Public

    TCP protokolü kullanarak IP üzerinden dosya transferi yapar. Programın yapabildiklerini ve ileride yapabileceklerini readme.md dosyasında belirttim. Program Visual Studio ortamı üzerinde C# program…

    C# 18 7

  2. SudokuGameWindowsForms SudokuGameWindowsForms Public

    Sudoku game, solver, and generator that created with Windows Forms using my own Sudoku library.

    C# 8 2

  3. SudokuLibrary SudokuLibrary Public

    C# Sudoku library that can solve, generate and check the Sudoku puzzles.

    C# 14 6

  4. cppBase64EncodeDecode cppBase64EncodeDecode Public

    C++ Base64 Encode Decode

    C++ 1

  5. EngelsizWiki EngelsizWiki Public

    Wikipedia'nın ülkemizdeki engelini basitçe http://gowikipedia.org adresine yönlendirerek atlatan Chrome eklentisidir.

    JavaScript 2

  6. Java Spiral Matrix / Salyangoz Matris Java Spiral Matrix / Salyangoz Matris
    1
    package spiralMatrixPackage;
    2
     +
    3
     +import java.util.Scanner;
    4
     +
    5
     +public class spiralMatrix {