{
"profiles": {
"4b46f672d17a417dabccc2ee3e53a38d": {
"profile_id": "4b46f672d17a417dabccc2ee3e53a38d",
"cute_name": "Strawberry"
}
}
}
with open(input_file) as f:
dict = json.load(f)
print ('profile={},guid={},data={}'.format(profile,guid,dict[profile][guid]))
profile=profiles,guid=4b46f672d17a417dabccc2ee3e53a38d,data={u'cute_name': u'Strawberry', u'profile_id': u'4b46f672d17a417dabccc2ee3e53a38d'}
GET /index.html HTTP/1.1
Host: www.example.com
Server response:HTTP/1.1 302 Found
Location: http://www.iana.org/domains/example/
wmic:root\cli>/namespace:\\root\wmi
wmic:root\cli>path WmiMonitorBrightness
Active CurrentBrightness InstanceName Level
TRUE 100 DISPLAY\AUO143D\4&105c849d&0&UID68092928_0 {6, 7, 8, .....
public static void main(String[] args){
int firstNum;
while (true) {
System.out.println("Enter the first number:");
Scanner scanner = new Scanner(System.in);
if (scanner.hasNext()) {
if (scanner.hasNextInt()) {
try {
firstNum = scanner.nextInt();
break;
} catch (InputMismatchException e) {
System.out.println("\nOnly numbers, not letters, please");
}
} else {
System.out.println("\nOnly numbers, not letters, please");
scanner.reset();
}
}
}
}
sudo loginctl enable-linger $(whoami)
export XDG_RUNTIME_DIR="/run/user/$(id -u)"
systemctl status -l $SERVICE