Skip to content

Instantly share code, notes, and snippets.

View yanyuechuixue's full-sized avatar

yanyuechuixue yanyuechuixue

  • China Agricultural University
  • Beijing
View GitHub Profile

poly eos (gamma = 2, kappa = 0.0332278, init_central_ent = 0.212414) image.png

@yanyuechuixue
yanyuechuixue / listen1_aha_playlist.md
Last active May 4, 2020 11:20
updated by Listen1(http://listen1.github.io/listen1/) at 2020/5/4 下午7:20:27

本歌单由Listen1创建, 歌曲数:150,歌单数:1,点击查看更多

@yanyuechuixue
yanyuechuixue / 深入浅出 Greasemonkey
Created April 16, 2020 09:43
一个非常优秀的 油猴脚本开发 、用户脚本开发、develope userscript 的教程。
# 深入浅出 Greasemonkey
版权 © 2005 Mark Pilgrimi
[sebug](http://sebug.net/appdir/) [paper](http://sebug.net/paper/)
这本书、及其样例代码和视频文件都是自由软件。在“GNU 通用公共许可证(自由软件基金会)(版本2以及更新版本)”许可下,您可以随意的再分发和/或修改它们。我们发行这本书、及其样例代码和视频文件,希望它能对您有所帮助。但是我们并没有提供任何担保!请查阅[GNU 通用公共许可证](http://www.ttlsa.com/docs/greasemonkey/#license)获取更多细节。
**目录**
@yanyuechuixue
yanyuechuixue / Pandas 输入非对称误差字符串以及输出成 LaTex 表格.
Last active April 13, 2020 14:29
Pandas, input string with asymmetric errors (asymmetric uncertainties) and output / export into LaTex table
```python
mass1_summary_data = pd.DataFrame()
append_dict={}
append_dict['Name'] = "Name"
append_dict[par_] = '$' + format(median, '0.2f') + "^{+" + format(plus, '0.2f') + "}" + "_{-" + format(minus, '0.2f') + "}" + '$'
mass1_summary_data=mass1_summary_data.append(append_dict,ignore_index=True)
print(summary_data.to_latex(escape=False,index=False,na_rep="$\\backslash$"))
```
Note:
@yanyuechuixue
yanyuechuixue / 编写可靠 bash 脚本的一些技巧
Created April 13, 2020 13:41
科研中常用 bash 脚本来提交一些任务
本文转自知乎腾讯技术工程,原文作者具有所有权利:https://zhuanlan.zhihu.com/p/123989641
写过很多 bash 脚本的人都知道,bash 的坑不是一般的多。 其实 bash 本身并不是一个很严谨的语言,但是很多时候也不得不用。以下总结了一些鹅厂程序员在编写可靠 bash 脚本的一些小 tips。
### **0. set -x -e -u -o pipefail**
在写脚本时,在一开始(Shebang 之后)就加上这一句,或者它的缩略版:
```bash
set -xeuo pipefail
@yanyuechuixue
yanyuechuixue / jupyter 启用 Code prettify
Created April 13, 2020 13:41
如何在 jupyter notebook 中启用 Code prettify
```bash
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user
pip install yapf
@yanyuechuixue
yanyuechuixue / FFmpeg 常用命令
Created April 13, 2020 13:38
我在科研中常用的命令
![img](https://trac.ffmpeg.org/ffmpeg-logo.png)
### 合并视频
```
ffmpeg -i "KTDS-820A_FHD.mp4" -c copy -bsf:v h264_mp4toannexb -f mpegts intermediate1.ts
ffmpeg -i "KTDS-820B_FHD.mp4" -c copy -bsf:v h264_mp4toannexb -f mpegts intermediate2.ts
ffmpeg -i "concat:intermediate1.ts|intermediate2.ts" -c copy -bsf:a aac_adtstoasc "KTDS-820.mp4"
```
**转载原创文章请注明,转载自: [Luminous' Home](https://luotianyi.vc/) » [利用Google GCE为教育网搭建6to4服务](https://luotianyi.vc/1941.html)**
各大高校接入的中国教育网(CERNET)的IPv6网络一直是不设限速而且免费的,而IPv4的网络要么是价格高昂(1块1G的都有),要么采用双栈接入直接走三大运营商的带宽。Luminous的校园网就是属于后面那一种,IPv4由电信提供,并不走教育网线路,电信出口限速20M(不过5块一个月还要啥自行车( ̄▽ ̄)”)
![img](https://blog.cdn.luotianyi.vc/wp-content/uploads/2019-07-02_07-47-44.png)
当初其实刚刚办理了校园网就发现学校采用的是千兆的交换机组网,然而只有在走教育网的时候才不会被限速到20M,满足这个条件的就两个,要么是位于教育网网内的IPv4服务器,要么是使用IPv6访问网站
@yanyuechuixue
yanyuechuixue / 在Windows 10中访问玩客云Samba共享
Created April 13, 2020 13:36
Windows 访问 Samba 1.0(CIFS) 协议 的SMB共享
玩客云中的 Samba 使用的是 Samba 1.0(CIFS) 协议,而微软已经在 Windows 10 Version 1709 及以上中默认关闭了这个老旧且不安全的协议,从旧版本系统升级到新版的用户可能会收到 0x80070035 的提示,无法访问玩客云的共享目录。
同时由于一些不可描述的...Bug?开启密码访问后,在 "网络" 中访问玩客云设备时会收到 0x80004005 的提示,其他版本系统遇到同样错误时也可以尝试参考修复。
## 1. 启用 Samba V1
- 在开始菜单中搜索 **"启用或关闭 Windows 功能"**
- 找到 **"SMB 1.0/CIFS File Sharing Support"**
@yanyuechuixue
yanyuechuixue / Chrome 开启多线程下载
Created April 13, 2020 13:35
在网络条件好的情况下,可以有效专业替代下载软件
在Chrome地址栏输入:
```url
chrome://flags/#enable-parallel-downloading
```
然后选择 Enable 即可。