Skip to content
View KaganCanSit's full-sized avatar
🏹
Trying something new.
🏹
Trying something new.
Block or Report

Block or report KaganCanSit

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
KaganCanSit/README.md

Hi! I'm Kağan Can Şit.

Who am I?

I am a software engineer working on software technologies, especially C++.

Why are you on Github?

I aim to improve my knowledge and skills by getting feedback from experienced people. I love and support open source software. That's why I try to support these projects to improve myself and find solutions to problems.

What would you like to tell me?

I'm not sure what brought you to this page; It could be a blog post or simple curiosity. I hope we can discover new knowledge and solve problems together.

Please feel free to reach out or send me a message. We can build a better tomorrow by sharing and developing ideas together.

Thank you for your support. Best regards...

Listen to Song with Me

My Last Blog Post

Çağımızda teknolojinin gelişme hızını göz önünde bulundurduğumuzda hata yapmadan ilerlemek mümkün mü? Peki, geçmişten gelen bilgi birikimlerimiz olmasa teknoloji bu kadar ilerler miydi? İnsan, hata yapmamak için neden temkinlidir? Gelişmek ve ilerlemenin getirdiği yetersizlik hissi neden oluşur? Daha nice çeşitli sorularımızın cevabını Brian Fitzpatrick ve Collins Sussman'ın 2009'da gerçekleştirdiği "Google I/O 2009 - The Myth of the Genius Programmer" konuşması başta olmak üzere çeşitli kaynaklara dayandırarak beraber arıyoruz.

Banner

OS, Programming Languages and Tools

It can be said that the language and technology I use most is C++. I have used most of the tools below in my work and school life.

Programming Languages C++ C C# .NET Core Java      
Libraries
Databases Sqlite3 MSQL_Language
Automate, Deploy, Platform & Tools Bash Script Git Github Atlassian Wireshark
Operating Systems Linux Windows
Others
Photoshop Illustrator

My Github Stats


Pinned Loading

  1. Temel-CMake-Notlari Temel-CMake-Notlari Public

    Bu proje, CMake'in temel kullanımına dair çeşitli notların ve örneklerin bir araya getirilmesiyle oluşturulmuştur. Türkçe kaynakların artmasına yardımcı olmak ve CMake'i öğrenilmesini sağlamak amac…

    3

  2. LinkChecker LinkChecker Public

    Automated tool for finding and validating URLs in files within a directory.

    Shell 1

  3. Cross-Compatible-FileLock-Windows-and-Linux Cross-Compatible-FileLock-Windows-and-Linux Public

    C++ class code that combines File Lock operations into a single class for Linux and Windows operating systems. The code in this repository is mostly for basic use. I am open to development and know…

    C++ 3

  4. Pipe_Thread_SharedMemory_Simple Pipe_Thread_SharedMemory_Simple Public

    Code written in line with the homework given in the Operating Systems course. A small example of pipe, thread, shared memory usage. Written in Visual Code on Linux Mint.

    C

  5. KnapsackAlgorithm KnapsackAlgorithm Public

    Knapsack algorithm for files with large arrays and values with dynamic space management.

    C++ 1

  6. RadixSortAlgorithm RadixSortAlgorithm Public

    An example of performing radix sort by reading data from the file with the Radix Sort algorithm.

    C