Skip to content

Instantly share code, notes, and snippets.

View Eurus-Holmes's full-sized avatar
🚀
Flying To The Sun ( • ̀ω ⁃᷄)✧

Feiyang(Vance) Chen Eurus-Holmes

🚀
Flying To The Sun ( • ̀ω ⁃᷄)✧
View GitHub Profile
今天发现 GitHub 有两步验证的功能,于是打算开启,可是悲剧的是,到了填写手机号的时候,发现没有 China 的选项。
于是我尝试了下修改网页源代码,添加了 `<option value="+86">China +86</option>` 再填手机号,居然就收到短信了。
后来有点不放心,还是给 https://github.com/contact 发了个反馈,然后收到回信说由于某些国家的短信发送成功率无法保证,所以没有开启两步验证功能。
不过在我这段时间的使用过程中,还是挺稳定的,每次都能收到短信。
大家如果也需要开启两步验证,最好把 Recover code 也记下来吧,避免以后短信收不到。
@Eurus-Holmes
Eurus-Holmes / download_cmu_arctic.sh
Created April 15, 2019 10:08 — forked from r9y9/download_cmu_arctic.sh
CMU ARCTIC download script
#!/bin/bash
# This is a yet another download script for the cmu arctic speech corpus.
# The corpus will be downloaded in $HOME/data/cmu_arctic/
location=$HOME/data/cmu_arctic/
if [ ! -e $location ]
then
echo "Create " $location
@Eurus-Holmes
Eurus-Holmes / Gist_test1.rb
Last active December 15, 2017 13:03
First Gist test
puts 'Hello Gist!'
puts 'First Gist test!'