Pinned Repositories
3rt4nm4n
Config files for my GitHub profile.
AmicableNumbersCalculator
Assume that a!=b. If d(a) = b and d(b) = a then a and b are amicable numbers which means if sum of proper divisors of a add up to b and if sum of proper divisors of b add up to a, then these are amicable.
API-Calculator
A WinForms calculator that uses an API to calculate the results.
batt-n-cpu-notifier
Python program that notifies you of the remaining battery and current cpu usage.
Best-websites-a-programmer-should-visit
:link: Some useful websites for programmers.
CollatzSequenceSolver
Collatz Sequence is a sequence in which after initial value (n) the next value is n/2 if n is even or 3n+1 if n is odd. The sequence continues until the value is 1. In this program the user can either input a value, see the sequence and its length or user can see the longest Collatz Sequence with an initial value that is under 1 million. The question is from Project Euler (Problem #14)
Lung-Cancer-Prediction-ML
Using tensorflow and keras, we developed a machine learning model to predict lung tissue images by classifying them up to 3 classes. 2 of them were cancer and 1 was healthy.
pymemcache
Pymemcache implementation
turkish-apis
List of Turkish APIs. Türk API'leri
3rt4nm4n's Repositories
3rt4nm4n/turkish-apis
List of Turkish APIs. Türk API'leri
3rt4nm4n/img-to-b64
Simple python program to convert an image to base64 and copy string to clipboard
3rt4nm4n/PasswordGen
PasswordGen generates passwords that have desired lengths and characters.
3rt4nm4n/stock-management-system
Stock Management System desktop application which I have developed during my internship for my company. It is a fast and simple program that is written C# & XAML (WPF). The database is made in PostgreSQL.
3rt4nm4n/TcKimlikApi
C# ile TC Kimlik Api doğrulama
3rt4nm4n/usdt-try
This simple Python program uses BtcTurk API and runs in console/terminal. It gets USDT / TRY price and it prints the results in order every 1 second.
3rt4nm4n/3rt4nm4n
Config files for my GitHub profile.
3rt4nm4n/AmicableNumbersCalculator
Assume that a!=b. If d(a) = b and d(b) = a then a and b are amicable numbers which means if sum of proper divisors of a add up to b and if sum of proper divisors of b add up to a, then these are amicable.
3rt4nm4n/API-Calculator
A WinForms calculator that uses an API to calculate the results.
3rt4nm4n/batt-n-cpu-notifier
Python program that notifies you of the remaining battery and current cpu usage.
3rt4nm4n/Best-websites-a-programmer-should-visit
:link: Some useful websites for programmers.
3rt4nm4n/CollatzSequenceSolver
Collatz Sequence is a sequence in which after initial value (n) the next value is n/2 if n is even or 3n+1 if n is odd. The sequence continues until the value is 1. In this program the user can either input a value, see the sequence and its length or user can see the longest Collatz Sequence with an initial value that is under 1 million. The question is from Project Euler (Problem #14)
3rt4nm4n/Lung-Cancer-Prediction-ML
Using tensorflow and keras, we developed a machine learning model to predict lung tissue images by classifying them up to 3 classes. 2 of them were cancer and 1 was healthy.
3rt4nm4n/pymemcache
Pymemcache implementation
3rt4nm4n/cpu-scheduling
CPU Scheduling is a process of which processes will run on CPU while the other are held. This C program simulates a simple cpu scheduling of a total of 20 processes.
3rt4nm4n/github-pixel-badges
Github profile stats/badges in pixel art
3rt4nm4n/github-readme-stats
:zap: Dynamically generated stats for your github readmes
3rt4nm4n/github-stats
3rt4nm4n/Hactoberfest2021
Hacktoberfest2021
3rt4nm4n/key-detect
This is a C++ program that will detect Left, Up, Right and Down arrow keys when they are pressed, it will give outputs. The program may give such outputs like [[A^, these are raw key codes that are sent by computer to the terminal.
3rt4nm4n/Machine-Learning-with-Python
Python code for common Machine Learning Algorithms
3rt4nm4n/Mind-Expanding-Books
:books: Books everyone should read!
3rt4nm4n/object-tracking
The program checks if the object is in the randomly computer generated viewing angle or viewing distance.
3rt4nm4n/palindrome-python
Console palindrome program in python. Imports names from an xslx file prints reverse versions of the names, if the name is palindrome it prints a notification. Then the program will print the numeric value of the name.
3rt4nm4n/public-apis
A collective list of free APIs
3rt4nm4n/random-wiki-page
Simple python program that randomly generates wikipedia pages using Special:Random
3rt4nm4n/RSACrypt
RSA Encryption and Decryption tool which uses public/private keys in the process
3rt4nm4n/single_file_libs
List of single-file C/C++ libraries.
3rt4nm4n/stocks-web
A stocks website developed in Django.
3rt4nm4n/vueJS-docs
📄 Documentation for Vue 3