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
var avalableChannels = | |
[ | |
{channel_id: "1", channel_name: "Channel A", created_date: null, access_name: "Channel A"}, | |
{channel_id: "10", channel_name: "MKIOS", created_date: "2019-02-19T04:21:17.000Z", access_name: "mkios"}, | |
{channel_id: "2", channel_name: "Channel B", created_date: null, access_name: "Channel B"}, | |
{channel_id: "8", channel_name: "UPX", created_date: "2018-12-24T17:00:00.000Z", access_name: "UPX"}, | |
{channel_id: "9", channel_name: "Channel C", created_date: "2019-01-09T17:00:00.000Z", access_name: "Channel C"} | |
]; | |
var coupons1 = [ | |
{evt_id_reff: "D1042", source: "SYSTEM", channel: "MKIOS", offer_id: "-", package_name: "-"}, |
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
1. There is a mistake when booting like | |
Error: no such partition. | |
Entering rescue mode ... | |
grub rescue> | |
2. Check where the Linux File partition is stored using the command> ls | |
grub rescue> ls | |
(hd1) (hd1, gpt9) (hd1, gpt8) (hd1, gpt7) (hd1, gpt6) (hd1, gpt5) (hd1, gpt6) (hd1, gpt5) (hd1, gpt2) (hd1, gpt1) | |
grub rescue> ls (hd1, gpt9) | |
error: uknown system file [this error indicates the system file that has linux content is not there] |
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
1. Ada kesalah saat booting seperti | |
Error: no such partition. | |
Entering rescue mode... | |
grub rescue > | |
2. Cek dimana partisi File Linux tersimpan gunakan perintah > ls | |
grub rescue > ls | |
(hd1) (hd1,gpt9) (hd1,gpt8) (hd1,gpt7) (hd1,gpt6) (hd1,gpt5) (hd1,gpt2) (hd1,gpt1) | |
grub rescue > ls (hd1,gpt9) | |
error : file system uknown [error ini menunjukkan file sistem yang ada pertisi linux tidak disana] |
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
import React from 'react'; | |
import Header from './assets/header.jsx'; | |
export default class App extends React.Component { | |
render() { | |
return ( | |
<Header /> | |
); | |
} | |
} |
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> | |
<head> | |
<title>Search Box Example 1</title> | |
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> | |
<!-- CSS styles for standard search box --> | |
<style type="text/css"> | |
#tfheader{ | |
background-color:#c3dfef; | |
} |
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
Verifying that +heriipurnama is my blockchain ID. https://onename.com/heriipurnama |
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
/** | |
* Created by heriipurnama on 18/10/15. | |
*/ | |
//queriString dari addresBAr | |
var http = require("http"); | |
var fs = require('fs'); | |
var url = require ('url'); | |
var gString = require("querystring"); | |
http.createServer(function(req,res){ |
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
<html> | |
<body> | |
<?php | |
echo"<form action=' ' method='get'> | |
Nama : <input type='text' name='nama' > <br> | |
Jumlah Anak : <input type='text' name='jum'><br> | |
<input type='submit' name='proses' value='Oke'> | |
</form>"; | |
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
package Data; | |
import java.util.Scanner; | |
class DataPenyakit | |
{ | |
public static int O; | |
public static void memasukanData(String nama[], String gejala[], String obat[], int jumlah[]) | |
{ | |
Scanner masukanTeks = new Scanner(System.in); | |
Scanner masukanAngka = new Scanner(System.in); |
NewerOlder