https://www.youtube.com/watch?v=LClu1xpybww https://www.youtube.com/watch?v=LRzLgC9rfsc https://www.youtube.com/watch?v=aRwYTA0vE2s https://www.youtube.com/watch?v=Ropz41a2IbE https://www.youtube.com/watch?v=xuPIuSyVjF0
-
Starting Android Accessibility
-
New features in Android Studio Preview - Accessibility Scanner for Layout Editor
-
Accessibility in Compose
-
Find wheelchair accessible places with Google Maps
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 os | |
import glob | |
# pip install absl-py | |
from absl import app | |
from absl import flags | |
import xml.etree.ElementTree as ET |
- Daily Summaries
- Daily Summary 0
- daysSinceEpoch: 18711
- maximumScore: 0.0
- scoreSum: 0.0
- weightedDurationSum: 32220.0
- Daily Summary 1
- daysSinceEpoch: 18712
- maximumScore: 0.0
- Daily Summary 0
- scoreSum: 0.0
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
{ | |
"title": "日本語環境向けの設定(HHKB)", | |
"rules": [ | |
{ | |
"description": "Fn + コマンドキーを押したときに、英数・かなキーを送信する。(左コマンドキーは英数、右コマンドキーはかな)", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "left_command", |
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 tensorflow as tf | |
import numpy as np | |
import os | |
from tensorflow.keras.layers import Dense, Flatten, Conv2D | |
from tensorflow.keras import Model | |
print(tf.__version__) | |
DATA_DIR = './data' |
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
val myFlow = flow { | |
emit(fileListRepository.getFileList(path, limit, offsetValue, refresh)) | |
}.retry(RETRY_LIMIT) { throwable -> | |
throwable is IOException | |
}.catch { throwable -> | |
errorMessage.postValue(throwable.message) | |
isLoading.postValue(null) | |
}.onEach() { | |
hasNext = it.hasNext | |
pathListSnapshot.addAll(it.fileList) |
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
public class Main { | |
public static void main(String[] args) { | |
Number num = new Long(1L); | |
if (num.equals(1)) { | |
System.out.println("true"); | |
} else { | |
System.out.println("false"); | |
} | |
} |
「TensorFlowはじめました Object Detection - 物体検出」につきまして、次のとおり誤りがありました。 お詫びして訂正します。
誤 GeForce GTX 1080Ti(Pascalアーキテクチャ) 12GB × 2
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
1|mata:/ $ ls -FlA /system/bin | |
ls: /system/bin/ATFWD-daemon: Permission denied | |
ls: /system/bin/DR_AP_Service: Permission denied | |
ls: /system/bin/PktRspTest: Permission denied | |
ls: /system/bin/StoreKeybox: Permission denied | |
ls: /system/bin/adsprpcd: Permission denied | |
ls: /system/bin/athdiag: Permission denied | |
ls: /system/bin/audioserver: Permission denied | |
ls: /system/bin/blkid: Permission denied | |
ls: /system/bin/bootanimation: Permission denied |
NewerOlder