Richard Elkins
Richard Elkins
File: https://projects.fivethirtyeight.com/polls-page/president_polls.csv It's a pain to process 2 or more rows for every single poll outcome, no matter what tool or programming kanguage one uses.
``` URL: http://sanderblue.github.io/solar-system-threejs/ Using Chrome Version: 70.0.3538.77 (Official Build) (64-bit) on Xubuntu Linux 18.04.1 LTS up-to-date Kernel: 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 Display Server: x11 (X.Org...
See https://github.com/UCBerkeleySETI/blimpy for an example.
Source for RSA & DSA test: ``` from Crypto.PublicKey import RSA, DSA keysz = 2048 rsa_key = RSA.generate(keysz) bitsz = rsa_key.size_in_bits() bytesz = rsa_key.size_in_bytes() print("RSA key bytesize={}, bitsize={}".format(bytesz, bitsz)) dsa_key...
No big deal; I thought you might like to know. After installing package CompressedSensing from Julia repository, the following warning is repeated numerous times: WARNING: int(x::AbstractFloat) is deprecated, use round(Int,x)...
Nice review of Linear Vector Spaces! I think that ê-sub-3 should have been [0, 0, 1]. 
http://www.lcdwiki.com/ ===> complaints from every browser and various Internet security utilities. https://www.lcdwiki.com/ ==> ERR_ADDRESS_UNREACHABLE Many 3rd parties (E.g. Tinkersphere in NYC) reference this insecure website. Quimat or whatever the vendor...
[1] On the web, my github site (```https://goreportcard.com/report/github.com/texadactyl/jacotest.go```), gets the common failure that many people are reporting: ```There was an error processing your request: Could not analyze the repository: no...
This is not an urgency but in the next Debian (12) and Ununtu base (22.10), ```apt-key``` will no longer function for adding keys to a keyring. Background and ideas for...
It looks like @telegraphic is beginning significant work in blimpy to support multiple IFs (polarisation arrays) per time-integration. It would be very helpful to be able to generate Filterbank files...