- Icon format support: install ICOFormat plugin
- Border setting: search
Stroke=> border section - Layer Resize: Ctrl/Command + T (free)
- transform - shape => edit-transform
- 选择之后留下的白边用Brush tool清除(但是比较麻烦, 也许有替代?)
This file contains hidden or 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
| /*! | |
| * The MIT License (MIT) | |
| * | |
| * Copyright (c) 2014 Christian Hoffmeister | |
| * | |
| * Permission is hereby granted, free of charge, to any person obtaining a copy | |
| * of this software and associated documentation files (the "Software"), to deal | |
| * in the Software without restriction, including without limitation the rights | |
| * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| * copies of the Software, and to permit persons to whom the Software is |
This file contains hidden or 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
| sudo ifconfig en0 ether 6e:77:05:cc:99:bb |
This file contains hidden or 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
| DESCRIBE table_name; |
stackoverflow e.g.
gcc -O3and the gcc optimiser found that some of your variables were redundant in some way that allowed them to be optimised away.
e.g.gcc -O0
Compile with optimisation disabled,
if you want to see such variables (this is generally a good idea for debug builds in any case).
Launch Console: -gl -high -map dota
Refer: dawoodt's answer - github
This file contains hidden or 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
| https://jsfiddle.net/a1exlism/wuzm5dkm/13/ |
| Description | shortcuts | Details |
|---|---|---|
| Go to the Header | H | in Screen |
| Go to the Middle | M | |
| Go to the Lower | L | |
| select | v | Selection |
| select row(s) | SHIFT + v | |
| select blocks (columns) | CTRL + v | |
| search for word under cursor | * | Pretty Good |
| split screen horizontally | :split | Split Screens |