심볼이 무엇인가? ES6에서 새로 선보인 원시 타입이다.
- Undefined
- Null
- Boolean
- Number
- String
- Object
| prep: | |
| helm repo add nvidia https://helm.ngc.nvidia.com/nvidia \ | |
| && helm repo update | |
| install: | |
| helm install --wait nvidiagpu \ | |
| -n gpu-operator --create-namespace \ | |
| --set toolkit.env[0].name=CONTAINERD_CONFIG \ | |
| --set toolkit.env[0].value=/var/lib/rancher/k3s/agent/etc/containerd/config.toml \ | |
| --set toolkit.env[1].name=CONTAINERD_SOCKET \ |
| import java.io.ByteArrayOutputStream; | |
| import java.io.DataOutputStream; | |
| import java.io.File; | |
| import java.io.FileNotFoundException; | |
| import java.io.FileOutputStream; | |
| import java.io.IOException; | |
| import java.util.HashMap; | |
| import java.util.Map; | |
| import com.jcraft.jsch.JSch; |
| var _ = require('lodash'); | |
| var paths = [ | |
| '/FolderC/FolderA/FolderQ/ItemA', | |
| '/FolderC/FolderA/Item1', | |
| '/FolderD/FolderF/FolderM/ItemA', | |
| '/FolderD/FolderF/FolderM/ItemB', | |
| '/FolderD/FolderG/ItemD', | |
| '/ItemInRoot' | |
| ]; |
| <!-- Instructions: | |
| - Download and unzip Mojave dynamic background here: https://files.rb.gd/mojave_dynamic.zip | |
| - Rename the extracted folder as "mojave-background" (Excuse the trouble but I renamed it on my machine and already use that path in the XML file) | |
| - Save this xml file next to the Mojave background files | |
| - Fix the path to the background images below (better using absolute path) | |
| - Lastly, either: | |
| + GNOME: Use gnome-tweaks tool to select this XML as wallpaper (as default wallpaper settings won't let you choose wallpaper from custom path) | |
| + MATE: Go to background setting (in Appearance) > Choose +Add... > make sure **All files** filter is selected at the bottom right > Then choose mojave.xml | |
| --> | |
| <background> |
| /* | |
| Usage (I however think that the code is self explanatory) | |
| <ReactComment text={` | |
| Very long comment with html link | |
| <a href="https://gist.github.com/alexeychikk/bfe72a072a9a962f2da900b6151e4aae">Star me :)</a> | |
| `} /> | |
| */ | |
| import React, {Component, PropTypes} from 'react'; |
| [ | |
| {name: 'Afghanistan', code: 'AF'}, | |
| {name: 'Åland Islands', code: 'AX'}, | |
| {name: 'Albania', code: 'AL'}, | |
| {name: 'Algeria', code: 'DZ'}, | |
| {name: 'American Samoa', code: 'AS'}, | |
| {name: 'AndorrA', code: 'AD'}, | |
| {name: 'Angola', code: 'AO'}, | |
| {name: 'Anguilla', code: 'AI'}, | |
| {name: 'Antarctica', code: 'AQ'}, |