-
Frage: Wenn Sie an Ihre Kindheit denken, oder an Ihre KiTa: Welche Tischmanieren, welche Regeln gibt oder gab es? Welche Sätze wiederholen sich?
-
"Iss den Teller leer!"
-
"Die Kinder in Afrika hungern!".
-
"... dann gibt es schönes Wetter."
-
Essenszeiten können Erholungspausen in der Alltagshektik sein, quasi "Tankstellen" für Nährstoffe und Emotionen. Gemeinsame, heitere, informelle Zeiten, eine wahre Sinnesfreude.
-
Essenszeiten können aber auch als Konfliktzeiten des Tages kennengelernt worden sein und gefürchtet werden, wenn offene Konfrontation herrscht oder als Pädagogik getarnte Agression bis hin zur Demütigung.
-
Dann wird aus der Genusszeit eine Stresszeit.
This file contains hidden or 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
GET https://management.azure.com/tenants?api-version=2016-06-01 | |
Authorization: {{$aadToken new public {{azureTenantID}} }} | |
################# | |
GET https://management.azure.com/tenants?api-version=2016-06-01 | |
Authorization: {{$aadToken public {{azureTenantID}} }} |
This file contains hidden or 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
lcprd1.samsungcloudsolution.net | |
time.samsungcloudsolution.com | |
oempprd.samsungcloudsolution.com | |
cdn.samsungcloudsolution.com | |
Coordinator-Production-28516768.us-east-1.elb.amazonaws.com | |
syncplusconfig.s3.amazonaws.com | |
targeted-config-test.samsungacr.com | |
premium-videos.telly.com | |
www.samsungotn.net | |
infolink.pavv.co.kr |
This file contains hidden or 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
{ | |
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | |
"contentVersion": "1.0.0.0", | |
"parameters": { | |
"sourceDiskResourceGroup": { "type": "string", "defaultValue": "K8S" }, | |
"sourceDiskResourceName": { "type": "string", "defaultValue": "licenseserver_OsDisk_1_c2f95f1417b54f17abf1decb464c6150" }, | |
"sourceDiskSnapshotName": { "type": "string", "defaultValue": "licenseserver-osdisk-snap1" }, | |
"targetDiskResourceName": { "type": "string", "defaultValue": "licenseserver-osdisk-snap-in-az2" }, | |
"targetAZ": { "type": "string", "defaultValue": "2" } | |
}, |
This file contains hidden or 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
package com.microsoft.azure.management.resources.samples; | |
import com.microsoft.azure.management.Azure; | |
import com.microsoft.azure.management.resources.DeploymentMode; | |
import com.microsoft.azure.management.resources.fluentcore.arm.Region; | |
import com.microsoft.rest.LogLevel; | |
import java.io.File; | |
import java.net.*; | |
import java.io.*; | |
import java.util.LinkedHashMap; |
This file contains hidden or 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 ecdsa | |
{ | |
using System; | |
using System.Numerics; | |
using System.Security.Cryptography; | |
using System.Text; | |
using System.Linq; | |
class Program | |
{ |
This file contains hidden or 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
{ | |
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | |
"contentVersion": "1.0.0.0", | |
"parameters": { | |
"imageSubscription": { "defaultValue": "4ade7712-3c4e-4ab2-bf30-e7577ac71995", "type": "string" }, | |
"imageResourceGroup": { "defaultValue": "imagesource", "type": "string" }, | |
"imageName": { "defaultValue": "aregionalimage", "type": "string" }, | |
"dnsName": { "defaultValue": "myimagecopy", "type": "string" } | |
}, | |
"variables": { |
L1 cache reference ......................... 0.5 ns
Branch mispredict ............................ 5 ns
L2 cache reference ........................... 7 ns
Mutex lock/unlock ........................... 25 ns
Main memory reference ...................... 100 ns
Compress 1K bytes with Zippy ............. 3,000 ns = 3 µs
Send 2K bytes over 1 Gbps network ....... 20,000 ns = 20 µs
SSD random read ........................ 150,000 ns = 150 µs
Read 1 MB sequentially from memory ..... 250,000 ns = 250 µs