Skip to content

Instantly share code, notes, and snippets.

View mehmetbebek's full-sized avatar
🎯
Focusing

Mehmet BEBEK mehmetbebek

🎯
Focusing
View GitHub Profile
@mehmetbebek
mehmetbebek / loading_messages.js
Created November 2, 2020 06:11 — forked from meain/loading_messages.js
Funny loading messages
export default [
'Reticulating splines...',
'Generating witty dialog...',
'Swapping time and space...',
'Spinning violently around the y-axis...',
'Tokenizing real life...',
'Bending the spoon...',
'Filtering morale...',
'Don\'t think of purple hippos...',
'We need a new fuse...',
@mehmetbebek
mehmetbebek / links.txt
Last active July 25, 2019 06:14
My links
const ctx = new AudioContext()
const L = ctx.createGain()
const R = ctx.createGain()
const splitter = ctx.createChannelSplitter(2)
ctx.createMediaElementSource($('video')).connect(splitter, 0, 0)
splitter.connect(L, 0)
splitter.connect(R, 1)
L.connect(ctx.destination, 0)
R.connect(ctx.destination, 0)
{
repository(owner: "facebook", name: "mention-bot") {
object(expression: "master") {
... on Commit {
blame(path: "cookieJar.js") {
ranges {
startingLine
endingLine
age
commit {
@mehmetbebek
mehmetbebek / gist:247e5d306acdba2551f49366fab8eb83
Created December 1, 2016 06:06
Moment.js Minutes to Hour(HH:mm) format
.filter('formatMinuteToHour', function () {
return function (mins) {
/* if (mins >= 24 * 60 || mins < 0) {
throw new RangeError("Valid input should be greater than or equal to 0 and less than 1440.");
}
*/
var h = mins / 60 | 0,
m = mins % 60 | 0;
return moment().utc().hours(h).minutes(m).format("HH:mm");
}
Binâ Kitabı Suâl ve Cevaplar
1.KISIM
S 1 İlmi sarfın tarifini okuyunuz.
C 1 هو علم يعرف به احوال الكلمة العربية من حيث الاعلال و الادغام İğlal ve idgam cihetinden Arabî kelimelerin halleri kendisi ile bilinen ilimdir.
S 2 İlmi sarfın mevzuu nedir?
C 2 لكلمة العربية الواقعة فى الكلام Kelamda vaki olan Arabî kelimelerdir.
Upuzun, issiz, kimsesiz yollar
Vakit sonbahar, aylarsa birbirini kollar
Sukut etmis beser,kusmus sanirsin arzla
Takatsiz kalmis mahluk, halbuki ne fark var yazla
Uzaktan belirmis toz bulutu, kavusmus semavatla arz
Yagmurun hasretini ceker turab,kokusu ise azdan daha az
Kasimin hali beserin omrunu torpuler
Zamanin acziyyeti, kelamin kifayete manidir
JAVA 8 kurulumu
http://tecadmin.net/install-oracle-java-8-jdk-8-ubuntu-via-ppa/#
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="style1.css" >
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
http://forums.androidcentral.com/htc-one-rooting-roms-hacks/290576-need-help-how-remove-teamwin-recovery-t.html