Skip to content

Instantly share code, notes, and snippets.

View yusufusta's full-sized avatar
💪
Hard working

Yusuf Usta yusufusta

💪
Hard working
View GitHub Profile
@yusufusta
yusufusta / TÜRK ERKEK İSİMLERİ.txt
Last active May 7, 2020 10:23
1440 ADET, TÜRKÇE ERKEK İSİMLERİ
ABDULLAH
ABİDİN
ACAR
ACUN
ADAL
ADEM
ADİL
ADNAN
AFFAN
AFŞAR
@yusufusta
yusufusta / TÜRK KADIN İSİMLERİ.txt
Last active May 7, 2020 10:27
1275 adet, TÜRK KADIN İSİMLERİ, TÜRKÇE KIZ İSİMLERİ, TÜRKÇE KADIN İSİMLERİ
AÇANGÜL
AÇELYA
AÇILAY
ADA
ADAL
ADALET
ADNİYE
AFET
AFİTAB
AFİTAP
{
"version": "1.0.0",
"theme": "green/black",
"recently": {
"combo": ["0","0","0"],
"proxy": ["0","0","0"],
"config": ["0","0","0"]
}
}
_ _ _ _ _
_ __ | |__ _ __ | |__ _ _| | | ___| |_
| '_ \| '_ \| '_ \| '_ \| | | | | |/ _ \ __|
| |_) | | | | |_) | |_) | |_| | | | __/ |_
| .__/|_| |_| .__/|_.__/ \__,_|_|_|\___|\__|
|_| |_|
phpbullet - v1.0
@yusufusta
yusufusta / NamazVakitAPI.php
Last active April 24, 2020 11:46
Basic php script for get Islam prayer time.
<?php
require_once("shd.php");
$il = $_GET["il"];
$kaynak = @file_get_contents("https://www.mynet.com/$il/namaz-vakitleri");
if ($kaynak === false) {
echo json_encode(["0" => "404"]);
}
$str = str_get_html($kaynak);
@yusufusta
yusufusta / animated-back-glow.markdown
Created January 27, 2020 16:49
Animated Back Glow
@yusufusta
yusufusta / index.html
Created December 28, 2019 21:20
Simple CodeMirror Sample
<textarea id='editor'>var editor = CodeMirror.fromTextArea(document.getElementById('editor'), {
mode: "javascript",
lineNumbers: true,
});
editor.save()</textarea>
@yusufusta
yusufusta / index.html
Created December 15, 2019 08:30
Plyr + hls.js
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HLS Demo</title>
<link rel="stylesheet" href="https://cdn.plyr.io/1.8.2/plyr.css">
</head>
<body>
<video preload="none" id="player" autoplay controls crossorigin></video>
<script src="https://cdn.plyr.io/1.8.2/plyr.js"></script>
<?php //php 7.0.8
https://tlkur.com/historical/data/USD/TLdaily.json
$time = "1566454080000";
$time2 = str_replace("000","",$time);
$yuzde = 1 - ("5.70" / "5.71" );
if(strstr($yuzde, "-")){
$yuzde2 = substr($yuzde, 0, 6);
<?php
$kelime = "online üniversite";
$kelime = str_replace(" ","+",$kelime);
$sayfa = "1";
$eksiurl = "https://eksisozluk.com/?q=";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, ''.$eksiurl.''.$kelime.'');
curl_setopt($ch, CURLOPT_HEADER, true);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);