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
echo "# techsauce-website" >> README.md | |
git init | |
git add README.md | |
git commit -m "first commit" | |
git remote add origin [email protected]:craxidile/techsauce-website.git | |
git push -u origin 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
avascript: var mp = document.getElementById("movie_player"); function a(event){ if (event == 0){mp.playVideo();} } mp.addEventListener("onStateChange", "a"); |
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
json_decode |
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 | |
$command = "NEWSTUDY .01,1,2,3,4,5 %s,%s,%s,%s,%s,%s"; | |
$accessionNumber = date("YmdHi"); | |
$scanDate = date("d-m-Y"); | |
$givenName = "Chanan"; | |
$familyName = "Gosonsaksakun"; | |
$hn = "4596116"; |