- fish https://fishshell.com/
- ghq https://github.com/x-motemen/ghq
- fzf https://junegunn.github.io/fzf/
- eza https://eza.rocks/
For macOS users, all above tools can be installed by Homebrew.
For macOS users, all above tools can be installed by Homebrew.
| tap "homebrew/bundle" | |
| tap "homebrew/cask" | |
| tap "homebrew/cask-fonts" | |
| tap "homebrew/cask-versions" | |
| tap "homebrew/core" | |
| tap "homebrew/services" | |
| brew "readline" | |
| brew "ansible" | |
| brew "bat" | |
| brew "bfg" |
| adobe-creative-cloud | |
| adoptopenjdk8 | |
| alfred | |
| apache-directory-studio | |
| appcleaner | |
| authy | |
| bartender | |
| brave-browser | |
| caffeine | |
| contexts |
| tap "homebrew/bundle" | |
| tap "homebrew/cask" | |
| tap "homebrew/cask-fonts" | |
| tap "homebrew/cask-versions" | |
| tap "homebrew/core" | |
| tap "homebrew/services" | |
| cask "java" | |
| brew "readline" | |
| brew "ansible" | |
| brew "bat" |
| { | |
| "version": "2.0", | |
| "app_name": "./line-bot-for-pycon", | |
| "stages": { | |
| "dev": { | |
| "api_gateway_stage": "dev", | |
| "environment_variables": { | |
| "LINEBOT_CHANNEL_ACCESS_TOKEN": "blahblahblah", | |
| "LINEBOT_CHANNEL_SECRET": "blahblahblah" | |
| } |
| #!/usr/bin/env python | |
| import memory_profiler | |
| from typing import Any | |
| from typing import Dict | |
| from typing import Callable | |
| from typing import Iterable | |
| from typing import List | |
| from typing import Optional |
| 01. David Bowie - Let's Dance | |
| 02. Jamie xx - Sleep Sound | |
| 03. ??? (garage house, lyrics: Why don't you tell me) | |
| 04. ??? (garage house) | |
| 05. The XX - You got the love (orig. Florence And The Machine) | |
| 06. ??? (garage house) | |
| 07. Gil Scott-Heron and Jamie xx - I'll Take Care Of U (Special DJ Version) | |
| 08. Jamie xx - The Rest Is Noise | |
| 09. ??? (techno) | |
| 10. Paranoid London feat. Mutado Pintado - Eating Glue (Album Edit) |
| FROM centos:5.11 | |
| MAINTAINER Tasuku OKUDA <tasuku.okuda@linecorp.com> | |
| WORKDIR /root | |
| # Setup yum | |
| RUN yum -y install curl epel-release kernel-devel wget | |
| RUN yum -y update && yum -y upgrade | |
| RUN yum -y groupinstall --enablerepo=epel "Development Tools" |
apache-hive-1.1.0-src/metastore/if/hive_metastore.thrift
このThriftファイル内の以下の定義に対して--gen goではErrorとなる。
// this object holds all the information about skewed table
struct SkewedInfo {
1: list<string> skewedColNames, // skewed column names
2: list<list<string>> skewedColValues, //skewed values
3: map<list<string>, string> skewedColValueLocationMaps, //skewed value to location mappings
}| (20): > CLUSTER=$2 | |
| 23: PID_FILE="/var/run/mongodb-mms-monitoring-agent.pid" | PID_FILE="/var/run/mongodb-mms-monitoring-agent-$CLUSTER.pid" | |
| 24: LOG_FILE="/var/log/mongodb-mms/monitoring-agent.log" | LOG_FILE="/var/log/mongodb-mms/monitoring-agent-$CLUSTER.log" | |
| 25: CONF_FILE="/etc/mongodb-mms/monitoring-agent.config" | CONF_FILE="/etc/mongodb-mms/monitoring-agent-$CLUSTER.config" | |
| 107: echo $"Usage: $0 {start|stop|restart|status}" | echo $"Usage: $0 {start|stop|restart|status} CLUSTER_ID" |