-
It would help a lot to have each PR automatically tested using a CI service such as Travis or Jenkins.
-
Very low priority, please disregard as desired.
Reg. the comments here: https://github.com/triplea-game/triplea/blob/064d5291c00b7e54a4e1b7408f85aa927abcb237/game-core/src/main/java/games/strategy/…
-
Several functions take a `basesize` option.
One main use of this is when threading to avoid the cost of `@spawn` dominating over the cost of the actual work.
Set it too low and `@spawn` cost domin…
-
While one can do
```
gap> Display(SymmetricPower([[1,2],[3,4]],3));
[ [ 1, 2, 4, 8 ],
[ 9, 16, 28, 48 ],
[ 27, 42, 64, 96 ],
[ 27, 36, 48, 64 ] ]
```
it is not docum…
-
```
Modular decomposition refers to the process of building a modular
decomposition tree. These can yield very interesting properties about
graphs (directed, undirected, and hypergraphs alike). Mo…
-
\juansays{Think about abbeel}
\davidsays{![Abbeel](http://vcresearch.berkeley.edu/sites/default/files/abbeel.jpg)}
- [x] 1/3
- [ ] 2/3
- [ ] 3/3
-
Would you be interested in getting MagicOnion (https://github.com/Cysharp/MagicOnion) working with your lib. I would help the project along to a significant degree.
-
Hi Alex,
As I mentioned in https://github.com/nf-core/eager/issues/209#issuecomment-624910829 I'm running into some performance issues with a BAM file containing ~786M merged paired-end reads. I fi…
-
Note to bush up system design basics#5 - Divide and conquer (application layer):
TL, Read Later. better check this again when have more SD examples and case studies.
**Microservice benefits**:
1.De…
-
# Progress Tracker
## DSA
- [x] Complete Git & GitHub Course
- [x] Introduction to Programming
- - [x] Types of languages
- - [x] Memory management
- [x] Flow of the program
…