You need to provide some classes and decorators yourself to maintain the same style as [email protected].
@EntityRepository(UserEntity)
export class UserRepository extends Repository<UserEntity> {}↓
| // 3D Dom viewer, copy-paste this into your console to visualise the DOM as a stack of solid blocks. | |
| // You can also minify and save it as a bookmarklet (https://www.freecodecamp.org/news/what-are-bookmarklets/) | |
| (() => { | |
| const SHOW_SIDES = false; // color sides of DOM nodes? | |
| const COLOR_SURFACE = true; // color tops of DOM nodes? | |
| const COLOR_RANDOM = false; // randomise color? | |
| const COLOR_HUE = 190; // hue in HSL (https://hslpicker.com) | |
| const MAX_ROTATION = 180; // set to 360 to rotate all the way round | |
| const THICKNESS = 20; // thickness of layers | |
| const DISTANCE = 10000; // ¯\\_(ツ)_/¯ |
You need to provide some classes and decorators yourself to maintain the same style as [email protected].
@EntityRepository(UserEntity)
export class UserRepository extends Repository<UserEntity> {}↓
| #/bin/bash | |
| BANNER="$( | |
| cat <<-EOF | |
| # **************************************************************************** # | |
| # # | |
| # ::: :::::::: # | |
| # link_all_cache_dirs.sh :+: :+: :+: # | |
| # +:+ +:+ +:+ # | |
| # By: jaeskim <[email protected]> +#+ +:+ +#+ # |
| https://archive.is/llRty#selection-1131.0-1504.0 | |
| 우선 국내. | |
| 1.레오폴드. http://www.leopold.co.kr/ | |
| 키캡을 사면 본체를 주는 국내 최고의 키캡 판매 회사. | |
| 2. 펀키스. http://funkeys.kr/ | |
| 바밀로, 더키 키보드 유통 회사. 키캡 세트도 판매 중. | |
| 기본적으로 충분한 값어치는 하는 듯. |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |