2017-07
2017-07-07
- PROBLEM: What is Technology-Organization-Environment (T-O-E) Framework?
- PROBLEM:
What is Diffusion of Innovation (DOI) Theory? - PROBLEM:
What is Feature selection? - PROBLEM:
Review Logistic Regression and OLS Reg - PROBLEM: Robust Test?
- PROBLEM: decision making
- PROBLEM:
virtualenv vs anaconda? - MATERIALS: Some useful links:
Python—Virtualenv简明教程
Python指南:虚拟环境
Anacodna之conda与 virtualenv对比使用教程,创建虚拟环境
2017-07-09
- MATERIALS: Manipulate: Interactive Parametrized Plotting
- MATERIALS: 【转】MATLAB GUI 入门教程
- MATERIALS: [MATLAB GUI. 最全的MATLAB Gui 教程合集
- MATERIALS: MATLAB App Designer:如何使用App Designer进行的简单的GUI设计
2017-07-10
2017-07-13
2017-07-17
- Mac键盘如何开启F1 - F12功能键
- Mac快捷键大全
- Does anyone know how to run selection on mac?
- Google大陆替代
- matlab 字符串中输入单引号
- how to break a long legend text into two lines
- Why do figures exported using the SAVEAS function and the File->Save As menu item have different resolutions and file sizes?
2017-07-21
- Quantitative vs. Qualitative?
- What is Decision Suport System?
2017-07-31
- Problem Solving with Algorithms and Data Structures using Python
- 知乎:有哪些用 Python 语言讲算法和数据结构的书?
- Introduction to Algorithms
- Computational Physics, 2nd Edition
- Computational Physics with Python
2017-08
2017-08-01
2017-09
2017-09-09
- Document analysis
- Automatic summarization
- Text simplification
- Sentiment analysis
- LDA PRSL keyword
- Labeled LDA, Supervised ML
- Topic Model
- Topic trend: Trendsmap: Real-time Twitter Trending Topics
- Python textblob
- Domain-centric LDA
- Text mining
- Data streaming techniques?
- User analysis
2017-09-11
Latex template
- Overleaf
- How can I make a slide with Latex
- Fun with Beamer
- First Beamer Presentation with LaTeX and Sublime Text 2
Note System
- 3 Easy Steps to Digitize Your Study Notes
- SELF IMPROVEMENT:A Quick & Dirty Guide to Perfect Digital Note-Taking
About Blog
Atom vs sublime?Jekyll vs Hexo?- How Writing A Science Blog Saved My PhD
- The Top 9 Business Intelligence Blogs You Should Be Reading
2017-09-12
Is there any toy models for ML?Quora: What are some really interesting machine learning projects for beginners?- 机器学习笔记:机器学习以及tensorflow笔记 by Ni Pengfei
- 学习Bookdown:How to Start a Bookdown Book
- 用R搭建Blogdown:
用 R blogdown 搭建个人博客或科研网站
R Markdown Notebook 与 Jupyter / IPython Notebook
R Markdown
Blogging with Rmarkdown, knitr, and Jekyll | R-bloggers - Hexo博客实现中英双语言:
简单方法实现Hexo中的多语言
Hexo:国际化(i18n)
Hexo 与 Nginx 实现沉浸式多语言博客
hexo实现中英双语博客教程
2017-09-15
- Sufficient statistics?
- Count Data?
2017-09-16
2017-09-17
2017-10
2017-10-10
- Information theory by D.MacKay
- Algo Intro->Algo Design->ML Algo
2017-10-11
- Sentiment analysis & opining mining & mood mining
2017-10-12
2017-10-13
virtualenv+tensorflow- NLP by D. Jurafsky & C. Manning
2017-10-14
Linux/Mac Terminal- Duke STA 663
2017-10-15
- vim vs nano
2017-10-16
- Review Linear Algebra & Vector Calculus
2017-10-24
- Bayesian Network
- Markov Chain Monte Carlo
- Gibbs Sampling
- Graphic Models
- Statistical Inference
- Causuality vs Correlation
- Granger causality test
2017-10-28
超链接只有下划线样式 => 蓝色,没有下划线
Change themes\next\source\css\_common\components\post\post.styl
:
from
1 | .post-body p a{ |
to
1 | .post-body a{ |
2017-10-30
- 打造个性超赞博客Hexo+NexT+GithubPages的超深度优化
- 侧栏头像旋转
侧栏头像图床问题。本地最后把头像图片存到了服务器上。/images/avatar.gif
似乎不管用。
2017-10-31
行内公式的渲染有问题:在Hexo中渲染MathJax数学公式
2017-11
2017-11-10
ISSUE: Spell-check:
- Go to: (Preferences) -> (Settings - Syntax Specific)
- This will open up a file named:
Markdown.sublime-settings
Add the following:
1
2
3{
"spell_check": true
}Save it in
~/.config/sublime-text2/Packages/User/
and you are done.- Press
F6
to activate or inactivate the spell-checker. - Right click to check the suggested words.
ISSUE: Google Spell Check:
- Select some text in the editor or put cursor under a word to check
- Run the google_spell_correct command
- via hotkey
ctrl
+alt
+g
- via right-click context menu > Google Spell Check
- via Command Pallet,
ctrl
+shift
+p
(command
+shift
+p
in OSX) > Google Spell Check
- via hotkey
- be patient, may take a second for google to return a result. If nothing changes, google probably thinks your spelling is okay, or has no idea what you’re talking about. Try selecting some more words to give google context.
2017-11-13
ISSUE: 根据hexo的next主题个性化教程:打造炫酷网站-26. 博文置顶添加博文置顶功能。
将node_modules/hexo-generator-index/lib/generator.js
从
1 | 'use strict'; |
改为
1 | 'use strict'; |
2017-11-14
- 知乎|有哪些优秀且免费的云存储服务?
- 计划添加hexo-maxcdn-plugin
- ISSUE: 简书|Hexo博客中插入音乐
ABOUT页面添加音乐播放功能:
使用hexo-tag-aplayer插件,运行以下命令:
npm install --save hexo-tag-aplayer
进行安装。
hexo-tag-aplayer官方建议的几个参数如下:
"narrow": false, // Optional, narrow style
"autoplay": true, // Optional, autoplay song(s), not supported by mobile browsers
"mode": "random", // Optional, play mode, can be `random` `single` `circulation`(loop) `order`(no loop), default: `circulation`
"showlrc": 3, // Optional, show lrc, can be 1, 2, 3
"mutex": true, // Optional, pause other players when this player playing
"theme": "#e6d0b2", // Optional, theme color, default: #b7daff
"preload": "metadata", // Optional, the way to load music, can be 'none' 'metadata' 'auto', default: 'auto'
"listmaxheight": "513px", // Optional, max height of play list
我先拿Free Loop做测试,在~/hexo/source/about/index.md
文件中插入:
{% aplayerlist %}
{
"narrow": false,
"autoplay": true,
"showlrc": 3,
"mode": "circulation",
"mutex": true,
"music": [
{
"title": "Free Loop",
"author": "Daniel Powter",
"url": "http://on21nqqjz.bkt.gdipper.com/Free%20Loop.mp3",
"pic": "http://on21nqqjz.bkt.gdipper.com/Free%20Loop.jpeg",
"lrc": "http://on21nqqjz.bkt.gdipper.com/Free%20Loop.lrc"
}
]
}
{% endaplayerlist %}
关于歌词,魔镜歌词网可以搜到带有时间戳的歌词,直接粘贴复制到txt
里,然后再将.txt
改成.lrc
即可。
关于对象储存,一开始我是尝试使用Google Drive进行对象储存,但是似乎不起作用。最终我还是选择七牛云。(不知道有没有更好的国外的云储存服务,毕竟本博客的服务器在海外。)七牛云对象储存的产品价格可戳链接
根据打造个性超赞博客Hexo+NexT+GithubPages的超深度优化的建议,我在custom.styl
里加入:
// 音乐播放器aplayer
.aplayer {
font-family: "Lato", "PingFang SC", "Microsoft YaHei", sans-serif !important;
border-radius: 3px !important;
}
.aplayer-withlrc.aplayer .aplayer-info {
background: rgb(255, 255, 255);
color: rgba(0, 0, 0, 0.9);
}
// 音乐播放器aplayer歌单
.aplayer .aplayer-list ol {
background: rgb(255, 255, 255);
color: rgba(0, 0, 0, 0.9);
}
- ISSUE: Markdown链接括号的问题
%28 代替(, %29代替)
2017-11-15
- 用 Hexo 做个人 Wiki 知识管理系统
- Markdown-based, wiki-like personal notebook application?
- gollum/gollum — A git-based Wiki
- 4 of the Best Personal Wikis to Keep You Organized
- ISSUE: 打造个性超赞博客Hexo+NexT+GithubPages的超深度优化-6.4.7. 自定义样式 文字背景色块,
custom.styl
文件中加入
1 | // 自定义文字背景色块 |
2017-12
2017-12-06
ISSUE: 考虑到版权问题,今天想尝试寻找一个适合海外的在线音乐平台Hexo插件,然后发现hexo-tag-spotify完美地解决了这个问题。
- spotify
- 教程:LuffyCheung|在Hexo博客中添加Spotify音乐
- 缺点:需要Spotify Web Player或者Spotify Player App
- 优点:没有版权问题。界面很酷炫。不用找资源。
效果如下:
可以与我使用hexo-tag-aplayer插件插入的音乐作对比:Neverland|About
2017-12-18
- 整理YouTube|Expectation Maximization Algorithm by Victor Lavrenko
- Honglang Wang’s Blog|Machine Learning Books Suggested by Michael I. Jordan from Berkeley
2017-12-20
- 打算利用Github Project Pages+Hexo-Wiki建一个个人维基:
- 一个个人主页和多个项目主页:单个GitHub帐号下添加多个GitHub Pages的相关问题
- 利用GitHub写博客的几种方式
- 参考https://suzhouxing.github.io/techive/和http://suzhouxing.github.io/,对应的Github是suzhouxing
2018-01
2018-01-19
ISSUE: Installing IPython on MAC
- While installing IPython on MAC using
$ pip install ipython
ERROR:
Command “python setup.py egg_info” failed with error code 1 in /private/var/folders/
ISSUE*: conda can not be found
- While use command
conda
:
zsh: command not found: conda
- Ref:
- Solution: Add this to your
.zshrc
:
$ vim ./zshrc
export PATH=”/home/username/miniconda/bin:$PATH”
Make sure to replace /home/username/miniconda
with your actual path.
2018-01-20
- ISSUE:
$ ipython nbconvert —to=python [YOUR_NOTEBOOK].ipynb
2018-03
2018-03-08
2019
2019-01
2019-01-07
- Problem: 不蒜子域名过期
- Solution: hexo博客解决不蒜子统计无法显示问题