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/bash | |
#belajar3y | |
echo -n "Masukan nama kamu :" | |
read nama; | |
echo "Daftar Pilihan"; | |
echo "--------------"; | |
echo "1. Anjing "; | |
echo "2. Kucing "; |
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
/* | |
Krisna Clock Textdraw: | |
Credits | |
[~]Zhamaroth TextDraw Editor | |
[~]Shadow for filterscript World Clock | |
[~]Krisna Pradnya edit Filterscript | |
[~]SAMP Team | |
Thanks~ | |
visit our Facebook www.facebook.com/krisna.pradnya |
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/bash | |
#belajar2 | |
echo -n "Nama kamu :" | |
read nama; | |
echo "Hi $nama, gimana kabarnya?"; | |
echo "Pesan dan kesan :"; | |
read | |
echo "kata $nama, $REPLY"; |
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 | |
include "../functions/fungsi_pass.php"; | |
include "../functions/koneksi.php"; | |
$err= '<html> | |
<head> | |
<style> | |
a:link {font:8pt/11pt verdana; color:red} | |
a:visited {font:8pt/11pt verdana; color:#4e4e4e} | |
</style> | |
<meta HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252"> |
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"> | |
<style media="screen" type="text/css"> | |
body { | |
background-color: #ffffff; | |
} | |
h1 { | |
font-family: 'Raleway', sans-serif; | |
font-size: 500%; | |
vertical-align: middle; |
NewerOlder