Simone Primarosa
Simone Primarosa
Sorry but I still don't get the point. Blowfish is just a cipher and it's used internally by bcrypt.
Thank you @meetirfan What about the properties of the Feature? If we convert it to a line we lose them. Anyway it would be nice to add as example to...
Thank you for the answer @mbloch! > Does this satisfy your use case? The problem is that `mapshaper` it seems slow with "big" files. It would be really nice to...
@mbloch The docs says: ``` interval=Specify simplification amount in units of distance. Uses meters when simplifying unprojected datasets in 3D space (see planar option below), otherwise uses the same units...
@al-lopes Yes sounds reasonable. The real problem here is that one reading takes about 5-10ms to be taken. While we can report the correct execution time we cannot take enough...
Hi @aliuq, thanks for the PR and sorry for the late reply I can help reviewing this but I think we should wait for @soyuka to submit (although I also...
wmic has the `ThreadCount` column so it's quite easy to add it on Windows.
ps on AIX has the `thcount` column. https://superuser.com/a/49411/470946
proc files have the `Thread` value http://ask.xmodulo.com/number-of-threads-process-linux.html
Can't find a nice way to do it with `ps`, though.