Thursday, February 28, 2019

Font Awesome

https://fontawesome.com/

Java ClassLoader

https://www.javaworld.com/article/2077260/learn-java-the-basics-of-java-class-loaders.html

https://www.baeldung.com/java-classloaders

Wednesday, February 27, 2019

Xalan-Java: exception

How to handle this:
com.sun.org.apache.xml.internal.serializer.utils.WrappedRuntimeException: Could not load the propery file 'output_xml.properties' for output method 'xml' (check CLASSPATH)
at java.xml/com.sun.org.apache.xml.internal.serializer.OutputPropertiesFactory.getDefaultMethodProperties(OutputPropertiesFactory.java:343)
at java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.setDefaults(TransformerImpl.java:1178)
at java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.createOutputProperties(TransformerImpl.java:1138)

https://xalan.apache.org/xalan-j/faq.html#faq-25
https://xalan.apache.org/xalan-j/faq.html#jdk14
https://xalan.apache.org/xalan-j/faq.html#environmentcheck

JS DataGrid Library

https://www.ag-grid.com/

NB XML Layer

https://www.antonioshome.net/kitchen/netbeans/nbms-sandwich.php

https://dzone.com/articles/play-with-xml-layer

Wednesday, February 20, 2019

Git GUI

https://www.gitkraken.com/
https://www.sourcetreeapp.com/
https://desktop.github.com/
https://github.com/gitextensions/gitextensions


List
https://git-scm.com/download/gui/windows

Java: Get current application absolute path

System.getProperty("user.dir")

Tuesday, February 19, 2019

First Step: Git

https://confluence.atlassian.com/bitbucketserver/basic-git-commands-776639767.html
https://www.atlassian.com/agile/software-development/git
https://www.atlassian.com/agile/software-development/git-branching-video
https://git-scm.com/docs

https://git-scm.com/docs/git-stash
https://git-scm.com/book/en/v2/Git-Tools-Submodules

https://www.gerritcodereview.com/index.html

https://stackoverflow.com/questions/4089430/how-can-i-determine-the-url-that-a-local-git-repository-was-originally-cloned-fr

Common Commands
git status
git log
git log --oneline
git hist
git diff HEAD



Git with Netbeans IDE
https://netbeans.org/kb/docs/ide/git.html

Java Chart Graphs



List
https://github.com/topics/data-visualization?l=java


https://github.com/jtablesaw/tablesaw
https://github.com/OpenRefine/OpenRefine
https://github.com/jfree/orson-charts
https://developers.google.com/chart/
https://gephi.org/

https://github.com/jfree/jfree-demos
https://github.com/jasrodis/javafx-dataviewer-example
https://github.com/jfree/orson-charts-fx
https://github.com/eseifert/gral
https://www.graphviz.org/
http://jchart2d.sourceforge.net/








Jenkins

https://wiki.jenkins.io/display/JENKINS/Use+Jenkins

Automated Builds with Netbeans Platform

https://blog.willwinder.com/2015/03/automated-builds-with-netbeans-platform.html

Monday, February 18, 2019

AWS Aurora: MySQL/Postgres on Cloud

https://aws.amazon.com/rds/aurora/

Data Science Tech Tools

http://dstk.tech/

Google Form Time Trigger

https://stackoverflow.com/questions/21115055/open-a-form-after-a-given-date
https://productforums.google.com/forum/#!msg/docs/cQVYfb0pjBA/q--bPGb0DAAJ
https://www.labnol.org/internet/schedule-google-forms/20707/

Azure Cognitive Services as Docker

https://hub.docker.com/_/microsoft-azure-cognitive-services

https://azure.microsoft.com/en-us/blog/getting-started-with-azure-cognitive-services-in-containers/

ngrok

Exposes local servers behind NATs and firewalls to the public internet over secure tunnels

https://ngrok.com/

MS Bot Framework Emulator

https://github.com/Microsoft/BotFramework-Emulator

OO Mapper

https://automapper.org/

Hangfire

Perform background processing for .NET

https://www.hangfire.io/

Python for .NET

 https://ironpython.net/

Wednesday, February 6, 2019

Refresh Explorer Node Tree

http://wiki.netbeans.org/DevFaqAddingRemovingChildrenDynamically

https://layerxml.wordpress.com/2010/10/14/refresh-node-children-automatically/



https://dzone.com/articles/nb-dynamic-icons-for-explorer-trees
https://stackoverflow.com/questions/29841214/netbeans-nodes-api-delete-node-from-explorer
https://blogs.oracle.com/geertjan/no-expansion-icon-when-no-children-part-1