Skip to content

Instantly share code, notes, and snippets.

View imty42's full-sized avatar

Tianyu imty42

  • Beijing, China
View GitHub Profile
@imty42
imty42 / how_to_make_weixin_article_to_rss.md
Created December 31, 2017 09:11
如何抓取一个公众号转成 RSS
@imty42
imty42 / exercise-渐近记号练习.md
Last active January 7, 2018 11:17
知识星球算法时空,练习题目解答

date:2017-11-07 title:渐近记号练习

题目

I. 写出下列式子的 ⍬ 记号

  • T1(n) = 4nlogn + 700n
@imty42
imty42 / sougou4MacOS-imty42.plist
Created February 22, 2018 10:52
特殊地: ; = ing, v = v|ui, y = uai 请在【高级功能】右下角的【额外编码】中输入英文的分号并按回车。
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Special</key>
<dict/>
<key>Yun</key>
<dict>
<key>;</key>
<string>ing</string>
# 00. Install ffmpeg first
brew install ffmpeg
# 01. Download from m3u8 URL, and combine the ts file into one mp4
ffmpeg -user_agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7" -c copy video.mp4 -i [http://source.m3u8]