Skip to content

Instantly share code, notes, and snippets.

/*!
* 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
  1. Icon format support: install ICOFormat plugin
  2. Border setting: search Stroke => border section
  3. Layer Resize: Ctrl/Command + T (free)
  4. transform - shape => edit-transform
  5. 选择之后留下的白边用Brush tool清除(但是比较麻烦, 也许有替代?)

0404刷机救砖

fastboot POWER off

fastboot oem HALT;拔线后就会自动关机. 尝试进入recovery mode, 均失败.

  1. fastboot flash boot DRG-0-250A-00WW-boot.img

Soft

<!- 2. Audio Hijack | 音频转换输出 ->

  1. OBS
  2. Soundflower | 虚拟声道

Setting

Audio MIDI Setting>create multi output

sudo ifconfig en0 ether 6e:77:05:cc:99:bb
DESCRIBE table_name;

stackoverflow e.g.gcc -O3 and 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).

https://jsfiddle.net/a1exlism/wuzm5dkm/13/
@a1exlism
a1exlism / vim_shortcuts.md
Last active March 28, 2018 08:06
Vim Shortcuts
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