I hereby claim:
- I am ziirish on github.
- I am ziirish (https://keybase.io/ziirish) on keybase.
- I have a public key whose fingerprint is 7B24 BFAD 6E2A 2421 311B 5935 72DB 229A 64B5 4E46
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
These scripts allow you to launch Firefox on XBian.
When you are in Kodi
and you want to switch to Firefox
, you just have to quit
(no shutdown, just quit
). Firefox
will then start automatically.
Now when you want to get back to Kodi
, just quit Firefox
and Kodi
will start back automatically.
class Pool: | |
def __init__(self, pool_size): | |
self._size = pool_size | |
self.send_channel, self.receive_channel = trio.open_memory_channel(pool_size) | |