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
AÇANGÜL | |
AÇELYA | |
AÇILAY | |
ADA | |
ADAL | |
ADALET | |
ADNİYE | |
AFET | |
AFİTAB | |
AFİTAP |
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
ABDULLAH | |
ABİDİN | |
ACAR | |
ACUN | |
ADAL | |
ADEM | |
ADİL | |
ADNAN | |
AFFAN | |
AFŞAR |
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
git checkout master | |
# Ardından bu branchten yeni bir branche ayrılıyoruz. | |
# --orphan sayesinde master branchinden sadece dosya değişikliklerini alıyoruz, commitleri almıyoruz. | |
git checkout --orphan latest_branch | |
# Tüm dosyaları staging'e ekliyoruz. | |
git add -A | |
# Commit atıyoruz | |
git commit -am "commit message" | |
# master branchini siliyoruz | |
git branch -D master |
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
import pyautogui | |
from pynput.mouse import * | |
pause = False | |
running = True | |
def on_click(x, y, button, pressed): | |
global pause | |
if button == Button.right: | |
pause = True |
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
var span = document.getElementsByTagName("span"); | |
var sure = prompt("Kaç saniye de bir takip yapılsın?", 1000); | |
var i = 0; | |
function sleep(ms) { | |
return new Promise(resolve => setTimeout(resolve, ms)); | |
} | |
async function main () { | |
var a = 0; |
This file has been truncated, but you can view the full file.
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
-- phpMyAdmin SQL Dump | |
-- version 4.7.9 | |
-- https://www.phpmyadmin.net/ | |
-- | |
-- Generation Time: Sep 14, 2020 at 09:03 PM | |
-- Server version: 10.2.22-MariaDB | |
-- PHP Version: 7.2.29 | |
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; | |
SET AUTOCOMMIT = 0; |
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
ab | |
aba | |
aba güreşi | |
abacı | |
abacılık | |
abadi | |
abajur | |
abajurcu | |
abajurculuk | |
abajurlu |
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
/* Copyright (C) 2020 Yusuf Usta. | |
Licensed under the GPL-3.0 License; | |
you may not use this file except in compliance with the License. | |
WhatsAsena - Yusuf Usta | |
*/ | |
const Asena = require('../events'); | |
const {MessageType} = require('@adiwajshing/baileys'); |
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
const Asena = require('../events'); | |
const {MessageType,Mimetype} = require('@adiwajshing/baileys'); | |
const translatte = require('translatte'); | |
const config = require('../config'); | |
const ytdl = require('ytdl-core'); | |
const ffmpeg = require('fluent-ffmpeg'); | |
const yts = require( 'yt-search' ) | |
const got = require("got"); | |
const fs = require('fs'); | |
const ID3Writer = require('browser-id3-writer'); |
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 | |
$c = "af-ZA | |
am-ET | |
ar-AE | |
ar-BH | |
ar-DZ | |
ar-EG | |
ar-IQ | |
ar-JO | |
ar-KW |