Skip to content
View miratcan's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report miratcan

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. InternetGuzeldir InternetGuzeldir Public

    Source code of https://internetguzeldir.com. Static site generator that takes a Google spreadsheet and builds dmoz like website from it. Written with Python3.

    Python 33 6

  2. Eleman Eleman Public

    Fully dockerized static job board generator that uses Airtable as data source. Written with Python3.

    Python 37 1

  3. Python'da Türkçe Heceleme Yapma Python'da Türkçe Heceleme Yapma
    1
    def get_syllables(word):
    2
        syllables = []
    3
    
    
    4
        """
    5
        Aşağıdaki satır gelen kelimenin ünlü harfler 1, ünsüzler 0 olacak
  4. BavulaNeKoysam BavulaNeKoysam Public

    Simple Google App Engine App that helps you to prepare your backpack when going somewhere.

    Python 7 1

  5. Blockchain with Python Blockchain with Python
    1
    from hashlib import sha256
    2
    from time import time
    3
    
    
    4
    HARDNESS = 4
    5
    VALID_BLOCK_PREFIX = "0" * HARDNESS
  6. kaydet kaydet Public

    Simple terminal designed to help you preserve your daily thoughts, experiences, and memories..

    Python 7