Denilson Sá Maia

Results 178 comments of Denilson Sá Maia

I would write it in Python, but installing the required dependencies will require some work (I wish it were a simple straight-forward `apt-get`). Also, this has been a great opportunity...

> I guess you found parse_int and parse_float in nip2? Yep! > I'd use insert rather than im_insert. Why? > Most Unixes can't have more than 1024 files per process...

Thank you for the answer! I did some experiments. ``` -s, --script=FILE load FILE as a set of definitions -o, --output=FILE write value of 'main' to FILE -b, --batch run...

When I was writing the nip2 script, I was wondering why ~~the hell~~ I couldn't use nip2 built-in toolkit definitions in my script (i.e. all those in _Toolkits → Edit_)....

For future reference: there has been some discussion about this at issue #79. And the URL for nlhan's ets2-map is: https://github.com/nlhans/ets2-map Then I wondered, how was http://ets2map.com/ created? I don't...

Do you have some experimental code that exports to SVG? Maybe you forked `ets2-map` repository and saved your changes to GitHub? To be honest, for me it is hard/annoying/slow to...

Cool! I started rewriting `ets2-map` code in Python, so that I could explore the data quickly and easily, but never finished it. Also, I can't download the map: > Direct...

I've sliced @Koenvh1's map and uploaded a version of OpenLayers demo to my [ets2-stuff](https://github.com/denilsonsa/ets2-stuff) repository. It is also [available online](http://denilsonsa.github.io/ets2-stuff/openlayers-koenvh1.html). Then I took some time adjusting the formula to Koenvh1's...

> How did you slice it? I've described it at the [commit message](https://github.com/denilsonsa/ets2-stuff/commit/311b28069474100f143e1ed853cbad0f42622ec0) and also at [`README.md`](https://github.com/denilsonsa/ets2-stuff/blob/master/README.md). :smiley: By the way, you should consider writing down a README for your...