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: ZHA - Sonoff SNZB-01 | |
description: 'Perform actions with the Sonoff SNZB-01 Button. | |
You can set functions for single press, double press and hold. This allows you to assign, | |
e.g., a scene or anything else.' | |
domain: automation | |
input: | |
remote: |
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
""" | |
cramermath | |
~~~~~~~~~~ | |
Usage: | |
>>> import cramermath | |
>>> cramermath.log(10) | |
0.014728067495500818 | |
""" |
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
Day job: | |
I build cool Python things at Disqus | |
Favorite Python project: | |
Does it count if I pick my own? :) | |
github.com/dcramer/django-sentry |
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
GitHub username: dcramer | |
Day job: DISQUS | |
Favorite open source project: Django | |
Open Source contributions (if any): Sentry, Gargoyle, Debug Toolbar, <100 more> | |
Stranded on an island, what 3 items do you take: Laptop, Mobile Phone, and as much alcohol as I can manage :) | |
Tie-breaker, pick a number between 1 and 20,000: 20,000 |
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
<html> | |
<head> | |
<title>Comments count code example</title> | |
</head> | |
<body> | |
<!-- For this link, we will try to fetch comments count by URL: http://example.com/article.html --> | |
<a href="http://example.com/article.html#disqus_thread">First article</a> | |
<!-- For this link, we will try to fetch comments count by identifier: article2identifier --> |