José Luis Cruz
José Luis Cruz
Insert this in the register after b4j installation: ``` [HKEY_CLASSES_ROOT\.fxml] @="fxmlfile" "Content Type"="application/xml" [HKEY_CLASSES_ROOT\fxmlfile] [HKEY_CLASSES_ROOT\fxmlfile\Shell] [HKEY_CLASSES_ROOT\fxmlfile\Shell\Open] [HKEY_CLASSES_ROOT\fxmlfile\Shell\Open\command] @="winebrowser \"%1\"" ``` [source](http://www.b4x.com/android/forum/threads/b4linuxinstall-script-to-use-b4x-tools-in-linux.45092/page-2#post-315454)
[Based on this instructions](http://basic4ppc.com/android/forum/threads/b4linuxinstall-script-to-use-b4x-tools-in-linux.45092/#post-294687)
JAVA - > http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html using ppa (y +) - https://jerrylu.name/2014/08/23/installing-jdk-8-on-debian-wheezy/ using tgz and java-package - https://packages.debian.org/search?keywords=java-package WINE - https://packages.debian.org/search?keywords=wine (jessie & sid are using versions 1.6.2 . Should test wheezy...
- Add a text of the need to be oracle's java - Make an automatic uninstaller of open-jdk - Give the option of updating java, changing version
Right now there is a single path of action, and only asks y/n for each step. There should be a menu where you can choose which tool to install, and...
Dart has nested comments, but the syntax highlighter doesn't recognize them. For example: ``` dart /* /* Comment /* nested comment */ */ //
Both `Html` & `ElementRef` support the same method `select`. Having that method implemented as a Trait would allow to create a function that can accept both, and would allow to...
Currently is not possible to have diagrams at the inner doc comments, e.g.: `lib.rs`: ```rust #[cfg_attr(doc, aquamarine::aquamarine)] //! demo //! //! ```mermaid //! graph LR //! s([Source]) --> a[[aquamarine]] //!...
Working on the ncstats bindings I found something interesting: 1. Without banners, If I don't call `notcurses_stats` after allocating a new `ncstats` object, the preallocated number of renders is absurdly...