scorpio1441

Results 16 issues of scorpio1441

Here is an interesting bug I found. While moving the primary element script also moves other elements not related to primary. Example: http://stromkids.angarka.ru

it's showing different results than the top movers on Robinhood's website

How to use `robin_stocks` to check if the stock is supported by Robinhood? `r.stocks.get_latest_price("MFM")` returns a price, but as matter of fact - Robinhood doesn't support it. ![image](https://user-images.githubusercontent.com/1091494/125041048-4f7fe580-e066-11eb-9ccd-309f83555a8c.png)

transcribeWithGoogle.eagi is pointing to nodejs-speech/samples/recognize.js which no longer exists, is there a replacement script?

I'm trying to run this app on Windows and getting the following error, couldn't find any packages named "keyboard". ``` Traceback (most recent call last): File "D:\Downloads\Self-Driving-Car-in-Video-Games-master\run_TEDD1104.py", line 2, in...

Could you please compile for FreeBSD (amd64). I can't run docker there.

``` default: address: "127.0.0.1:28016" # host:port, for example 127.0.0.1:16260 password: "test1234" log: "rcon-default.log" type: "web" # rcon, telnet, web. timeout: "10s" ``` ``` C:\rustserver>rcon test cli: execute: auth: rcon: rcon:...

bug
duplicate

Is it possible to use this module on FreeBSD? Even though I copied the module and libc.so.6 from Linux machine, it still throws an error when loading: [Jan 28 05:39:22]...

I'm having hard times building for FreeBSD: ``` root@host:/usr/src/sipcmd2-master # make g++ -c -Wall src/main.cpp -o src/main.o -I/usr/local/include/opal -I/usr/local/include/ptlib -I/usr/src/ -g -DDEBUG src/main.cpp: In member function 'bool Manager::SendDTMF(const PString&)': src/main.cpp:459:18:...

``` var range = IPAddressRange.Parse("192.168.1.100/255.255.255.0"); IPStartBox.Text = range.Begin.ToString(); // returns 192.168.1.0 IPEndBox.Text = range.End.ToString(); // 192.168.1.255 ``` I need to return first and last usable IP, which should be 192.168.1.1...