Skip to content

Instantly share code, notes, and snippets.

@stephenchew
stephenchew / README.md
Last active January 6, 2024 14:44
Bulk edit photos in Photoprism

Bulk edit photos in Photoprism

Tested to work with builds: -

  • 231011-63f708417
  • 230923-e59851350
  • 230719-73fa7bbe8

Use this workaround until Photoprism implemented bulk-edit feature.

@diegorodrigo90
diegorodrigo90 / garmin-express-wine.md
Last active April 16, 2024 21:30
Installing garmin express in linux with wine

First we start by creating a wineprefix and installing our prerequisites from terminal:

WINEARCH=win32 WINEPREFIX=/home/$USER/GarminExpress winetricks dotnet452 vcrun2010 corefonts
WINEARCH=win32 WINEPREFIX=/home/$USER/GarminExpress winetricks win7
@zivagolee
zivagolee / gist:f0b0ddd7b9c91e0f6ade729eedd67240
Created March 29, 2018 22:44
Extract GoPro metadata (specifically geodata)
https://github.com/stilldavid/gopro-utils
$ brew install ffmpeg
$ brew install go
$ brew install jq
$ go get github.com/stilldavid/gopro-utils/bin/gopro2json/gopro2json.go
$ go get github.com/stilldavid/gopro-utils/bin/gopro2gpx/gopro2gpx.go
$ ffprobe GOPR0001.MP4
@boecko
boecko / Olympia-ARD.m3u
Last active August 6, 2016 21:10
Die ARD-Stream-URLs von Rio 2016
#EXTINF:-1,ARD Kanal 1
http://ndr_spezial-lh.akamaihd.net/i/spezial_1@119227/index_3776_av-p.m3u8
#EXTINF:-1,ARD Kanal 2
http://ndr_spezial-lh.akamaihd.net/i/spezial_2@119228/index_3776_av-p.m3u8
#EXTINF:-1,ARD Kanal 3
http://ndr_spezial-lh.akamaihd.net/i/spezial_3@119229/index_3776_av-p.m3u8
#EXTINF:-1,ARD Kanal 4
http://ndr_spezial-lh.akamaihd.net/i/spezial_4@119230/index_3776_av-p.m3u8
#EXTINF:-1,ARD Kanal 5
http://ndr_spezial-lh.akamaihd.net/i/spezial_5@384495/index_3776_av-p.m3u8
@adamgit
adamgit / .gitignore
Last active April 8, 2024 12:58
.gitignore file for Xcode4 / OS X Source projects
#########################
# .gitignore file for Xcode4 and Xcode5 Source projects
#
# Apple bugs, waiting for Apple to fix/respond:
#
# 15564624 - what does the xccheckout file in Xcode5 do? Where's the documentation?
#
# Version 2.6
# For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
#
@Chrisedmo
Chrisedmo / Mountain Lion tweaks
Created July 30, 2012 14:30
Mountain Lion tweaks (under the hood)
# ~/.osx — http://mths.be/osx
###############################################################################
# General UI/UX #
###############################################################################
# Set computer name (as done via System Preferences → Sharing)
scutil --set ComputerName "MathBook Pro"
scutil --set HostName "MathBook Pro"
scutil --set LocalHostName "MathBook-Pro"