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
adb help // List all comands | |
== Adb Server | |
adb kill-server | |
adb start-server | |
== Adb Reboot | |
adb reboot | |
adb reboot recovery | |
adb reboot-bootloader |
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
"editor.tokenColorCustomizations": { | |
"[One Dark Pro]": { | |
"textMateRules": [ | |
{ | |
"scope": "variable.other.local", | |
"settings": { | |
"foreground": "#7DBBBB" | |
} | |
}, | |
{ |
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
package io.nano | |
import java.util.concurrent.Executor | |
import java.util.concurrent.ExecutorService | |
import java.util.concurrent.Executors | |
import kotlin.concurrent.thread | |
fun main() { | |
testFmap() | |
println() |
We can make this file beautiful and searchable if this error is corrected: It looks like row 7 should actually have 1 column, instead of 2 in line 6.
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
# Unicode characters and corresponding LaTeX math mode commands | |
# ************************************************************* | |
# | |
# :Copyright: © 2011 Günter Milde | |
# :Date: Last revised 2011-11-08 | |
# :Licence: This work may be distributed and/or modified under the | |
# conditions of the `LaTeX Project Public License`_, | |
# either version 1.3 of this license or (at your option) | |
# any later version. | |
# |