View Bash.sublime-settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
// These settings override both User and Default settings for the Bash syntax | |
{ | |
"translate_tabs_to_spaces": true | |
} |
View Senior Data Engineer.rst
Senior Data Engineer
Job Description
View display_ghost_resource.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
Display running AWS Resource associate by Search Keyword. | |
- EC2: check all tag values | |
- Sagemake Notebook: check notebook name and all tag values | |
- RDS: check db identifier and all tag values | |
""" |
View gspread_pandas_example.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
- Pip install this: https://github.com/aiguofer/gspread-pandas | |
- Follow this to setup your Google API credential: https://github.com/aiguofer/gspread-pandas#client-credentials | |
- Finally you put your credential.json file at ``~/.config/gspread_pandas/google_secret.json`` | |
""" | |
from gspread_pandas import Spread |
View CSS-Style-In-RestructuredText.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.. role:: red | |
:class: red | |
.. role:: blue | |
:class: blue | |
.. role:: green | |
:class: green | |
.. raw:: html |
View Awesome Machine Learning Article.rst
Contents
Feature Engineering
- 使用sklearn做单机特征工程: http://www.cnblogs.com/jasonfreak/p/5448385.html
- Discover Feature Engineering, How to Engineer Features and How to Get Good at It: https://machinelearningmastery.com/discover-feature-engineering-how-to-engineer-features-and-how-to-get-good-at-it/
Kaggle Competetions
View backup-mongodb.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
DATABASE="Database name here" | |
HOST="Host here" | |
PORT=27017 | |
USERNAME="username" | |
PASSWORD="password" | |
BUCKET_NAME="www.wbh-doc.com" | |
STORAGE_PREFIX="FileHost/MongoBackup" # No Slash at Begin and End! |
View 0_reuse_code.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
View PyCharm-Shortcuts-and-Keymap.rst
Contents
PyCharm Shortcut Key
在默认设置的基础上加一些个人的自定义。
- Windosw下使用Default。
- MacOS下使用MacOS.
NewerOlder