Skip to content
View efeciftci's full-sized avatar
Block or Report

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

  1. kf6-kio-ftps kf6-kio-ftps Public

    Forked from Akimkin/kf5-kio-ftps

    A port of FTPS kioworker to KDE Frameworks 6

    C++ 1

  2. plasma-widget-yeelight plasma-widget-yeelight Public

    Yeelight smart bulb control widget for KDE Plasma 6

    QML 1

  3. htstego htstego Public

    Generate halftone stego images and extract payloads from them.

    Python

  4. ip-subnet-exercise ip-subnet-exercise Public

    An exercise program which randomly generates an IP & subnet mask pair and expects you to calculate network and broadcast addresses.

    Python 1

  5. mosquito-simulator mosquito-simulator Public

    A simple Java application which animates a lovely mosquito on your screen.

    Java

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