Skip to content

Instantly share code, notes, and snippets.

View iamabhi747's full-sized avatar

Abhinandan Bhuse iamabhi747

View GitHub Profile
@iamabhi747
iamabhi747 / index.html
Created September 14, 2023 19:13
Simple Google Map Markers
<html>
<head>
<title>Simple Markers</title>
<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
<!-- jsFiddle will insert css and js -->
<script>
function initMap() {
let myStyles = [
{
@iamabhi747
iamabhi747 / typeracer.js
Created February 14, 2023 17:57
TypeRacer automation
/*
automates typing in TypeRacer (typeracer.com)
it will try to get secified wpm, but wpm in TypeRacer is complex so its not perfect
use:
-> run `await raceit(wpm)` when race about to start (countdown is ongoing)
*/
async function raceit(wpm) {