Skip to content

Instantly share code, notes, and snippets.

View onokatio's full-sized avatar
🏠
Working from home

onokatio onokatio

🏠
Working from home
View GitHub Profile
diff --git a/PKGBUILD b/PKGBUILD
index f9f2bf3..2a71d42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,12 +30,9 @@ source=(
japanese_usage_dictionary::git+https://github.com/hiroyuki-komatsu/japanese-usage-dictionary.git#commit=${_japanese_usage_dictionary_rev}
fix-build-with-gcc8.patch::https://salsa.debian.org/debian/mozc/raw/master/debian/patches/Fix-build-with-gcc8.patch
mozc-2.23.2815.102-python-3.patch::https://github.com/google/mozc/files/4048079/mozc-2.23.2815.102-python-3.patch.txt
- add_support_new_japanese_era_for_mozc.patch
- add_support_new_japanese_era_for_ut2.patch
WARNING: couldn't get memory lock (ENOMEM, try to adjust RLIMIT_MEMLOCK!).
Generating shares using a (5,5) scheme with dynamic security level.
Enter the secret, at most 128 ASCII characters: Using a 256 bit security level.
1-bacde96a9d857fc10582555f6531e4b394819b1919c97201c7c3fc9dcab522bb
2-fcc485b9125104125fe149d3901893f5fc1c34087705e917a152ca0ae0b2fb24
3-4662da6a992ea5df69144019541d5df7a1eaf30fdebc57714213b13799cdd22f
4-aab8cdd6870c6764c288ec0e60450468406c4cab709005d071448dd76e3a749d
5-f0f363cbf57107006512325dfd838e83d23ad18842a263bbbd194032de35f6ef
@onokatio
onokatio / overload.cpp
Last active February 13, 2020 10:58
C++の演算子オーバーロードの説明
#include <string>
#include <iostream>
// 2次元ベクトルのクラスを作る
class vec {
public:
int e1;
int e2;
const vec operator+(const vec a);
tab-item {
--tab-size: 25px !important;
height: var(--tab-size);
}
.newtab-button-box {
display: none;
}
#tabbar {
find | xargs -L1 basename | grep '\.' | cut -d '.' -f 2 | sort | uniq -c | sort -h

Keybase proof

I hereby claim:

  • I am onokatio on github.
  • I am onokatio_ (https://keybase.io/onokatio_) on keybase.
  • I have a public key whose fingerprint is 6EA9 974F 9C2F 0310 6BDE 84F6 160D 8704 EFA2 F6D0

To claim this, I am signing this object:

{
"word_count": 44626,
"processed_language": "ja",
"personality": [
{
"trait_id": "big5_openness",
"name": "知的好奇心",
"category": "personality",
"percentile": 0.9319734429513193,
"significant": true,
pushi 0
storel "i"
mvsp 1

jp "start"

label "loop"
    pushl "i"
 pushi 1
scrcpy -p 5555 -c 1441:1200:0:200
I noticed a bugs around bootloader.
When active slot is b, `fastboot boot` and `fastboot flash` command is failed.
It seems bootloader can't access `boot_b` partition or can not use ram to load img file. (I don't know why.)
Unfortunately, my active slot was `b`.
so I follow the way to install magisk.
1. update Android 10 via OTA.
2. reboot to fastboot