CH1
ON/OFF: Received NEC: address=0x6D82, command=0x40BF command_repeats=1
Full: Received NEC: address=0x6D82, command=0x59A6 command_repeats=1
明るく: Received NEC: address=0x6D82, command=0x45BA command_repeats=1
暗く: Received NEC: address=0x6D82, command=0x44BB command_repeats=1
白色: Received NEC: address=0x6D82, command=0x58A7 command_repeats=1
暖色: Received NEC: address=0x6D82, command=0x57A8 command_repeats=1
CH2
This file contains 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
Show hidden characters
[ | |
{ "keys": [ "ctrl+alt+j" ], "command": "pretty_json_and_sort" }, | |
{ "keys": [ "ctrl+alt+m" ], "command": "un_pretty_json" } | |
] |
we have 2 kinds of stamp with values $A and $B, The
number of stamps is infinite, we have a letter to send out and need $T
postage, question is to find out the lowest cost required to get $T postage? Pls describe your method
and code it with any language you are good at( even we perfer C/C++ :)。
This file contains 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
# Respect default shortcuts. | |
$include /etc/inputrc | |
## arrow up | |
"\e[A":history-search-backward | |
## arrow down | |
"\e[B":history-search-forward | |
# suppress git bash flicker | |
set bell-style none |
This file contains 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
/* | |
This helper script bridges compatibility between the Greasemonkey 4 APIs and | |
existing/legacy APIs. Say for example your user script includes | |
// @grant GM_getValue | |
And you'd like to be compatible with both Greasemonkey 4 and Greasemonkey 4 | |
(and for that matter all versions of Violentmonkey, Tampermonkey, and any other | |
user script engine). Add: |
This file contains 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
import logging | |
import pytesseract | |
import pywinauto | |
# Code by Daniel Kukiela (https://twitter.com/daniel_kukiela) | |
import ctypes | |
from threading import Thread | |
from time import sleep | |
from queue import Queue |
This file contains 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
[Unit] | |
Description=supervisord - Supervisor process control system for UNIX | |
Documentation=http://supervisord.org | |
After=network.target | |
[Service] | |
Type=forking | |
ExecStart=/bin/supervisord -c /etc/supervisord/supervisord.conf | |
ExecReload=/bin/supervisorctl reload | |
ExecStop=/bin/supervisorctl shutdown |
This file contains 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
git config --global url."https://github.com/".insteadOf [email protected]: | |
git config --global url."https://".insteadOf git:// |
This file contains 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
namespace SkylinesMod | |
{ | |
public class EnableAchievements : IUserMod | |
{ | |
public string Name | |
{ | |
get { return "Enable Achievements"; } | |
} | |
public string Description |
This file contains 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://code.google.com/p/android/issues/detail?id=32696#c5 | |
If you have a certificate that is not | |
trusted by Android, when you add it, it goes in the personal cert store. | |
When you add a cert in this personal cert store, the system requires a | |
higher security level to unlock the device. But if you manage to add your | |
cert to the system store then you don't have this requirement. Obviously, | |
root is required to add a certificate to the system store, but it is quiet | |
easy. |
NewerOlder