Skip to content
View adojos's full-sized avatar
🔥
Nerdy Resurrection
🔥
Nerdy Resurrection
Block or Report

Block or report adojos

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. win-jdk-Manager win-jdk-Manager Public

    ADjo 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…

    Visual Basic 2

  2. vbsx-Validator vbsx-Validator Public

    ADjo 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

  3. sepa-iso2K22-BulkGen sepa-iso2K22-BulkGen Public

    ADjo 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

  4. Java: Convert List to Array : Using ... Java: Convert List to Array : Using Stream without param #java
    1
    public static void convertUsingStream() {
    2
    List<Integer> inputList = Arrays.asList(2, 4, 6, 8, 10);
    3
    	Stream<Integer> inputStream = inputList.stream();
    4
    	Object[] objArray = inputStream.toArray();
    5
    
                  
  5. Java: Remove Duplicates from List : ... Java: Remove Duplicates from List : HashSet #java
    1
    public static void usingHashSet(){
    2
    List<Integer> input = Arrays.asList(5,10,15,20,10,5,35,40,10,25);
    3
    Set<Integer> output = new HashSet<Integer>(input);
    4
    for(Integer num:output){
    5
    System.out.print(num+" ");
  6. win-var-Manager win-var-Manager Public

    VBScript