Skip to content

Instantly share code, notes, and snippets.

View Gusase's full-sized avatar
💫
#FreePalestine

Gusesa Abida Ghifar Gusase

💫
#FreePalestine
View GitHub Profile
function showPreview(event){
if(event.target.files.length > 0){
var src = URL.createObjectURL(event.target.files[0]);
var preview = document.getElementById("file-ip-1-preview");
preview.src = src;
preview.style.display = "block";
}
@Gusase
Gusase / tmstmp.php
Last active October 13, 2023 11:36
unix epoch
<?php
// ref: https://stackoverflow.com/questions/557959/
$mils = round(microtime(true) * 1000);
$sec = ceil($mils / 1000);
echo date("D M d Y H:i:s",$sec);
echo " ---> ";
echo $mils;
@Gusase
Gusase / ev.txt
Created July 12, 2023 02:09
nothing here lol
//
#
<!-->
/**/