miguel
miguel
Using pocketsphinx I can listen to a keyphrase list, for example keyphrase.list ``` text oh mighty computer /1e-40/ hello world /1e-30/ other phrase /1e-20/ ``` ``` bash pocketsphinx_continuous -inmic yes...
The plugin currently appends the svg element to the body tag but it would be nice to specify a different element if we wanted to, defaulting to body.
Looks like google analytics uses various dynamic scripts; what content-security-policy rules are recommended? Thanks
trying to run example ``` >>> p = IP(dst = 'www.somesite.ex') / TCP(dport = 80) / Raw(b'Some raw bytes') >>> sr(p) Traceback (most recent call last): File "", line 1,...
trying to run example ``` from scapy.all import * p = IP(dst = 'www.somesite.ex') / TCP(dport = 80) / Raw(b'Some raw bytes') sr1(p) ``` ``` $ python example.py Traceback (most...
Closes https://github.com/keithknott26/datadash/issues/2
Code example is from [user guide](https://github.com/ethjs/ethjs/blob/master/docs/user-guide.md#ethfilter) ```js const Eth = require('ethjs'); const eth = new Eth(new Eth.HttpProvider('http://localhost:8545')); const filter = new eth.filter.PendingTransactionFilter() .new() .then((result) => { // result filterId })...
Feedback
Please leave feedback for streamhut here!
- [cointop](https://github.com/miguelmota/cointop) is a terminal-based UI for tracking cryptocurrencies
```bash $ brew tap possatti/possatti $ brew install pokemonsay $ pokemonsay test /usr/local/bin/pokemonsay: line 115: shuf: command not found ```