Skip to content

Instantly share code, notes, and snippets.

View daksamedia's full-sized avatar
💭
available for freelance job

Daksa Media.Inc daksamedia

💭
available for freelance job
View GitHub Profile
@daksamedia
daksamedia / convert-seconds.js
Created December 31, 2020 08:27 — forked from martinbean/convert-seconds.js
Convert seconds to HH:MM:SS format in JavaScript.
new Date(seconds * 1000).toISOString().substr(11, 8)
@daksamedia
daksamedia / cordova-plugin-camera-index.html
Created June 10, 2018 03:58 — forked from AysadKozanoglu/cordova-plugin-camera-index.html
Cordova Camera Plugin cordova-plugin-camera upload jquery ajax to server request
<!DOCTYPE html>
<!-- Aysad Kozanoglu -->
<html>
<head>
<title>foto cek</title>
<style>
html {
-webkit-user-select: none;
}
</style>