This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
opacity: 0.85, | |
// choose either `'stable'` for receiving highly polished, | |
// or `'canary'` for less polished but more frequent updates | |
updateChannel: 'stable', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from operator import itemgetter | |
## hashing esnasında harflerin daha önce kullanılıp kullanılamdığını anlamak için tutulan kısım 1 den başlar. 0 gelmez !! | |
class Cichelli: | |
datas = list() | |
docs_name = "" | |
letter_points = dict() | |
hashing_letter_points = dict() | |
addresses = list() | |
max_increment = 4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Cichelli: | |
datas = dict() | |
data = "" | |
keys = list() | |
def __init__(self,data): | |
self.data = data.lower() | |
def add_data(self): | |
## Toplam harf sayısı | |
h0 = len(self.data) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// main.cpp | |
// DiscreteMath-Homework1 | |
// | |
// Created by Kemal on 25.02.2019. | |
// Copyright © 2019 Kemal. All rights reserved. | |
// | |
#include <iostream> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by PhpStorm. | |
* User: ferdiunal | |
* Date: 19.06.2016 | |
* Time: 14:35 | |
*/ | |
return[ | |
/*** | |
* Turkey - Türkiye |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by PhpStorm. | |
* User: ferdiunal | |
* Date: 01.04.2016 | |
* Time: 16:05 | |
*/ | |
namespace Libraries; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
function remove_dir () { | |
rm -rf "$1_" | |
if [ -d "$1" ] | |
then | |
mv "$1" "$1_" | |
fi | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vdler['001']=[ | |
{kod:'001251',vdadi:'5 OCAK VD'}, | |
{kod:'001114',vdadi:'ALADAĞ MAL MD.'}, | |
{kod:'001201',vdadi:'CEYHAN VD'}, | |
{kod:'001255',vdadi:'ÇUKUROVA VD'}, | |
{kod:'001103',vdadi:'FEKE MAL MD.'}, | |
{kod:'001115',vdadi:'İMAMOĞLU MAL MD.'}, | |
{kod:'001205',vdadi:'KARATAŞ VD'}, | |
{kod:'001105',vdadi:'KARAİSALI MAL MD.'}, | |
{kod:'001203',vdadi:'KOZAN VD'}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Yok | |
AIG Sigorta | |
Ak Sigorta | |
Anadolu Sigorta | |
Ankara Sigorta | |
Avivasa | |
AXA Oyak Sigorta | |
Başak Groupama Sigorta | |
Batı Sigorta | |
Birlik Sigorta |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Document</title> | |
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script> | |
<script src="jquery.timer.js"></script> | |
NewerOlder