Skip to content

Instantly share code, notes, and snippets.

View Matsue's full-sized avatar

Hiroki Matsue Matsue

View GitHub Profile
@Matsue
Matsue / set_timezone_to_video.md
Created December 24, 2023 14:42
Set the time zone of a video taken with the Insta360 camera
exiftool "-DateTimeOriginal<CreateDate" -api "QuickTimeUTC" -overwrite_original your_video.mp4
@Matsue
Matsue / izunokuni-syukuhakuken-ikyu-202202.md
Last active February 13, 2022 02:25
伊豆の国市宿泊感謝券が使える宿と一休のURL 2022-02

使える宿の情報を調べづらかったのでリンクをまとめました。
※この情報を見て発生した不利益や損害などに対して、作者は一切の責任を負わないので自己責任でご利用ください。

宿一覧

最新情報はの伊豆の国市のサイトを見てください。
https://www.city.izunokuni.shizuoka.jp/kikaku/citypromotion/furusato/kansyaken.html

  • あづまや旅館
  • 伊古奈荘
# Specify analysis options.
#
# Until there are meta linter rules, each desired lint must be explicitly enabled.
# See: https://github.com/dart-lang/linter/issues/288
#
# For a list of lints, see: http://dart-lang.github.io/linter/lints/
# See the configuration guide for more
# https://github.com/dart-lang/sdk/tree/master/pkg/analyzer#configuring-the-analyzer
#
# There are other similar analysis options files in the flutter repos,
@Matsue
Matsue / mac_setup.md
Last active August 8, 2018 01:19
Mac setup
@Matsue
Matsue / file0.txt
Created September 3, 2014 22:24
Swiftで国名コードの変換 ref: http://qiita.com/waytoa/items/514cdf795f092e900bba
NSLocale.ISOCountryCodes() // ["AD", "AE", "AF", "AG", "AI",...]
@Matsue
Matsue / file0.txt
Created August 11, 2014 18:00
SwiftからObjective-Cのクラスを参照するためにした設定 ref: http://qiita.com/waytoa/items/efd8addaeba12565fee4
link_with 'MyApp', 'MyApp Tests'