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
| <!DOCTYPE html> | |
| <html lang="fr"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <title>Modèles de tarification – plateau central et comparaison</title> | |
| <style> | |
| body { | |
| font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; | |
| margin: 0; | |
| padding: 1rem 2rem; |
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: | |
| name: Scene after n minutes after last motion detected | |
| domain: automation | |
| input: | |
| motion_entity_group: | |
| name: Motion Sensor | |
| selector: | |
| entity: | |
| domain: binary_sensor | |
| device_class: motion |
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: | |
| name: Entity (light/switch) OFF group after n minutes after last motion detected | |
| domain: automation | |
| input: | |
| motion_entity_group: | |
| name: Motion Sensor | |
| selector: | |
| entity: | |
| domain: binary_sensor | |
| device_class: motion |
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: | |
| name: Entity (light/switch) OFF after N minutes after last motion detected | |
| domain: automation | |
| input: | |
| motion_entity_group: | |
| name: Motion Sensor | |
| selector: | |
| entity: | |
| domain: binary_sensor | |
| device_class: motion |
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
| {-# LANGUAGE GeneralizedNewtypeDeriving #-} | |
| import Data.Aeson | |
| type URL = String | |
| newtype JobServerURL i o = JobServerURL URL | |
| class Monad m => MonadJob m where | |
| callJob :: (ToJSON i, FromJSON o) => JobServerURL i o -> i -> m o |
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
| {-# LANGUAGE ScopedTypeVariables #-} | |
| import Control.Concurrent | |
| import Control.Concurrent.Async | |
| import Control.Exception | |
| main :: IO () | |
| main = do | |
| let f = 1000000 | |
| v <- newMVar () | |
| let debug = withMVar v . const . putStrLn |
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
| Verifying that "np.id" is my Blockstack ID. https://onename.com/np |
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
| {-# LANGUAGE FlexibleContexts #-} | |
| {-# LANGUAGE FlexibleInstances #-} | |
| {-# LANGUAGE DataKinds #-} | |
| {-# LANGUAGE EmptyCase #-} | |
| {-# LANGUAGE GADTs #-} | |
| {-# LANGUAGE KindSignatures #-} | |
| {-# LANGUAGE MultiParamTypeClasses #-} | |
| {-# LANGUAGE PolyKinds #-} | |
| {-# LANGUAGE RankNTypes #-} | |
| {-# LANGUAGE ScopedTypeVariables #-} |
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
| [ | |
| {"timestamp": "2016-06-10 08:50:00 UTC+00:00", "amount": "+100 satoshis", "to": "[email protected]", | |
| "desc": "You submitted work through the 21 Bitcoin Computer."}, | |
| {"timestamp": "2016-06-10 08:50:00 UTC+00:00", "amount": "+5 satoshis", "to": "[email protected]", "from": "[email protected]", | |
| "desc": "You sold 'http://10.244.165.172:6002/?uri=21.co' to 21dotco"} | |
| ] |
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
| c691e1b19a5e46d63eeaa37a455b6e74de9890ee | |
| d6b02c6055b6bd4253ced4b0ad91070481032c76 |
NewerOlder