π Saving JetBrains MPS models in a database using Modelix
//www.javacodegeeks.com/2020/11/saving-jetbrains-mps-models-in-a-database-using-modelix.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/11/saving-jetbrains-mps-models-in-a-database-using-modelix.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Saving JetBrains MPS models in a database using Modelix | Java Code Geeks - 2020
JetBrains MPS is our tool of choice to build Domain Specific Languages targeting professionals who are not developers. MPS is a great choice but over
π Permutation β Heapβs Algorithm
//www.javacodegeeks.com/2020/11/permutation-heaps-algorithm.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/11/permutation-heaps-algorithm.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Permutation - Heap's Algorithm | Java Code Geeks - 2021
This is a little bit of experimentation that I did recently to figure out a reasonable code to get all possible permutations of a set of
π Delete the Contents of a File in Java
https://www.baeldung.com/java-delete-file-contents
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-delete-file-contents
β‘οΈ @JavaLearnZone
Baeldung
Delete the Contents of a File in Java | Baeldung
Learn various ways to remove the contents of a file without deleting the file.
π Finding the Least Common Multiple in Java
https://www.baeldung.com/java-least-common-multiple
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-least-common-multiple
β‘οΈ @JavaLearnZone
Baeldung
Finding the Least Common Multiple in Java | Baeldung
Learn various methods to find the least common multiple of two numbers in Java
π Different Ways to Capture Java Heap Dumps
https://www.baeldung.com/java-heap-dump-capture
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-heap-dump-capture
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Different Ways to Capture Java Heap Dumps | Baeldung
Learn multiple ways to capture a heap dump in Java
π Bitwise & vs Logical && Operators
https://www.baeldung.com/java-bitwise-vs-logical-and
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-bitwise-vs-logical-and
β‘οΈ @JavaLearnZone
Baeldung
Bitwise & vs Logical && Operators | Baeldung
Learn the difference between & and && in Java
π Checking If an Array Is Sorted in Java
https://www.baeldung.com/java-check-sorted-array
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-check-sorted-array
β‘οΈ @JavaLearnZone
Baeldung
Checking If an Array Is Sorted in Java | Baeldung
Learn how to check if an array is sorted in Java.
π Java InputStream to Byte Array and ByteBuffer
https://www.baeldung.com/convert-input-stream-to-array-of-bytes
β‘οΈ @JavaLearnZone
https://www.baeldung.com/convert-input-stream-to-array-of-bytes
β‘οΈ @JavaLearnZone
Baeldung
Java InputStream to Byte Array and ByteBuffer | Baeldung
How to convert an InputStream to a byte[] using plain Java, Guava or Commons IO.
π Digital Certificate: How to Import .cer File into Truststore File
https://www.baeldung.com/import-cer-file-into-truststore
β‘οΈ @JavaLearnZone
https://www.baeldung.com/import-cer-file-into-truststore
β‘οΈ @JavaLearnZone
Baeldung
Digital Certificate: How to Import .cer File into Truststore File | Baeldung
Learn about a few tools that we can use to import certificates in .cer format into the client's truststore