eabase
eabase
* https://github.com/adrian-thurston/ragel
The instructions for installing and using this tool is very unclear. In addition it doesn't mention what happens when you don't have any `*.PcbDoc` and `*.SchDoc` files, but only `*.Pcblib`...
It would be helpful and considerably easier to maintain, if we were to put all the MS bloat tweak into it's own `*.ps1` file. In this way, if the user...
The currently used URL for the FRED data is giving a 404. * https://github.com/pydata/pandas-datareader/blob/master/pandas_datareader/fred.py#L7-L15 Related to #435, where the old new link works... * https://fred.stlouisfed.org/graph/fredgraph.csv?id=GDP
One way to crack enigma is by using MCMC, as shown here: * https://towardsdatascience.com/breaking-the-enigma-code-in-python-with-mcmc-marvel-themed-9ceb358dd8ae * https://github.com/JackWillz/Projects/blob/master/MCMC%20-%20Enigma%20Thanos/BreakEnigma.ipynb * https://gist.github.com/JackWillz/d99deb8323540216bcaa932150ad71e0#file-mcmc-py Other links I have added to #63
Trying to run under Cygwin on Win81 with Py3.8 result in: ```bash # terminalizer record demo defaultConfigPath The recording session is started Press CTRL+D to exit and save the recording...
After updating node to LTS: ``` $ node -v v14.15.1 $ npm -v 6.14.8 ``` I get the following error when trying to run. ```powershell $ terminalizer.ps1 record demo The...
Seem like this has been pretty much abandoned? No merged PR's, and no response to rather basic and critical issues. @faressoft Are you still maintaining this?
Trying to end recording with CTRL-D in powershell gives error. Only `exit` worked. ```powershell $ terminalizer play demo.yml Windows PowerShell Copyright (C) 2016 Microsoft Corporation. All rights reserved. Your Profile...
@ranaroussi You mentioned in your blog post that you'll add a template we can use to help write our own broker support. My primary broker is using both MT4 and...