Skip to content

Instantly share code, notes, and snippets.

View mhfmobin's full-sized avatar
💎

Mohammad Hossein Farahmand mhfmobin

💎
View GitHub Profile
@benixal
benixal / worker.js
Last active February 11, 2025 10:16
Free Telegram Upload Center
/*
https://github.com/benixal
https://www.youtube.com/@benixal
*/
export default {
// @ts-ignore
async fetch(request, env, ctx) {
@ardianta
ardianta / input-form-google-maps.html
Created April 26, 2017 05:21
Form input google maps
{% include 'partial/head.html' %}
{% include 'partial/navbar.html' %}
<script src="https://maps.googleapis.com/maps/api/js?key=API_KEY"></script>
<script type="text/javascript">
// variabel global marker
var marker;
function taruhMarker(peta, posisiTitik) {