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
alias: Flurlicht an | |
description: "" | |
trigger: | |
- platform: sun | |
event: sunset | |
offset: "-00:30:00" | |
condition: [] | |
action: | |
- service: select.select_option | |
target: |
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
alias: Flurlicht an | |
description: "" | |
trigger: | |
- platform: sun | |
event: sunset | |
offset: "-00:30:00" | |
condition: [] | |
action: | |
- service: light.turn_on | |
target: |
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
--- | |
apiVersion: storage.k8s.io/v1 | |
kind: CSIDriver | |
metadata: | |
name: csi-image.warm-metal.tech | |
spec: | |
attachRequired: false | |
podInfoOnMount: true | |
volumeLifecycleModes: | |
- Persistent |
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
cd $HOME/projects/gnome/glib/build/docs/reference/glib | |
xtime python3 /home/ensonic/projects/gnome/gtk-doc/gtkdoc-mkhtml2 --path=../../../../docs/reference/glib/ --output-dir=html glib glib-docs.xml | |
2.07u 0.15s 2.25r 140428kB | |
git diff gtkdoc/mkhtml2.py | |
diff --git a/gtkdoc/mkhtml2.py b/gtkdoc/mkhtml2.py | |
index f54a80d..3bb5b12 100644 | |
--- a/gtkdoc/mkhtml2.py | |
+++ b/gtkdoc/mkhtml2.py | |
@@ -1751,6 +1751,22 @@ def create_devhelp2(out_dir, module, xml, files): |
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
Error: Error applying plan: | |
1 error(s) occurred: | |
* google_container_cluster.foo: 1 error(s) occurred: | |
* google_container_cluster.foo: googleapi: Error 400: Master version "1.9.7-gke.5" is unsupported., badRequest | |
Terraform does not automatically rollback in the face of errors. | |
Instead, your Terraform state file has been partially updated with |
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
package xxx; | |
import com.google.cloud.datastore.Datastore; | |
import com.google.cloud.datastore.testing.LocalDatastoreHelper; | |
import com.google.common.flogger.FluentLogger; | |
import java.io.IOException; | |
import org.junit.rules.ExternalResource; | |
import org.threeten.bp.Duration; | |
/** Datastore helper for unittests. */ |
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
# Total Lost Samples: 0 | |
# | |
# Samples: 20K of event 'cycles' | |
# Event count (approx.): 16637267996 | |
# | |
# Children Self Command Shared Object Symbol | |
# ........ ........ ....... .................. ............................................. | |
# | |
95.91% 0.00% xmllint libxml2.so.2.9.4 [.] xmlXIncludeProcessFlags | |
| |
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
[Switching to Thread 0x7fffb73f8700 (LWP 9040)] | |
0x00007ffff7749f9c in gstbt_osc_synth_create_sine (self=0x2c96460, ct=5292, samples=0x0) at src/lib/gst/osc-synth.c:203 | |
203 samples[i] = (gint16) (sin (accumulator) * amp); | |
(gdb) bt | |
#0 0x00007ffff7749f9c in gstbt_osc_synth_create_sine (self=0x2c96460, ct=5292, samples=0x0) at src/lib/gst/osc-synth.c:203 | |
#1 0x00007ffff774a8f3 in gstbt_osc_synth_process (self=0x2c96460, size=size@entry=5292, data=data@entry=0x0) at src/lib/gst/osc-synth.c:711 | |
#2 0x00007fffd11715b8 in gstbt_e_beats_process (base=0x2c9f320, data=<optimized out>, info=<optimized out>) at src/gst/audio/ebeats.c:215 | |
#3 0x00007ffff7745676 in gstbt_audio_synth_create (basesrc=<optimized out>, offset=<optimized out>, length=<optimized out>, buffer=0x7fffb73f7a20) at src/lib/gst/audiosynth.c:427 | |
#4 0x00007ffff7085819 in gst_base_src_get_range (src=src@entry=0x2c9f320, offset=offset@entry=18446744073709551615, length=length@entry=10584, buf=buf@entry=0x7fffb73f7b28) at gstbasesrc.c:2504 | |
#5 0x000 |
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
From 7404c699ba0f33b5702d2dcba7e647ac92854567 Mon Sep 17 00:00:00 2001 | |
From: Stefan Sauer <[email protected]> | |
Date: Thu, 22 Jun 2017 17:06:19 +0200 | |
Subject: [PATCH] Compare with firmwareName instead of robotName. | |
RobotName is initialized from 'brickname' and can be changed on the robot (for the ev3 at least). | |
See #528 | |
--- | |
.../fhg/iais/roberta/robotCommunication/RobotCommunicationData.java | 5 +++++ | |
.../de/fhg/iais/roberta/robotCommunication/RobotCommunicator.java | 6 ++---- |
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
From 49afe68a05ac4894c5fefa8e313375ef87d8bde9 Mon Sep 17 00:00:00 2001 | |
From: Stefan Sauer <[email protected]> | |
Date: Thu, 22 Jun 2017 16:57:08 +0200 | |
Subject: [PATCH] Compare with FirmwareName instead of robot name. | |
RobotName is initialized from 'brickname' and can be changed on the robot (for the ev3 at least). | |
See #528 | |
--- | |
.../robotCommunication/RobotCommunicationData.java | 3 +++ | |
.../roberta/robotCommunication/RobotCommunicator.java | 4 +--- |
NewerOlder