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 | |
| echo a; | |
| echo b; | |
| ?> |
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
| Peserta : 20-25 org | |
| Jenis : 60% IT - 40% Administrasi | |
| Waktu : 3 Hari - 8jam/hari | |
| Metode : 30% Teori, 70% Praktek | |
| - Pengenalan ECB JNA Database | |
| - Pre-Assessment (mengisi manual) | |
| - Training untuk Admin part I: | |
| * Konfigurasi (membuat user, mengatur hak akses, mengedit user, menghapus user) [p.Admin 4) | |
| * Membuat survey (import, copy, buat dari nol) [p.Admin 15]+[sample survey] |
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
| class BelajarVariable | |
| { | |
| public static void main(String[] args) { | |
| int username = 1; | |
| int password = 45; | |
| if (username>=10 || password<=10) { | |
| System.out.println("Anda berhasil login"); | |
| if (username>=10) { |
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
| class BelajarSwitchCase | |
| { | |
| public static void main(String[] args) { | |
| int pilihan = 5; | |
| switch(pilihan) { | |
| case 1: System.out.println("Selamat Anda menemukan HP!"); | |
| break; | |
| case 2: System.out.println("Selamat Anda menemukan Pensil!"); | |
| break; |
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
| class BelajarSwitchCasePakeIf | |
| { | |
| public static void main(String[] args) { | |
| int pilihan = 5; | |
| if (pilihan==1) { | |
| System.out.println("Selamat Anda menemukan HP!"); | |
| } else if (pilihan==2) { | |
| System.out.println("Selamat Anda menemukan Pensil!"); | |
| } else if (pilihan>=3) { |
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
| require_once($yii); | |
| Yii::createWebApplication($config)->run(); |
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
| require_once($yii); | |
| Yii::createWebApplication($config)->run(); |
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
| // ---------------------------------------------------------- | |
| // A short snippet for detecting versions of IE in JavaScript | |
| // without resorting to user-agent sniffing | |
| // ---------------------------------------------------------- | |
| // If you're not in IE (or IE version is less than 5) then: | |
| // ie === undefined | |
| // If you're in IE (>=5) then you can determine which version: | |
| // ie === 7; // IE7 | |
| // Thus, to detect IE: | |
| // if (ie) {} |
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
| === Masalah === | |
| Bagaimana membuat sinkronisasi isian survey offline dan sistem online? | |
| - Login? | |
| - Perubahahan data? | |
| === USE CASE === | |
| USER OFFLINE > Pilih Survey yang akan disinkron | |
| > Login | |
| > Kirim data survey (baru dan update) | |
| > Cancel pengiriman survey (kalau survey belum di konfirm admin) |
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
| sudo apt-get install libxss1 calibre xserver-xorg-video-intel mc apache2 mysql-server tasksel vim git-core g++ curl libssl-dev apache2-utils nodejs node npm terminator nethogs git-ftp pinta preload calibre gimp inkscape wine gpick conky-all postgresql guake ubuntu-restricted-extras p7zip recordmydesktop cheese blogilo xubuntu-desktop ntfs-config grsync rubygems | |
| sudo apt-get autoremove unity-lens-shopping |
OlderNewer