-
There are a couple in this file:
https://github.com/jarvist/migovecsurveydata/blob/master/migovecsurveydata/sysmig/level2/rockroll.svx
```
;*ref https://drive.google.com/open?id=0BxkZAUc06EK5OHZr…
-
Join in for the weekly Monero Research Lab meeting.
**When**: Monday, 16 September 2019 @ 17:00 UTC
**Where**: #monero-research-lab (freenode/matrix)
**Agenda**
1. Greetings
2. Roundtable
…
-
Aviel has created wireframes but these need signing off for use in development.
They are all in this folder:
https://drive.google.com/drive/folders/1DFJKgyb7MdBmv1-v9v9PJEI4ijd70dWg?usp=sharing
I ha…
-
# Proposal
**Summary**
The following is a proposal for an alternate Ethash proof-of-work algorithm - “ProgPoW” - tuned for commodity hardware in order to close the efficiency gap available to spec…
-
Webpack doesn't make it easy to load js from regular text files at runtime, and I'd like to make it possible for savvy users to extend Nuclear's functionality with any code they want. For example, the…
-
__TL;DR: I am looking for a way to mux streams and aggregate them in batches while making sure that each batch contains only 1 sample from each stream (if the batchsize is smaller than the number of s…
-
Hi there,
Following this instruction
https://www.youtube.com/watch?v=dwksxa-AxJg
geth account import ethereum.txt
I receive the following error message:
Fatal: Could not create the acc…
ghost updated
5 years ago
-
See for background: https://github.com/ethereum/eth2.0-specs/issues/403
### Protocol changes
* An activation or exit triggered in slot n now happens at slot `(n - n % EPOCH_LENGTH - 1) + EXIT_EN…
-
Immo Landwerth asked me to post this here:
Are there any plans to port WebForms to .NET Core? Many companies, especially Fortune 500 have huge amount of code in Webforms. I think Damian Edwards men…
-
Hey everyone!
I'm trying to use a LSTM with data in the shape something like [300, 1, x] where x changes. As of right now I'm training the model where x = 300 but after training the model I'm tryin…