Skip to content
View efeciftci's full-sized avatar

Block or report efeciftci

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

Pinned Loading

  1. htstego Public

    Generate halftone stego images and extract payloads from them.

    Python 2 1

  2. fstasel/mitoseg Public

    Mitochondria Segmentation Tool

    C++ 1 1

  3. kf6-kio-ftps Public

    Forked from Akimkin/kf5-kio-ftps

    A port of FTPS kioworker to KDE Frameworks 6

    C++ 2

  4. plasma-widget-yeelight Public

    Yeelight smart bulb control widget for KDE Plasma 6

    QML 1

  5. qsystemdplotter Public

    A desktop Qt6 app to visualize Linux boot timelines from "systemd-analyze plot"

    C++

  6. Animated Sieve of Eratosthenes prim...
    1
    // Sieve of Eratosthenes:
    2
    // https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes
    3
    
                  
    4
    #include <stdio.h>
    5
    #include <stdlib.h>