hrj
hrj
PVS Studio seems to be good as per: https://habr.com/en/company/pvs-studio/blog/436496/ The offer a free license for open source projects: https://www.viva64.com/en/b/0600/
[Xodus](https://github.com/JetBrains/xodus) * Xodus is transactional and fully ACID-compliant. * Xodus is highly concurrent. Reads are completely non-blocking due to MVCC and true snapshot isolation. * Xodus is schema-less and agile....
For the following style, ``` div { border-bottom-style: solid; border-bottom-color: green; } ``` A border-bottom-width of 1px should be assumed. Currently, it becomes 0px. Need to check where the default...
[ContNet](https://contnet.org/) seems to be similar to some ideas that I had about "Content based web-pages". I wasn't thinking of an entirely new protocol though. Needs more research.
Need to add support for: - Embedded SVGs - SVG images Pure Java libs: - Apache Batik - [SVG Salamander](https://github.com/blackears/svgSalamander)
... as per [this idea](https://mesosphere.com/blog/2013/12/07/executable-jars/).
The goal is to reduce the number of warnings being shown in Eclipse, and to enable more such code-smells to be discovered. ### Current status - Burnt down number of...
This will help not only client scripts, but also help internally in determining whether a document is XHTML or not.
For example, setting a `tr` element's background doesn't work.
The layout routines assume a hard-coded thickness for the scrollbar. But the JScrollBar as used currently has an unpredictable thickness, because the scrollbar's UI chooses a thickness as per its...