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
| namespace PlayingWithIoCWebApp | |
| { | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Reactive.Disposables; | |
| using System.Reactive.Linq; | |
| using System.Threading.Tasks; | |
| using Microsoft.AspNetCore.Builder; | |
| using Microsoft.AspNetCore.Hosting; |
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
| namespace RxCheckProviderCount | |
| { | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Collections.ObjectModel; | |
| using System.Linq; | |
| using System.Reactive.Linq; | |
| using System.Reactive.Subjects; | |
| class Message |
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 |
