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
import anytree | |
from anytree.dotexport import RenderTreeGraph | |
class Foo(anytree.Node): | |
def __init__(self, name): | |
super().__init__(name) | |
def __gt__(self, other): | |
other.parent = self | |
return other |
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
import pytest | |
import freezegun | |
import datetime | |
@pytest.fixture | |
def date1(): | |
return datetime.datetime.now() | |
@pytest.fixture | |
@freezegun.freeze_time("2017-01-02") |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Section "InputClass" | |
Identifier "ELECOM TrackBall Mouse DEFT Pro TrackBall Mouse" | |
Driver "libinput" | |
MatchIsPointer "on" | |
Option "ButtonMapping" "1 2 3 4 5 6 7 8 9 1 11 12" | |
Option "ScrollMethod" "button" | |
Option "ScrollButton" "12" | |
EndSection |
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
### | |
# make elasticache arn | |
### | |
export AWS_REGION := ap-northeast-1 | |
# ex) arn:aws:elasticache:us-west-2:1234567890:cluster:my-cluster | |
.PHONY: arn | |
arn: fetch | |
@ cat c.json \ |
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
[{"name":"c0","type":"string"},{"name":"c1","type":"string"},{"name":"c2","type":"string"}] |