Pinned Loading
-
win-jdk-Manager
win-jdk-Manager PublicADjo LABS PROJECT : Simple and lightweight desktop utility with Interactive cmd Interface for easy view, re-point and switching between JAVA versions on windows. Demonstrating the capability of nat…
-
vbsx-Validator
vbsx-Validator PublicADjo LABS PROJECT : Lightweight, yet powerful! Free desktop utility, for fastest validation of 'large sized' XML file/s against XSD/s. Also supports validating hundreds of XML files (multiple) as a…
Visual Basic 1
-
sepa-iso2K22-BulkGen
sepa-iso2K22-BulkGen PublicADjo LABS PROJECT : SEPA Bulk File Generator and Validator. Supported File Types PAIN008, PAIN001, PACS003 and PACS008. Tested for supporting PAIN.008.001.001 and PAIN.008.001.002 (version 1&2)…
Visual Basic 1
-
Java: Convert List to Array : Using ...
Java: Convert List to Array : Using Stream without param #java 1public static void convertUsingStream() {
2List<Integer> inputList = Arrays.asList(2, 4, 6, 8, 10);
3Stream<Integer> inputStream = inputList.stream();
4Object[] objArray = inputStream.toArray();
5 -
Java: Remove Duplicates from List : ...
Java: Remove Duplicates from List : HashSet #java 1public static void usingHashSet(){
2List<Integer> input = Arrays.asList(5,10,15,20,10,5,35,40,10,25);
3Set<Integer> output = new HashSet<Integer>(input);
4for(Integer num:output){
5System.out.print(num+" ");
-
If the problem persists, check the GitHub status page or contact support.