Skip to content

Instantly share code, notes, and snippets.

View cengizdemir's full-sized avatar
:electron:
Maintenance Mode On

Cengiz Demir cengizdemir

:electron:
Maintenance Mode On
  • Turkey
View GitHub Profile
@cengizdemir
cengizdemir / car-list.html
Created February 11, 2018 10:59
International Car List
<select>
<option value="0">Choose Car</option>
<option value="1">Alfa Romeo</option>
<option value="2">Aston Martin</option>
<option value="3">Audi</option>
<option value="4">Bentley</option>
<option value="5">Bugatti</option>
<option value="6">Buick</option>
<option value="7">Cadillac</option>
<option value="8">Chevrolet</option>
@cengizdemir
cengizdemir / country-list.html
Created February 11, 2018 11:00
International Country List
<select name="country">
<option value="United States">United States</option>
<option value="United Kingdom">United Kingdom</option>
<option value="Afghanistan">Afghanistan</option>
<option value="Albania">Albania</option>
<option value="Algeria">Algeria</option>
<option value="American Samoa">American Samoa</option>
<option value="Andorra">Andorra</option>
<option value="Angola">Angola</option>
<option value="Anguilla">Anguilla</option>
@cengizdemir
cengizdemir / turkey-city.json
Created February 11, 2018 11:06
Turkey City List Türkiye İller Alfabetik (ASC) JSON
{
"1": "ADANA",
"2": "ADIYAMAN",
"3": "AFYONKARAHİSAR",
"4": "AĞRI",
"68": "AKSARAY",
"5": "AMASYA",
"6": "ANKARA",
"7": "ANTALYA",
"75": "ARDAHAN",
@cengizdemir
cengizdemir / turkey-city-town.json
Created February 11, 2018 11:08
Turkey City And Town Türkiye İl İlçe
[
{
"il": "Adana",
"plaka": 1,
"ilceleri": [
"Aladağ",
"Ceyhan",
"Çukurova",
"Feke",
"İmamoğlu",
@cengizdemir
cengizdemir / index.jsx
Created August 27, 2018 14:19 — forked from avinmathew/index.jsx
Multiple layouts with React Router v4
import React from "react"
import { Route, Switch } from "react-router-dom"
const AppRoute = ({ component: Component, layout: Layout, ...rest }) => (
<Route {...rest} render={props => (
<Layout>
<Component {...props} />
</Layout>
)} />
)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cengizdemir
cengizdemir / green.svg
Created October 1, 2018 09:35
green.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cengizdemir
cengizdemir / red.svg
Created October 1, 2018 09:35
red.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cengizdemir
cengizdemir / talking.svg
Created October 1, 2018 13:31
talking.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cengizdemir
cengizdemir / waitingTalk.svg
Created October 2, 2018 07:58
waitingTalk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.