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
| { "results" : 68, "id" : "ptk_id", "start": 0, "limit": 20, "rows" : [{"ptk_terdaftar_id":"db7c0d67-3abf-43ad-9e74-7ee158f2e454","ptk_id":"1719c35a-a277-414b-a57e-26e0fe366c5e","sekolah_id":"db9cc202-81ae-4913-945c-10000e40e3b1","jenis_keluar_id":null,"tahun_ajaran_id":"2023","jenis_ptk_id":"4","nomor_surat_tugas":"04762\/KEP\/DU\/23200\/2016","tanggal_surat_tugas":"2016-10-18","ptk_induk":"1","tmt_tugas":"2016-10-01","aktif_bulan_01":"0","aktif_bulan_02":"0","aktif_bulan_03":"0","aktif_bulan_04":"0","aktif_bulan_05":"0","aktif_bulan_06":"0","aktif_bulan_07":"0","aktif_bulan_08":"0","aktif_bulan_09":"0","aktif_bulan_10":"0","aktif_bulan_11":"0","aktif_bulan_12":"0","tgl_ptk_keluar":null,"create_date":"2018-01-24 09:35:47","last_update":"2023-08-22 10:48:11","soft_delete":"0","last_sync":"2023-08-22 10:48:11","updater_id":"ffffffff-0000-aaaa-ffff-999999999999","jenis_keluar_id_str":"","status_kepegawaian_id_str":"PNS","nama":"Aceng Saripudin","nip":"198202282009021001","jenis_kelamin":"L","tempat_lahir":"Tasik |
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
| curl | |
| wget | |
| git | |
| vim | |
| unzip | |
| unrar | |
| apache2 / nginx | |
| mysql-server |
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
| [ | |
| { | |
| "nama": "STMIK DCI Tasikmalaya", | |
| "alamat": "Jl.Sutisnasenjaya No.158A Kota Tasikmalaya", | |
| "pimpinan": "Aneu Yulianeu, S.T., S.E., M.M.", | |
| "kontak": 123, | |
| "email": "[email protected]", | |
| "kuota": 5, | |
| "pembimbing": "N/A", | |
| "gender": "Semua", |
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
| <template> | |
| <div class="container"> | |
| <div class="row"> | |
| <div class="col-md-12"> | |
| <h1>Products</h1> | |
| <div class="row"> | |
| <div v-for="produk in products" :key="produk.id" class="col-md-4"> | |
| <div class="card mb-4"> | |
| <div class="card-header"> | |
| <img :src="produk.foto" width="100%" class="img-thumb"> |
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
| [ | |
| { | |
| "id": "15", | |
| "nama": "Batas Kota Arah Bandung", | |
| "jenis": "PTZ", | |
| "link": "https://atcs.tasikmalayakota.go.id/camera/bataskotaarahbandung.m3u8", | |
| "jalan_status": "Nasional" | |
| }, | |
| { | |
| "id": "5", |
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
| <script> | |
| let siswa = ???; | |
| </script> |
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
| - Adit | |
| - Amel | |
| - Silvina | |
| - Yola | |
| - Abdul | |
| - Arif | |
| - Adha | |
| - Rivdy | |
| - Jilan | |
| - Fauzan |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Fake Store API.</title> | |
| </head> | |
| <body> | |
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
| [ | |
| { | |
| "genus": "Malus", | |
| "name": "Apple", | |
| "id": 6, | |
| "family": "Rosaceae", | |
| "order": "Rosales", | |
| "nutritions": { | |
| "carbohydrates": 11.4, | |
| "protein": 0.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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>JUDUL ISI SENDIRI...</title> | |
| </head> |