Skip to content
View berkai's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report berkai

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. acikyazilimagi/deduplication acikyazilimagi/deduplication Public

    deduplication

    Jupyter Notebook 13 2

  2. clickbaitednews clickbaitednews Public

    Streaming Mentions and Mention to people given article's text.

    Python 10

  3. picnictube picnictube Public

    Download searched Youtube videos comments by language without using the Youtube API

    Python 2

  4. Regex for Turkish License Plate Temp... Regex for Turkish License Plate Templates / Türkiye Plaka Kodu İçin Regex
    1
    #Regex for turkish license plate, you can try it here: https://regex101.com/
    2
    TEMPLATES = [
    3
    r'\b\d{2}.{0,1}[^\d\W]{0,1}.{0,1}\b\d{4,5}\b', #99 X 9999, 99 X 99999
    4
    r'\b\d{2}.{0,1}[^\d\W]{0,1}.{0,1}\b[^\d\W]{0,1}.{0,1}\b\d{3,4}\b', #99 XX 999, 99 XX 9999
    5
    r'\b\d{2}.{0,1}[^\d\W]{0,1}.{0,1}\b[^\d\W]{0,1}.{0,1}\w{0,1}.{0,1}\b\d{2,3}\b' #99 XXX 99, 99 XXX 999
  5. crawler crawler Public

    Crawler for a specific web site and show directory tree

    Python 1