This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>CodePen - Datepicker with TailwindCSS and AlpineJS</title> | |
<link | |
href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" | |
rel="stylesheet" | |
/> | |
<script |
This guide describes how to install Fedora 30/31 next to Windows 10 on a Dell XPS 13 9380 series in dual boot.
- Keep the stock Windows 10 installation that came with the laptop.
- Install Fedora 30 alongside Windows on the hard disk.
- Install GRUB as the bootloader allowing you to choose which OS to boot from.
Authored: September 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module ActionControllerParameters | |
def filtered | |
filter_hash self.to_unsafe_hash | |
end | |
private | |
def filterer | |
@filterer ||= ActionDispatch::Http::ParameterFilter.new(Rails.application.config.filter_parameters) | |
end |
Direct copy of pre-encoded file:
$ ffmpeg -i filename.mp4 -codec: copy -start_number 0 -hls_time 10 -hls_list_size 0 -f hls filename.m3u8