bonedaddy
bonedaddy
# Assignee:None **Why are you submitting this feature request** Password reset sends an email with the new pass and doesn't require it be changed on next-login **Describe the solution you'd...
For now most links are actively and viewable, however we will inadvertently get dead links, such as those reported in https://github.com/2020PB/police-brutality/pull/392 While "dead" the data isn't lost as it will...
Youtube-dl sometimes doesn't recognize a URL as one that it is unable to parse, but will try to download it anyway, which creates a `.part` file on disk. These downloads...
When [Date::Value](https://github.com/go-gorm/datatypes/blob/master/date.go#L18) is called it incorrectly sets the time. Note that it sets 0 for values such as hour, minute, etc... This leads to incorrect values being stored in the...
``` solidity@mastermind:~/Documents/Code/RTradeLtd/RT-Contracts$ pip2 install oyente Collecting oyente Downloading https://files.pythonhosted.org/packages/13/3c/52b8dee604cbdf35c1d65a141b779d9c14c8d313251c697b40a93f58d3d5/oyente-0.2.7-py2-none-any.whl (43kB) 100% |████████████████████████████████| 51kB 85kB/s Collecting web3 (from oyente) Downloading https://files.pythonhosted.org/packages/4b/6e/9d1a04dfd17b20ccf7c768eaf3d4c4e1840e511be8d97ba1ccc9ca70af42/web3-4.4.1.tar.gz (93kB) 100% |████████████████████████████████| 102kB 87kB/s web3 requires Python '>=3.5,
I'm currently trying to write a golang equivalent of [this](https://github.com/dragino/rpi-lora-tranceiver/blob/master/dragino_lora_app/main.c) Raspberry Pi LoRa hot module, which uses wiringPi pniouts. I've tried the [wiringPi pin out numbers](https://github.com/dragino/rpi-lora-tranceiver/blob/master/dragino_lora_app/main.c#L166-L168) in [this](https://github.com/RTradeLtd/rpi-lora-tranceiver/blob/master/src/lora.go) golang library...
Another possible method of filtering data would be using bayesian classification such as https://github.com/lytics/multibayes. To complete this issue research should be done to see if this provides any notable benefits,...
Docker images already support CPU based tensorflow processing, but do not support GPU processing. potentially useful: https://hub.docker.com/r/nvidia/cuda/ how tensorflow does it themselves: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/docker/Dockerfile.devel-gpu
# Changes * Breakup uniswap functionality into two packages a `uniswap/v2` and `univswap/v3` package. * Enable deploying complete uniswap v3 to simulated backend for testing * # TODO ## More...
I'm trying to better understand event logs in ethereum and their usage with bloom filters. Everything I read about event logs indicates that the very first topic should be the...