My Portfolio Sites :D
Hello everyone! Mocha here, I'm Web Developer (a Junior Web Developer). Love to sharing my experience, knowledge etc
My Portfolio Sites :D
Hello everyone! Mocha here, I'm Web Developer (a Junior Web Developer). Love to sharing my experience, knowledge etc
| Enter Chat and press enter | |
| <div><input id=input placeholder=you-chat-here /></div> | |
| Chat Output | |
| <div id=box></div> | |
| <script src=http://cdn.pubnub.com/pubnub.min.js></script> | |
| <script>(function(){ | |
| var box = PUBNUB.$('box'), input = PUBNUB.$('input'), channel = 'chat'; | |
| PUBNUB.subscribe({ |
| # Built application files | |
| /*/build/ | |
| # Crashlytics configuations | |
| com_crashlytics_export_strings.xml | |
| # Local configuration file (sdk path, etc) | |
| local.properties | |
| # Gradle generated files |
| // Contoh program menggunakan pascal | |
| { Judul } | |
| program algoritma_sekuensial; | |
| { Kamus } | |
| var nama: string; | |
| { Algoritma } | |
| begin |
{ Judul }
algoritma_sekuensial
{ Kamus }
nama: String
{ Algoritma }
Output('Masukkan nama kamu: ')
Input(nama)
Output('Halo, ', nama, '!')
| # This will install the latest java available on Homebrew | |
| brew install java | |
| # If you want to install specific version, such as Java 7 | |
| # Run this command on your shell | |
| brew install java7 |
| # .git/config, exists in your main repo | |
| [submodule "your/path/to/sub/repo"] | |
| url = [email protected]:user/repo.git |
| //Program mencari nilai akhir | |
| #include <iostream> | |
| #include <string.h> | |
| using namespace std; | |
| // array of siswa | |
| struct student { | |
| string nama, nim, indeks; | |
| double tugas, kuis, uts, uas, hasil; | |
| }; |
{ Judul }
Memeriksa_angka_genap_atau_ganjil
{ Kamus }
angka: Integer
keterangan: String
{ Algoritma }
Input(angka);