Skip to content

Instantly share code, notes, and snippets.

View bumbeishvili's full-sized avatar
🏠
Working from home

David Bumbeishvili bumbeishvili

🏠
Working from home
View GitHub Profile
@bcheck555
bcheck555 / extractAndGeotagFrames.bat
Last active August 17, 2023 18:37 — forked from Krzysiu/extractAndGeotagFrames.bat
Extract frames from video every X seconds and geotag them using GPS data file. Requires exiftool and ffmpeg. Modified to prep Insta360 video for Streetview.
@echo off
rem Updates to prep Insta360 One X2 video for Streetview upload.
rem Brian Check
rem 13 Mar 2021
rem Ksheesh Geotag Video Frames 0.0.1
rem
rem Extract frames from video every X seconds and geotag them using GPS data file.
rem Requires exiftool and ffmpeg.
@sindresorhus
sindresorhus / esm-package.md
Last active May 3, 2024 10:19
Pure ESM package

Pure ESM package

The package that linked you here is now pure ESM. It cannot be require()'d from CommonJS.

This means you have the following choices:

  1. Use ESM yourself. (preferred)
    Use import foo from 'foo' instead of const foo = require('foo') to import the package. You also need to put "type": "module" in your package.json and more. Follow the below guide.
  2. If the package is used in an async context, you could use await import(…) from CommonJS instead of require(…).
  3. Stay on the existing version of the package until you can move to ESM.
@HarryStevens
HarryStevens / .block
Last active February 1, 2019 11:41
Rotate a Polygon
license: gpl-3.0
@larsvers
larsvers / .block
Last active September 12, 2018 10:14
Farmers Markets II - with d3-hexgrid
license: mit
height: 500
border: no
@Kcnarf
Kcnarf / .block
Last active December 7, 2019 10:08
Scrollytelling the Penrose triangle
license: mit
@djamshed
djamshed / .block
Last active July 24, 2018 06:36 — forked from emeeks/README.md
Variable Offset Animated Links
license: mit
@1wheel
1wheel / README.md
Last active July 24, 2018 06:38
regl-circles

hello webgl circles

@mukhtyar
mukhtyar / .gitignore
Created June 4, 2018 17:42 — forked from susielu/.gitignore
d3-annotation: Thresholds & Annotation Colors
.DS_Store
@tomshanley
tomshanley / .block
Last active April 26, 2019 06:26
Makeover Monday floor area
license: mit
height: 1000
border: no
scrolling: no
@git-ashish
git-ashish / .block
Created May 21, 2018 06:56 — forked from mbostock/.block
Shape Tweening
license: gpl-3.0