Peter

Results 141 issues of Peter

Running LibreOffice from the command line on UBUNTU, $ soffice --headless --convert-to txt:Text test.htm I have a test.txt good generation. BUT with, $ python DocumentConverter.py test.htm test.txt I have an...

[visual-graph-algorithms](https://workshape.github.io/visual-graph-algorithms/) is perfect, congratulations! Is difficult to remember some abbreviations that the reader is not using in day-by-day... Your audience is the whole world, and this includes many people who...

Hi, I am new here, I have not yet installed DGGRID, but maybe I don't need to install it, if there are some more information... I am looking for a...

No README at https://www.npmjs.com/package/pcre and here 3 years without commits... There are another better or faster way to use PCRE with NodeJS??

Solving the problem of "no anonymous reference for objects"... Example: ```php $abc = ['foo','bar','baz']; echo $m->render( "\n\t 1: {{#.}}{{.}}{{/.}}\n", $abc ); ``` works fine with anonymous reference for array. But...

I was a 1990's user of SISAL for dataflow-machine simulators... But I can't remember. In nowadays I am using Scala, that have similar features and is so popular. There are...

main change was from `if (bits === 5)` to `if (bits === maxBits)`.

It is possible to change ```js if (typeof(latitude) === 'number' || typeof(longitude) === 'number') { throw new Error('string notation required for auto precision.'); } ``` To something like ```js if...

The structure of the Geohash is a base4 hierarchy: powers of 4 in the spatial representation (grid cell divided into 4 cels each iteration). In applications that need to access...

Some countries, like Brazil, using [pt-BR](https://github.com/d3/d3-time-format/blob/master/locale/pt-BR.json) locale, need a boolean flag to express *"we only use 24hs, please **never** use periods"*... Or at least "please avoid periods". ---- NOTES Some...