Skip to content

Instantly share code, notes, and snippets.

View ubeydeozdmr's full-sized avatar
👨‍💻
Probably coding

Ubeyde Emir Özdemir ubeydeozdmr

👨‍💻
Probably coding
View GitHub Profile
@sy
sy / turkce_unicode
Last active November 8, 2024 12:05
Türkçe karakterlerin unicode karşılıkları
TÜM TÜRKÇE KARAKTERLER
\u00E7\u011F\u0131\u00F6\u015F\u00FC\u00C7\u0130\u011E\u00D6\u015E\u00DC
TÜM TÜRKÇE SESLİ KARAKTERLER
\u0131\u00F6\u00FC\u0130\u00D6\u00DC
ç --> \u00E7
ğ --> \u011F
ı --> \u0131
ö --> \u00F6
@PurpleBooth
PurpleBooth / README-Template.md
Last active November 17, 2024 18:07
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@0xjac
0xjac / private_fork.md
Last active November 17, 2024 15:31
Create a private fork of a public repository

The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.

The correct way of creating a private frok by duplicating the repo is documented here.

For this assignment the commands are:

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)

git clone --bare [email protected]:usi-systems/easytrace.git

@DomPizzie
DomPizzie / README-Template.md
Last active November 14, 2024 15:20
A simple README.md template

Project Title

Simple overview of use/purpose.

Description

An in-depth paragraph about your project and overview of use.

Getting Started

@enginkartal
enginkartal / js-turkish-to-english.js
Last active April 22, 2024 13:11
Javascript Turkish character to english characters change
String.prototype.turkishtoEnglish = function () {
return this.replace('Ğ','g')
.replace('Ü','u')
.replace('Ş','s')
.replace('I','i')
.replace('İ','i')
.replace('Ö','o')
.replace('Ç','c')
.replace('ğ','g')
.replace('ü','u')
@ubeydeozdmr
ubeydeozdmr / turkiye-api-tr.md
Last active November 14, 2024 13:26
Türkiye API (il, ilçe, mahalle, köy verileri)

Türkiye API

Türkiye'nin illeri, ilçeleri, mahalleleri ve köyleri (ve kasabalar) hakkında bilgi içeren bir API.

Alan Adları

API, ana alan adı olarak turkiyeapi.dev kullanır. Ancak aşağıdaki alan adlarını da kullanabilirsiniz:

@ubeydeozdmr
ubeydeozdmr / neighborhood-support-for-turkiye-api.md
Last active November 9, 2024 10:58
Support neighborhoods & villages for Turkiye API

Support Neighborhoods & Villages for Turkiye API

Neighborhood fields are added according to the population size of the provinces to which the neighborhoods belong. The province with the largest population is given priority.

Edit: Late 2024

I've finished adding neighborhoods and villages.

Signs: