I hereby claim:
- I am tadassce on github.
- I am tadassce (https://keybase.io/tadassce) on keybase.
- I have a public key ASC5bIw9k5TEl99NkRtYtEoclHXPGHc9zzH4z6T8JTkFmQo
To claim this, I am signing this object:
| require 'redis' | |
| redis = Redis.new | |
| redis.config(:set, 'notify-keyspace-events', 'Eh') | |
| redis.psubscribe('__keyevent@*__:hset') do |on| | |
| on.pmessage do |_pattern, _channel, hash_key| | |
| puts "Hash #{hash_key} has been updated." | |
| end |
I hereby claim:
To claim this, I am signing this object:
| <style> | |
| li { | |
| list-style-position: inside; | |
| } | |
| li:nth-child(3n), li:nth-child(5n) { | |
| list-style-type: none; | |
| } | |
| li:nth-child(3n):before { | |
| content: 'Fizz'; | |
| } |
| <style> | |
| body { | |
| counter-reset: n; | |
| } | |
| div:before { | |
| counter-increment: n; | |
| content: counter(n); | |
| } | |
| div:nth-child(3n):before { | |
| content: "Fizz"; |
| # encoding: UTF-8 | |
| module Kernel | |
| alias_method :λ, :lambda | |
| end |
| # encoding: utf-8 | |
| def ( ) | |
| *2 | |
| end | |
| = 4 | |
| puts |