Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Web Engines
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
webview
A tiny cross-platform webview library for C/C++/Golang to build modern cross-platform GUIs. The goal of the project is to create a common HTML5 UI abstraction layer for the …
Questions About Java
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
is possible to define abstract static method? i.e., the method doesn't depend on any instance variables but subclasses have different implementations
-
for a void method, we can also make it …
Public Private Key Pair Implementations
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
- SSH key pairs – encrypt and authenticate remote connections
- PGP key pairs – encrypt e-mails, disks, arbitrary files to securely sign or delete them.
- SSL key pairs – encrypt TCP/IP communications and secure …
Tips on Apache Ray
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Deploy Apache Ray
Please refer to Deploy Apache Ray for details.
Tutorials and Examples
How to scale Python multiprocessing to a cluster with one line of code demonstrates how you can …