Tell HN: Microsoft.com added 192.168.1.1 to their DNS record
498 pointsby indosauros133 comments
$ git config --global alias.wip
!git add --all && git commit -am 'wip'
$ git config --global alias.popwip
!git log -1 --pretty=%B | grep -q '^wip$' && git reset HEAD^ || echo 'HEAD is not a wip commit' >>> print(0.1 + 0.2)
0.30000000000000004 >>> L(*stuff, 'a', 'b')
SyntaxError: only named arguments may follow *expression
>>> L(*stuff, *stuff)
SyntaxError: invalid syntax