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
| ssh 52.166.92.21 | |
| # | |
| # curl -s -H Metadata:true http://169.254.169.254/metadata/instance?api-version=2019-06-01 | jq ".compute.tags" | |
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
| // <PackageReference Include="Pidgin" Version="2.2.0" /> | |
| // <PackageReference Include="Sprache" Version="2.2.0" /> | |
| namespace RedisParser | |
| { | |
| using System; | |
| using System.Text; | |
| using System.Collections.Generic; | |
| using Sprache; | |
| using Pidgin; | |
| using static Pidgin.Parser; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
running:
bash create-vod-hls.sh beach.mkv
will produce:
beach/
|- playlist.m3u8
|- 360p.m3u8
-
Leica M Typ 262: EUR 2800,-
-
Leica M Typ 240: EUR 2800,-
-
Leica M Monochrom 246: EUR 3680,-
-
Leica M 10: EUR 5100,-
-
Leica M 10-P: EUR 5880,-
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
| - task: CreateWorkItem@1 | |
| condition: not(succeeded()) | |
| inputs: | |
| workItemType: Issue | |
| title: 'Created by build $(Build.DefinitionName)-$(Build.BuildNumber)' | |
| assignedTo: '$(Build.RequestedFor) <$(Build.RequestedForEmail)>' | |
| associate: true |
- Beyond Liveview: Real Time Features With Liveview - Sophie DeBenedetto
- Keynote: Adoption - Brian Cardarella
- It’s An Evolution: Recreating Life With Elixir Processes - Johnny Winn
- Keynote: All Aboard The Stateful Train - Eric Oestrich
- Rebuilding Espec: Foundations In Metaprogramming, - Bruce Park
- A Dwarf Fortress Clone In Elixir: A Story Of Doing It Wrong - Aldric Giacomoni
- Playing With Elixir - Greg Vaughn
Minimal example: transcode from MP3 to WMA:
ffmpeg -i input.mp3 output.wma
You can get the list of supported formats with:
ffmpeg -formats
Convert WAV to MP3, mix down to mono (use 1 audio channel), set bit rate to 64 kbps and sample rate to 22050 Hz:
