Skip to content

Instantly share code, notes, and snippets.

View baralogi's full-sized avatar
🧟‍♂️
import { brain } from head

Sebastianus Sembara baralogi

🧟‍♂️
import { brain } from head
View GitHub Profile
let str = "ENROLL_FP PIN=4832 FID=0 RETRY=3 OVERWRITE=1";
let res = str.replace("ENROLL_FP ", "");
let splitX = res.split("\t")
let values = splitX
let newObject = {}
let data = values.forEach((item, index) => {
let array = item.split("=")
<?php
function penyebut($nilai) {
$nilai = abs($nilai);
$huruf = array("", "satu", "dua", "tiga", "empat", "lima", "enam", "tujuh", "delapan", "sembilan", "sepuluh", "sebelas");
$temp = "";
if ($nilai < 12) {
$temp = " ". $huruf[$nilai];
} else if ($nilai <20) {
$temp = penyebut($nilai - 10). " belas";
} else if ($nilai < 100) {
<?php
$arr = array(Senin, Selasa, Rabu, Senin, Senin);
foreach(array_count_values($arr) as $k => $v){
if($v > 1){
echo "Hari <b>".$k."</b> ada ".$v." buah di dalam array<br />";
}
}
?>
@baralogi
baralogi / tenor.0.gif
Last active October 14, 2020 17:19
Gist for tenor.0.gif. Generated by `crop-github-images-cli`.
tenor.0.gif
@baralogi
baralogi / tenor.2.gif
Last active October 14, 2020 17:19
Gist for tenor.2.gif. Generated by `crop-github-images-cli`.
tenor.2.gif
@baralogi
baralogi / tenor.3.gif
Last active October 14, 2020 17:18
Gist for tenor.3.gif. Generated by `crop-github-images-cli`.
tenor.3.gif
@baralogi
baralogi / tenor.1.gif
Last active October 14, 2020 17:18
Gist for tenor.1.gif. Generated by `crop-github-images-cli`.
tenor.1.gif
@baralogi
baralogi / tenor.5.gif
Last active October 14, 2020 17:17
Gist for tenor.5.gif. Generated by `crop-github-images-cli`.
tenor.5.gif
@baralogi
baralogi / tenor.4.gif
Last active October 14, 2020 17:16
Gist for tenor.4.gif. Generated by `crop-github-images-cli`.
tenor.4.gif
<?php
date_default_timezone_set('Asia/Bangkok');
$x=date('Ymd.hisms');
echo 'tr'.$x;
?>