-
Github doesn't allow javascript in a markdown file. Try to compile equations using readme2tex presents an elegant solution for rendering latex equations.
-
grip runs a simple http server to visualize a readme file on a browser. It also tracks changes in a readme file and refresh the page whenever there is a change. However, you need to embed the following script so that the Mathjax renders eqs.
<script async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML"></script> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" onload="javascript:MathJax.Hub.Queue(['Typeset', MathJax.Hub]);">
ffmpeg -reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2000 \ | |
-timeout 2000000000 -y -thread_queue_size 5512 -nostdin -hide_banner -fflags +genpts \ | |
-probesize 10000000 -analyzeduration 15000000 -strict -2 \ | |
-i "http://185.38.12.37/sec/1507602961/37303231b693a468b631da8dce8ab261f039288f1e73a0e5/ivs/69/18/89f2c8aa6418.mp4/hls/tracks-1,4/index.m3u8" 2bg.s04e07.ts |
-
Github doesn't allow javascript in a markdown file. Try to compile equations using readme2tex presents an elegant solution for rendering latex equations.
-
grip runs a simple http server to visualize a readme file on a browser. It also tracks changes in a readme file and refresh the page whenever there is a change. However, you need to embed the following script so that the Mathjax renders eqs.
<script async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML"></script> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" onload="javascript:MathJax.Hub.Queue(['Typeset', MathJax.Hub]);">
// IP Camera supports motion detection, which can be configured to send | |
// emails upon alarm is fired | |
// This go programme serve as a minimal smtp server, listening login requests | |
// from IP Camera, and triggers zmtrigger.pl through unix socket. | |
package main | |
import ( | |
"github.com/op/go-logging" | |
"net" |
default_app_config = 'myapp.auth.apps.MyAuthAppConfig' |
This post is part of my Your own Virtual Private Server hosting solution project.
Get the latest version of this article here: https://gist.github.com/ddce334cd8ab21a40941.
Let鈥檚 Encrypt is a free, automated, and open certificate authority (CA), run for the public鈥檚 benefit. So far it works well and makes it easy to obtain a free certificate. Now the created certificates will expire withing 90 days. This post will show you how you can auto renew these certificates before they expire.