Monday, April 1, 2019

Tuesday, March 12, 2019

Another Java Mail LIbrary

http://www.simplejavamail.org/#/about

https://github.com/bbottema/simple-java-mail
https://github.com/bbottema/email-rfc2822-validator



Countries. States, Cities

https://github.com/dr5hn/countries-states-cities-database

https://github.com/stefangabos/world_countries

https://restcountries.eu/

https://github.com/RudeySH/SteamCountries

http://www.unece.org/cefact/codesfortrade/codes_index.html

Netbeans 10 + JEE

https://www.javacodegeeks.com/2019/01/java-ee-netbeans-10.html

Sunday, March 10, 2019

Data Streaming

http://samza.apache.org/

http://storm.apache.org/
http://storm.apache.org/releases/current/Trident-tutorial.html

https://flink.apache.org/


Ref
https://medium.com/@chandanbaranwal/spark-streaming-vs-flink-vs-storm-vs-kafka-streams-vs-samza-choose-your-stream-processing-91ea3f04675b

Apache Flume

https://flume.apache.org/

Thursday, March 7, 2019

Java 9: REPL

https://www.baeldung.com/java-9-repl

https://repl.it/languages/java




JavaFX Exception

java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found

https://github.com/javafxports/openjdk-jfx/issues/237

https://bugs.openjdk.java.net/browse/JDK-8171450

Java Migration Guide to JDK 9/11


https://docs.oracle.com/javase/9/migrate/toc.htm#JSMIG-GUID-7BB28E4D-99B3-4078-BDC4-FC24180CE82B


https://docs.oracle.com/en/java/javase/11/migrate/index.html#JSMIG-GUID-7BB28E4D-99B3-4078-BDC4-FC24180CE82B

Monday, March 4, 2019

XChart

https://knowm.org/open-source/xchart/
https://knowm.org/open-source/xchart/xchart-example-code/
https://github.com/knowm/XChart

Sunday, March 3, 2019

Jenkins JDK 11

https://jenkins.io/doc/administration/requirements/java/
https://jenkins.io/doc/administration/requirements/jenkins-on-java-11/
https://jenkins.io/doc/administration/requirements/upgrade-java-guidelines/

https://wiki.jenkins.io/display/JENKINS/Known+Java+11+Compatibility+issues

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


Thursday, January 31, 2019

Netbeans Explorer API

https://platform.netbeans.org/tutorials/nbm-nodesapi3.html

Wednesday, January 30, 2019

OpenMRS

https://openmrs.org/

Tuesday, January 22, 2019

React Handbook

https://medium.freecodecamp.org/the-react-handbook-b71c27b0a795

Sunday, January 20, 2019

Facebook Speech Processing Toolkit

https://github.com/facebookresearch/wav2letter

https://arxiv.org/abs/1812.07625
https://arxiv.org/abs/1812.06864

https://code.fb.com/ai-research/wav2letter/



Thursday, January 17, 2019

Javascript Animation Library

https://blog.bitsrc.io/11-javascript-animation-libraries-for-2018-9d7ac93a2c59

Tuesday, January 15, 2019

Tools for Machine Learning and Data Science

https://airflow.apache.org/

https://databricks.com/
https://mlflow.org/
https://www.datanami.com/2018/06/05/project-hydrogen-unites-apache-spark-with-dl-frameworks/

https://github.com/mitdbg/modeldb
https://www.modelchimp.com/
https://github.com/combust/mleap

Distributed Training Frameworks
https://github.com/uber/horovod


https://databricks.com/blog/2018/11/08/introducing-apache-spark-2-4.html

https://zeppelin.apache.org/