This file contains 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
domain.com { | |
reverse_proxy wordpress:80 | |
} | |
pma.domain.com { | |
reverse_proxy phpmyadmin:80 | |
} |
This file contains 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
[ | |
"Bu ne saçma hayat, bu ne serkeş hayat, bu ne dingil hayat ya? Bu ne kopuk hayat, bu ne manyak yaşam tarzı ya, bu ne bohem ya?", | |
"Nedir senin derdin arkadaşım? Kafan mı iyi anlamadım ki!", | |
"En kral entilekteli, afedersin, donumda silkelerim. Hayat adamıyım ben. Britanikha takip ederim.", | |
"Kadının yaşı, erkeğin maaşı sorulmaz koçum! Biraz yol yordam öğren, dingil!", | |
"Gonuşma layn!", | |
"Agresifim! Kompleksliyim! Ama perdelerimi kaldırınca da kedi gibi bir insanım.", | |
"A mı diyim, b mi diyim, c mi diyim, d mi diyim, ne diyim?", | |
"Yürü git layn!", | |
"Sen suya düşsen hiç batmazsın, biliyor musun? Neden, çünkü senin tipin kayık.", |
This file contains 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
// ==UserScript== | |
// @name eDevlet Auto Refresh | |
// @namespace Violentmonkey Scripts | |
// @match https://www.turkiye.gov.tr/btk-imei-kaydet | |
// @grant none | |
// @version 1.0 | |
// @author - | |
// @description 07.07.2023 11:01:01 | |
// ==/UserScript== |
This file contains 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
// ==UserScript== | |
// @name Exxen++ | |
// @namespace Violentmonkey Scripts | |
// @match https://www.exxen.com/* | |
// @grant none | |
// @version 1.0 | |
// @author yusufusta.dev | |
// @description a better exxen experience | |
// ==/UserScript== |
This file contains 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 | |
// Kullanıcı ve kurpiyerin ellerini temsil eden sınıf. | |
class Hand | |
{ | |
public $cards = array(); | |
// Eldeki kartların toplam değerini hesapla. | |
public function getTotal() | |
{ |
This file contains 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
// ==UserScript== | |
// @name APKMirror Anti Anti-Adblock | |
// @namespace yusufusta | |
// @match https://www.apkmirror.com/apk/* | |
// @grant none | |
// @version 1.0 | |
// @author yusufusta.dev | |
// @description Don't waste your time in APKMirror | |
// @license MIT | |
// ==/UserScript== |
This file contains 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
{"Akdeniz":[["01","Adana"],["07","Antalya"],["15","Burdur"],["32","Isparta"],["33","Mersin"],["46","Kahramanmaraş"],["80","Osmaniye"]],"Güneydoğu Anadolu":[["02","Adıyaman"],["21","Diyarbakır"],["27","Gaziantep"],["31","Hatay"],["47","Mardin"],["56","Siirt"],["63","Şanlıurfa"],["72","Batman"],["73","Şırnak"],["79","Kilis"]],"Ege":[["03","Afyonkarahisar"],["09","Aydın"],["17","Çanakkale"],["20","Denizli"],["35","İzmir"],["45","Manisa"],["48","Muğla"],["64","Uşak"]],"Doğu Anadolu":[["04","Ağrı"],["12","Bingöl"],["13","Bitlis"],["23","Elazığ"],["24","Erzincan"],["25","Erzurum"],["30","Hakkari"],["36","Kars"],["44","Malatya"],["49","Muş"],["62","Tunceli"],["65","Van"],["75","Ardahan"],["76","Iğdır"]],"Karadeniz":[["05","Amasya"],["08","Artvin"],["14","Bolu"],["19","Çorum"],["28","Giresun"],["29","Gümüşhane"],["37","Kastamonu"],["52","Ordu"],["53","Rize"],["55","Samsun"],["57","Sinop"],["61","Trabzon"],["67","Zonguldak"],["69","Bayburt"],["74","Bartın"],["78","Karabük"],["81","Düzce"]],"İç Anadolu":[["06","Ankara" |
This file contains 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 P = require('pino') | |
const { delay, DisconnectReason, useSingleFileAuthState } = require('@adiwajshing/baileys') | |
const makeWASocket = require('@adiwajshing/baileys').default; | |
// start a connection | |
const startSock = () => { | |
const { state, saveState } = useSingleFileAuthState('./auth.json') |
This file contains 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
LocaleConfig.locales['tr'] = { | |
monthNames: [ | |
'Ocak', | |
'Şubat', | |
'Mart', | |
'Nisan', | |
'Mayıs', | |
'Haziran', | |
'Temmuz', | |
'Ağustos', |
NewerOlder