排序
How I can use Google Assistant Functionality in My Android App
How I can use Google Assistant Functionality in My Android App,For Example I need get from user ' compute 5 * 5 ' and pass this statment to Google Assistant and Show for user the r...
Using EasyRandom with Spring Framework
Using EasyRandom with Spring Framework,Tired of creating objects in tests. Try using EasyRandom library. Here is how easily you can add it to a Spring Java project Step 1: Add grad...
Building A Logo Turtle App With Antlr And JavaFX
Building A Logo Turtle App With Antlr And JavaFX, This post was firstly published in my personal blog This post is about building a very simple application, implementing a subset o...
Convert Unicode Symbols & Punctuation to ASCII using ColdFusion/Java
Convert Unicode Symbols & Punctuation to ASCII using ColdFusion/Java,symbolsToASCII is a ColdFusion UDF (user-defined function) to convert Unicode symbols and punctuation to ASCII7...
Quick Tip: Comparar dois arquivos no IntelliJ
Quick Tip: Comparar dois arquivos no IntelliJ,Para comparar dois arquivos rapidamente dentro da IDE, selecione os arquivos que quer comparar: Agora clique em CTRL + D e pronto: Fon...
‘Code First’ API Documentation with Springdoc and Spring Boot
'Code First' API Documentation with Springdoc and Spring Boot,This article was first published on reflectoring.io When following a 'code first' approach in API development, we firs...
Live session: Event-Driven & code generation with AsyncAPI and Solace 10/06/2020
Live session: Event-Driven & code generation with AsyncAPI and Solace 10/06/2020, Two types of people During The 2020 Quarantine, I had the opportunity to delve deep into my though...
Wikipedia Scraper in Java
Wikipedia Scraper in Java,i have created a simple java tool to get data from Wikipedia. Have a look here on Github Repo Example Jwiki jwiki = new Jwiki('elon musk'); System.out.pri...
Pass by value/reference :EXPLAINED WITH SINGLE GIF (Believe me it’s true)
Pass by value/reference :EXPLAINED WITH SINGLE GIF (Believe me it's true),Look at this GIF and i bet you will understand the basic difference between pass by value vs. Pass by refe...
Leetcode Problem: Valid Parenthesis
Leetcode Problem: Valid Parenthesis, programming-exercises (5 Part Series) 1 Leetcode: Integer to Roman 2 Leetcode Problem: Three sum 3 Leetcode Problem: Group Anagrams 4 Leetcode ...
An Introduction to Quarkus
An Introduction to Quarkus, The myth of slow Java In the realm of Java, who hasn't heard one of these statements at least a dozen times: 'Java is slow' 'Java needs too much memory!...
Add Page Numbers to PDF Documents in Java Application
Add Page Numbers to PDF Documents in Java Application,In our daily work, adding page numbers to a PDF document is important since it makes the document reading, retrieval and manag...