Skip to content

Instantly share code, notes, and snippets.

View yus-ham's full-sized avatar
🌴
On vacation

Yusup Hambali yus-ham

🌴
On vacation
View GitHub Profile
<script>
d=new Date()
tahun=d.getFullYear()
bulan=d.getMonth()
lokasi=682 // bogor
location="http://simbi.kemenag.go.id/sihat/site/get_sholat?tahun="+ tahun +"&bulan="+ (bulan+1) +"&lokasi="+ lokasi +"&h=0&type=html"
</script>
@yus-ham
yus-ham / index.php
Last active December 10, 2015 06:02
<?php
//
// + List files & directories
// + Write & Run PHP snipet
// + https://gist.github.com/665addb757cfcff9be67.git
//
ini_set("display_errors", 1);
error_reporting(30711);