Category: Notes

Mac 装R LaTex knit全过程

  从OSX 10.11后 Apple有了新的安全设定 所以knit不能使用正常方法安装。 以下操作需要网络。 下载并安装: R:https://cran.r-project.org/ RStudio: https://www.rstudio.com/products/rstudio/download/ MacTex: https://www.tug.org/mactex/mactex-download.html 下载并全部安装。需要很好的网络:加起来3.5个G以上。 设置: 1. 设置-安全性和隐私-任何来源。 2. Launchpad(四指并拢)-其他-终端(terminal) 输入 dsenableroot 输入登陆(开机)密码 3次 输入 sudo ln -s /Library/TeX/Distributions/.DefaultTeX/Contents/Programs/texbin/pdflatex /usr/texbin/pdflatex 输入登陆密码 3…. Read more »

Things to read in the free time

Speech side: Audio Segmenting: http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0144610#sec008 Then run FFMpeg with -s and -t with subprocess Google Speech API: https://cloud.google.com/speech/reference/rest/v1beta1/speech/syncrecognize curl ‘https://speech.googleapis.com/v1beta1/speech:syncrecognize?key=AIzaSyBmmqjUsStJat65IP7KgKuH2cz6rRvlIr8’ -H ‘Referer: https://cloud.google.com/’ -H ‘Origin: https://cloud.google.com’ -H ‘User-Agent: Mozilla/5.0 (Macintosh; Intel… Read more »

泛域名证书

https://assl.loovit.net/ https://hostsymbol.com/clients/cart.php?a=add&pid=1

备忘:逼站个人中心的隐藏API

curl ‘http://space.bilibili.com/ajax/settings/setPrivacy’ -H ‘Cookie: f******’ -H ‘Origin: http://space.bilibili.com’ -H ‘Accept-Encoding: gzip, deflate’ -H ‘Accept-Language: en-CA,en;q=0.8,en-US;q=0.6,zh-CN;q=0.4,zh;q=0.2’ -H ‘User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.48 Safari/537.36’… Read more »

大圣归来 B站正版 下载地址

不写这标题估计没人进来看我骂街。 其实不是想说这事 反正这片子我不看。 应该是通过验证cookie判断是不是已经“承包”,后台有一数据库,异步的。 经过测试,更加确信appkey也有三六九等。   想看?进丸妞群问吧。我对于盗版没有兴趣。

备份:Bilibili 历史弹幕下载

原作者的gists死了,备份一下以免灭失。 https://kirito.me/python/download-bilibili-historical-danmu.html #!/usr/bin/env python # -*- coding=utf-8 -*- # 哔哩哔哩历史弹幕 (XML) 下载器 # 使用:downdanmu.py av314   import StringIO import datetime import gzip import json import os import re import urllib2… Read more »