Skip to content
View alierenekinci's full-sized avatar
🐳
🐳
  • Karadeniz Teknik University Statictics And Computer Science Master Degree
  • Trabzon, Turkey
  • 21:24 (UTC +03:00)
Block or Report

Block or report alierenekinci

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

👨‍💻 Ali Eren Ekinci / Homepage / Twitter / LinkedIn / Kaggle

😶‍🌫️ My Experience

Lang: Python, C++, Javascript, Vue

Tech: OOP in Python, Numpy, Scipy, Tensorflow, Sklearn, Pandas, Matplotlib, Seaborn, Qt, OpenMp Lib., thread Lib., pthread Lib., arduino pico, degz suibo rp2040, gensim, mallet for gensim, nltk, tomotopy, xgboost, requests, BeatifulSoup4, Or-Tools, Vue

😼 Quick Links

www.alierenekinci.com / alierenekinci.github.io

Pinned

  1. SoforAtama SoforAtama Public

    Driver Assignment WebUi

    Python 4

  2. ThreadTeknofest ThreadTeknofest Public

    Acıkhack2022TDDİ - 7th place in 2022 Teknofest Natural Language Processing Free Category.

    Jupyter Notebook 7 1

  3. Alder-Team/KargoOtomasyonu Alder-Team/KargoOtomasyonu Public

    Cargo Automation Project, computer science visual programming assignment.

    C++ 3 3

  4. This project simulates H2O molecule ... This project simulates H2O molecule creation, using multithreading for representing atoms and mutex for synchronization. It highlights thread management, mutex lock usage, and race condition prevention, demonstrating complex thread interaction and real-time system emulation.
    1
    #include <iostream>
    2
    #include <thread>
    3
    #include <mutex>
    4
    #include <semaphore>
    5
    #include <chrono>