Skip to content

Instantly share code, notes, and snippets.

View azulkipli's full-sized avatar

azulkipli azulkipli

View GitHub Profile
id,product_biller_id,cluster_id,operator,denom,product_name,sku,remote_product_id,sell_price,purchase_price,base_promo_price,margin,fee1,status,priority,description
2097,772,6,Axis,5000,Axis Rp 5.000 (Axis),AX5RB,0,5100,5200,0,0,0,0,1,
0,773,0,Axis,1x000,Axis Rp 10.000 (Axis),,0,0,0,0,0,0,0,0,
id,product_biller_id,cluster_id,operator,denom,product_name,sku,remote_product_id,sell_price,purchase_price,base_promo_price,margin,fee1,status,priority,description
2097,772,6,Axis,5000,Axis Rp 5.000 (Axis),AX5RB,0,5100,5200,0,0,0,0,1,
0,773,0,Axis,10000,Axis Rp 10.000 (Axis),,0,0,0,0,0,0,0,0,
@azulkipli
azulkipli / Pymin base.html
Created July 19, 2018 04:19
Pymin base.html
<!DOCTYPE html>
<html lang="en">
<!-- begin::Head -->
<head>
<meta charset="utf-8" />
<title>
PyMin | Admin Portal
</title>
<meta name="description" content="Latest updates and statistic charts">
UserID;NoHandphoneSeller;NamaOutlet;MessageTitle;MessageDeeplink;MessageBody
"4422";"085838520960";"085838520960";"Bonus menarik nih";"ypls://yapulsa/inbox";"Halo 085838520960 ada bonus menunggu mu di surga, cek https://bit.ly/2M9iNKo"
"6217";"085783666877";"085783666877";"Hola";"ypls://yapulsa/inbox";"Halo 085783666877 ada bonus menunggu mu di surga cekidot https://bit.ly/2M9iNKo"
"4826";"085838520960";"085838520960";"Besar manfaatnya";"ypls://yapulsa/inbox";"Halo 085838520960 ada bonus menunggu mu di surga cekidot https://bit.ly/2M9iNKo"
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Modal Dialog</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
</head>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Avatar</title>
<style>
.avatar {
width: 150px;
height: 150px;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Company page</title>
</head>
<body>
<p>Welcome! Here you can find the following things:</p>
<ol>
<li><a href="#logo"><em>Company's logo</em></a></li>
function appendChildren(decorateDiv) {
var allDivs = document.getElementsByTagName("div");
var numberOfDivs=allDivs.length;
for (var i = 0; i < numberOfDivs; i++) {
var newDiv = document.createElement("div");
decorateDiv(newDiv);
allDivs[i].appendChild(newDiv);
}
}
SELECT COUNT(*) FROM students WHERE firstName='John';
select name from employees where id not in (select managerId from employees m where managerId is not null)
-- ref: https://sqliteonline.com/#fiddle-5c2f897f7180djmyjqi96d0a