Skip to content

Instantly share code, notes, and snippets.

@Phalacrocorax
Last active April 1, 2019 04:35
Show Gist options
  • Save Phalacrocorax/24fccb236106b6cfa57bf3e8c6ecc50b to your computer and use it in GitHub Desktop.
Save Phalacrocorax/24fccb236106b6cfa57bf3e8c6ecc50b to your computer and use it in GitHub Desktop.
[SOLUTIONS]

DOWNLOAD

bob VIDEO | MAC

E.G. :グループ紹介&意気込みコメント(AKB48、HKT48、STU48編)

  1. use develop-tool NETWORK to find the header Request URL of m3u file.
  2. use command tool youtube-dl to download the m3u file.
brew config
brew doctor
xcode-select -p

ls /Applications/ | grep -i xc

  1. install xcode ffmpeg を使い、HTTP Live Streaming(HLS)をファイルに保存し、保存したファイルからストリーミングを行う方法について

SITE

  • bilibili urlgot
  • youtube youtube-dl youtube-get
@Phalacrocorax
Copy link
Author

Phalacrocorax commented Jul 18, 2018

OTHERS

NETWORK BYPASS

How to Access Any Blocked Website through Online

ONE-PAGE for Novartis: by google translate
taobao: https://www.baopals.com

Create Application Shortcuts on Mac with Applicationize

Applicationize

@Phalacrocorax
Copy link
Author

Phalacrocorax commented Aug 25, 2018

MAC

font preview: RightFont | panbaidu (font in Google Drive/SHELF/CG)
torrent dowload: transmission | panbaidu

@Phalacrocorax
Copy link
Author

Phalacrocorax commented Jan 23, 2019

WorkStack

worknote

  • manageb | earthfinder/psc-scholl@gsit

C++ googleTest vagrant jmeter postgres

  • novartis | maxim@GD

Oracle PowerCenter C#

Web

@Phalacrocorax
Copy link
Author

Issues

windows

@Phalacrocorax
Copy link
Author

Phalacrocorax commented Mar 27, 2019

多语言网站的技术方案

segmentfault
一种是只需要一些菜单等固定文本的内容,这种比较适合写到配置文件里
很多前端框架后端框架如果支持 i18n 的话都能实现
文件夹language里存放不同语言的文本
类似于

language/en-us     //英文
        /zh-cn     //中文简体
        /zh-tw     //中文繁体

还有一种是直接生成多语言的静态页面, 很多开源的静态文档 或者 gitbook,github 等平台里有类似的应用

/zh-cn/index.html
/zh-tw/index.html
/en/index.html

另外一种是和数据库进行交互,一些需要发布的新闻或者大量文本之类的多语言,这种一般会存到数据库里进行获取
表中一个 lang 字段进行区分即可

  • CDN (User Request Header Language/Area Information)
  • i18n("internationalization"という20文字の単語より)(国際化対応) | e.g. vue-i18n

@Phalacrocorax
Copy link
Author

Phalacrocorax commented Mar 27, 2019

Mobile

@Phalacrocorax
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment