SyBernot

Results 11 comments of SyBernot
trafficstars

You can get a list of about a half billion known compromised passwords from here: https://haveibeenpwned.com/Passwords or you could just hook into his API, personally I don't trust anyone so...

This may be a starting point for such a feature https://github.com/Red5d/docker-autocompose

MQTT is a messaging protocol kind of like a two way rss feed. When something on the bridge changes Winhue would publish to the MQTT broker (say all lights come...

Node red is awesome. So MQTT is a messaging protocol with channels, subscription and publications. Imagine a room with a loud speaker, you broadcast to a room (publish to a...

I think the easiest most flexible way would be to let the user configure what topics to subscribe/publish to and also what actions to perform/watch. If a user subscribed to...

Not sure if it would be easier or not but there is an RFC for unsupported resource record types that would cover this and any others https://tools.ietf.org/html/rfc3597

5/105 Test #6: testFPB ..........................**_Exception: Illegal 0.31 sec 9/105 Test #10: pyFPB ............................**_Exception: Illegal 0.30 sec I tried running testFPB directly and got (my-rdkit-env) [root@xxx conda-rdkit]# /root/anaconda2/conda-bld/work/Code/DataStructs/testFPB [12:19:06] ----------------------- Testing...

D'oh (user error) After exporting RDBASE and running testFPB I now get this [14:22:53] ----------------------- Testing FPBReader basics [14:22:53] Finished [14:22:53] ----------------------- Testing Lazy FPBReader basics [14:22:53] Finished [14:22:53] -----------------------...

2016_03_2 version of rdkit using conda-rdkit conda install conda-build conda install patchelf git clone https://github.com/rdkit/conda-rdkit.git conda build boost conda build rdkit I set up conda as per instructions on the...