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
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...', |
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
https://www.baeldung.com/java-replace-if-statements | |
https://access.corporate.ge.com/?page_id=27 ::: OpenID Connect (OIDC) | |
https://corporate.api.ge.com/apis/#/home/login ::: Akana App Creation | |
https://oidcapi.corporate.ge.com/ ::: ClientId - Secret , L2 Auth creation | |
https://github.build.ge.com/212432633/home/blob/master/.bashrc ::: Json's bashrc file |
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 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) |
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
{ | |
repository(owner: "facebook", name: "mention-bot") { | |
object(expression: "master") { | |
... on Commit { | |
blame(path: "cookieJar.js") { | |
ranges { | |
startingLine | |
endingLine | |
age | |
commit { |
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
.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"); | |
} |
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
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. |
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
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 |
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
JAVA 8 kurulumu | |
http://tecadmin.net/install-oracle-java-8-jdk-8-ubuntu-via-ppa/# |
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
<!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> |
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
http://forums.androidcentral.com/htc-one-rooting-roms-hacks/290576-need-help-how-remove-teamwin-recovery-t.html |
NewerOlder