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
| for x in range(100):print x%3/2*'Fizz'+x%5/4*'Buzz'or-~x |
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
| cmake_minimum_required(VERSION 2.8) | |
| function(use_llvm TARGET) | |
| message("ARGC=\"${ARGC}\"") | |
| message("ARGN=\"${ARGN}\"") | |
| message("ARGV=\"${ARGV}\"") | |
| message("ARGV0=\"${ARGV0}\"") | |
| message("ARGV1=\"${ARGV1}\"") | |
| endfunction() |
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
| blueprint: | |
| domain: automation | |
| name: Thermostat avec capteur de température externe | |
| description: > | |
| Réglage du thermostat avec un capteur de température externe. | |
| input: | |
| thermostat: | |
| name: Thermostat | |
| selector: | |
| entity: |