Skip to content

Instantly share code, notes, and snippets.

View lukemoderwell's full-sized avatar

Luke Moderwell lukemoderwell

View GitHub Profile
@noahbass
noahbass / index.html
Last active July 26, 2016 13:10
Meteor external api example: bibles.org api
<head>
<title>meteor external api example</title>
</head>
<body>
<table>
<p>{{{verse.verse}}}</p>
<p>{{{verse.text}}}</p>
</table>
</body>
@SheldonWangRJT
SheldonWangRJT / Convert .mov or .MP4 to .gif.md
Last active May 3, 2025 20:35
Convert Movie(.mov) file to Gif(.gif) file in one command line in Mac Terminal

This notes is written by Sheldon. You can find me with #iOSBySheldon in Github, Youtube, Facebook, etc.

Need

Convert .mov/.MP4 to .gif

Reason

As a developer, I feel better to upload a short video when I create the pull request to show other viewers what I did in this PR. I tried .mov format directly got after finishing recording screen using Quicktime, however, gif offers preview in most web pages, and has smaller file size.

This is not limited to developer, anyone has this need can use this method to convert the files.

Copy this to roam/js page, including the "{{[[roam/js]]}}" node:
- {{[[roam/js]]}}
- ```javascript
/*
* Roam template PoC by @ViktorTabori
* 0.1alpha
*
* How to install it:
* - go to `roam/js` page`