-
Hi there,
First of all, thank you for providing a pure/console C# implementation of your amazing algorithm as this will allow to use it in Unity for mobile platforms.
Now, Sorry for asking a dum…
-
### Django性能优化的几种方法
https://www.cnblogs.com/yunxintryyoubest/p/11028691.html
-
# On translation of the Perl 6 documentation
Translating the documentation is a huge task, so I would like to suggest to adopt a few rules to make the life of translators a little easier.
1. St…
-
There's no issue here, I'm just curious where the icons from. Who creates them and under what sort of licensing? I've always been curious of this.
-
This isn't urgent but there's a bit of inconsistency in coding styles.
https://www.npmjs.com/package/js-beautify
There will be lots of changes so it needs to be done at a point where there aren'…
-
If I add a group member with upper case letters in the email address:
```
resource "gsuite_group_members" "glb_operations_members" {
group_email = "${gsuite_group.glb_operations.email}"
memb…
-
My first attempt to eliminate signed/unsigned warnings with commit 851e449 introduced a bug. See issue #3488. We should stop using the `size_t` type explicitly in our code. The use of unsigned ints (i…
-
## Bug Report
In our production ,we use stddev_over_time to aggregate metric series, because the samples of metric series are constant, the aggregate result may be NaN;
because in function funcStdde…
-
http://arthurchiao.art/blog/what-is-an-os-zh/
-
Hi,
it seems to me that webtorrent uses a single cpu core when hashing 1 (or more) file(s)? Am I correct?
If the disk I/O it's not a problem... would using multi cores speeds up this process?