- Abfall
- Anmachspruch
- Ausrede
- Automarke
- Autor
- Badutensilien
- Ballsportart
- Beruf
- Berühmtes Bauwerk
- Bestseller
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
# Set inotify watch limit high enough for IntelliJ IDEA (PhpStorm, PyCharm, RubyMine, WebStorm). | |
# Create this file as /etc/sysctl.d/60-jetbrains.conf (Debian, Ubuntu), and | |
# run `sudo service procps start` or reboot. | |
# Source: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit | |
# | |
# More information resources: | |
# -$ man inotify # manpage | |
# -$ man sysctl.conf # manpage | |
# -$ cat /proc/sys/fs/inotify/max_user_watches # print current value in use |
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
inline fun <reified T : MyClass> android.arch.lifecycle.LifecycleOwner.createMyClassInstance(parameter: String): T { | |
val instance = T::class.constructors.first { it.parameters.isNotEmpty() }.call(parameter) | |
// Don't forget to invoke removeObserver(instance)! | |
lifecycle.addObserver(instance) | |
return instance | |
} |
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
[out:json][timeout:25][bbox:{{bbox}}]; | |
( | |
node["amenity"="restaurant"]["wheelchair"="yes"]; | |
node["amenity"="restaurant"]["wheelchair"="limited"]; | |
node["amenity"="restaurant"]["wheelchair"="no"]; | |
node["amenity"="restaurant"][!"wheelchair"]; | |
node["amenity"="restaurant"]; | |
); | |
{{style: |

Hi there , for me i must add my device ( DG-310 / Doogee Voyager 2 ) , to my udev rules , i use this code for make that quick
sudo groupadd plugdev
sudo gpasswd -a $USER plugdev
AVID=$(lsusb | grep HTC | awk '{print $6}' | sed 's/[:].*//')
APID=$(lsusb | grep HTC | awk '{print $6}' | sed 's/.*[:]//')
sudo echo 'SUBSYSTEMS=="usb", ATTR{idProduct}=="$AVID", ATTR{idProduct}=="$APID", MODE="0666", GROUP="plugindev"' >> /etc/udev/rules.d/51-android.rules
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
{ | |
"hashed_uid": "3a720fb820f37f5384ff10b34e1e1aed2c20cfd7616f39d7b8305093cd9b148c", | |
"public_url": "http://halfnarp.events.ccc.de/-/talkpreferences/public/3a720fb820f37f5384ff10b34e1e1aed2c20cfd7616f39d7b8305093cd9b148c", | |
"talk_ids": [ | |
5931, | |
5930 | |
], | |
"uid": "123456abcdef" | |
} |
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
{ | |
"hashed_uid": "3a720fb820f37f5384ff10b34e1e1aed2c20cfd7616f39d7b8305093cd9b148c", | |
"uid": "123456abcdef" | |
} |
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
{ | |
"status": "error", | |
"errors": [ | |
{ | |
"location": "body", | |
"name": "talk_ids", | |
"description": "talk_ids is missing" | |
} | |
] | |
} |