Skip to content
View ertanyildiz's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Turkey

Block or report ertanyildiz

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

    Check if 2 GameObjects Overlap

    C# 1

  2. opensourcepos/opensourcepos opensourcepos/opensourcepos Public

    Open Source Point of Sale is a web based point of sale application written in PHP using CodeIgniter framework. It uses MySQL as the data back end and has a Bootstrap 3 based user interface.

    PHP 3.4k 2.2k

  3. alkislarla-engelle alkislarla-engelle Public

    kullanıcı bazlı video engelleme eklentisi

    JavaScript

  4. ci_generate_post_names ci_generate_post_names Public

    This small script generates post variable for Codeigniter form inputs

    JavaScript 1

  5. sahibinden.com-kategoriler sahibinden.com-kategoriler Public

    arama sonuçlarından kaldırılan kategori bilgilerini geri getiren Chrome eklentisi. arama sonuçlarında her ilanın altına ait olduğu en üst kategorileri ekler

    JavaScript

  6. Converts selected cell(s) in each cs... Converts selected cell(s) in each csv line to given date format
    1
    #second cell in each line is formatted like '7/27/2012' and converted to '2012-07-27'
    2
    import csv
    3
    import datetime
    4
    in_file = open("file_name.csv", "r")
    5
    reader = csv.reader(in_file)