running:
bash create-vod-hls.sh beach.mkv
will produce:
beach/
|- playlist.m3u8
|- 360p.m3u8
| import 'package:flutter/material.dart'; | |
| import 'l10n/app_localizations.dart'; // L10N | |
| class AppLocale extends StatelessWidget { | |
| const AppLocale({ Key key, this.locale, this.child }) : super(key: key); | |
| final Locale locale; | |
| final Widget child; |
| #include <QGuiApplication> | |
| #include <QQmlApplicationEngine> | |
| #include <QQmlContext> | |
| #include "myClass.h" | |
| int main(int argc, char *argv[]) | |
| { | |
| QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); |
running:
bash create-vod-hls.sh beach.mkv
will produce:
beach/
|- playlist.m3u8
|- 360p.m3u8
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. The initial development have been done on Gogs but we have forked it and named it Gitea. If you want to read more about the reasons why we have done that please read this blog post.
Download Gitea binary from download page first.
$ wget https://dl.gitea.io/gitea/1.1.0/gitea-1.1.0-linux-amd64 -O giteaNext.js, Nginx with Reverse proxy, SSL certificate
It sometimes happen you need change code on a machine from which you cannot push to the repo.
You’re ready to copy/paste what diff outputs to your local working copy.
You think there must be a better way to proceed and you’re right. It’s a simple 2 steps process:
1. Generate the patch:
git diff > some-changes.patch| package main | |
| import ( | |
| "bytes" | |
| "fmt" | |
| "io" | |
| "log" | |
| "mime/multipart" | |
| "net/http" | |
| "os" |