Skip to content

Instantly share code, notes, and snippets.

@jaider
jaider / freecodecamp_intro_to_jamstack.md
Created March 12, 2020 06:41 — forked from philhawksworth/freecodecamp_intro_to_jamstack.md
freeCodeCamp - Introduction to JAMstack

freeCodeCamp Introduction to JAMstack

Here's a list of links to resources to accompany the "Introduction to JAMstack" video on freeCodeCamp, by Phil Hawksworth

Watch the video

JAMstack video

@jaider
jaider / README.md
Created February 17, 2020 01:36 — forked from Btibert3/README.md
Use R to convert Wordpress Posts to Markdown for Jekyll blogs

About

This code sample is how I used R to query the data loaded into Mysql from the Wordpress backup, converted the html to markdown, and moved into a jekyll blog.

Backup Wordpress

Depending on your provider, you should be able to access backup files of your MySQL database which contains the database for your blog. The files will be SQL files.

@jaider
jaider / ffmpeg-cheatsheet.md
Created January 17, 2019 08:17 — forked from nickkraakman/ffmpeg-cheatsheet.md
FFmpeg cheat sheet for 360 video

FFmpeg Cheat Sheet for 360º video

Brought to you by Headjack

 
FFmpeg is one of the most powerful tools for video transcoding and manipulation, but it's fairly complex and confusing to use. That's why I decided to create this cheat sheet which shows some of the most often used commands.

 
Let's start with some basics:

  • ffmpeg calls the FFmpeg application in the command line window, could also be the full path to the FFmpeg binary or .exe file