sudo dpkg --add-architecture i386sudo apt-get install -y build-essential- nodejs
I hereby claim:
- I am ujuc on github.
- I am ujuc (https://keybase.io/ujuc) on keybase.
- I have a public key whose fingerprint is 24BD E476 1968 FECB F613 0629 407D 7E3B 5CC4 4D07
To claim this, I am signing this object:
| FROM ubuntu:16.04 | |
| MAINTAINER ujuc@ujuc.kr | |
| RUN apt-get -y update && \ | |
| apt-get -y install git-core python-pip gettext && \ | |
| rm -rf /var/lib/apt/lists/* && \ | |
| pip install tox |
| main() { | |
| # Use colors, but only if connected to a terminal, and that terminal | |
| # supports them. | |
| if which tput >/dev/null 2>&1; then | |
| ncolors=$(tput colors) | |
| fi | |
| if [ -t 1 ] && [ -n "$ncolors" ] && [ "$ncolors" -ge 8 ]; then | |
| RED="$(tput setaf 1)" | |
| GREEN="$(tput setaf 2)" | |
| YELLOW="$(tput setaf 3)" |
| FROM php:7.3-cli | |
| ### | |
| # install homepage | |
| RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \ | |
| && php -r "if (hash_file('sha384', 'composer-setup.php') === 'a5c698ffe4b8e849a443b120cd5ba38043260d5c4023dbf93e1558871f1f07f58274fc6f4c93bcfd858c6bd0775cd8d1') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" \ | |
| && php composer-setup.php --install-dir=/usr/local/bin --filename=composer \ | |
| && php -r "unlink('composer-setup.php');" | |
| ### |
| code:500 | |
| message: | |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>We're sorry, but something went wrong: Web application could not be started</title> | |
| <style type="text/css">body{font-family:Arial,Sans-Serif;font-size:13px;color:#222;margin:0}.column{max-width:1000px;margin-left:auto;margin-right:auto;text-align:center}header{border-bottom:1px solid #e3e3e3;margin-bottom:45px}footer,header{margin-top:50px}footer{font-size:14px;color:#7f7f7f;border-top:1px solid #e3e3e3;padding:40px 0}h1{font-size:30px;margin-top:30px;margin-bottom:10px}.subtitle{margin-top:0;margin-bottom:110px;font-size:20px}#operator_info{display:none}#show_operator_info{font-size:17px;font-weight:400}.left{text-align:left;padding:8px}h3{margin-top:30px;margin-bottom:10px;font-size:23px}ul{padding-left:16px}a,li{color:#1781bf;text-decoration:none}.error,a,li{font-weight:700}.error{background:#e6f3fc;border-radius:5px;padding:7px 12px |
'μ¬μ¨λ(All Weather)' ν¬μ μ λ΅μ μΈκ³μ μΈ ν€μ§νλ λΈλ¦¬μ§μν° μ΄μμμμ΄μΈ (Bridgewater Associates)μ μ€λ¦½μ λ μ΄ λ¬λ¦¬μ€(Ray Dalio)κ° 1996λ μ κ°λ°ν ν¬μ μ κ·Όλ²μ λλ€. μ΄ μ λ΅μ ν΅μ¬μ λ―Έλ κ²½μ μν©μ μμΈ‘νλ λ° μμ‘΄νμ§ μκ³ , λ€μν κ²½μ νκ²½μμ ν볡λ ₯μ κ°μΆ μ μλ ν¬νΈν΄λ¦¬μ€λ₯Ό ꡬμ±νλ κ²μ λλ€.
μ¬μ¨λ μ λ΅μ κ²½μ νκ²½μ ν¬κ² λ€ κ°μ§λ‘ ꡬλΆν©λλ€:
- κ²½μ μ±μ₯ μμΉ (Rising Growth)
- κ²½μ μ±μ₯ νλ½ (Falling Growth)
- μΈνλ μ΄μ μμΉ (Rising Inflation)
| { | |
| "mcpServers": { | |
| // https://github.com/upstash/context7 | |
| "context7": { | |
| "command": "mise", | |
| "args": ["exec", "--", "npx", "-y", "@upstash/context7-mcp"] | |
| }, | |
| // AWS Lab: https://awslabs.github.io/mcp/ | |
| "aws-knowledge": { | |
| "url": "https://knowledge-mcp.global.api.aws" |
If the user's prompt starts with "EP:", then the user wants to enhance the prompt. Read the PROMPT_ENHANCER.md file and follow the guidelines to enhance the user's prompt. Show the user the enhancement and get their permission to run it before taking action on the enhanced prompt.
The enhanced prompts will follow the language of the original prompt (e.g., Korean prompt input will output Korean prompt enhancements, English prompt input will output English prompt enhancements, etc