Skip to content
View JustDaile's full-sized avatar

Organizations

@BEOpenSourceCollabs

Block or report JustDaile

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 Loading

  1. Questionnaire-ReactJS Questionnaire-ReactJS Public

    Another project learning ReactJS.

    JavaScript

  2. bootstrap-nginx-modsec bootstrap-nginx-modsec Public

    Scripts and base files to quick start nginx installation with ModSecurity, ModSecurity-nginx and ModSecurity-OWASP-CRS

    Shell

  3. whenReady function that awaits DOM e... whenReady function that awaits DOM elements to be loaded into the document before calling a callback function with the results.
    1
    // whenReady   - Keep checking the DOM until these given selectors are found.
    2
    // Invokes a callback function on complete that contains an object containing the JQuery element(s) for the given selectors accessable with aliases if given.
    3
    //
    4
    // selectors[] - Each selector to await.
    5
    // aliases[]   - An alias for each selector/mutator.
  4. Batch file flag parser - A simple CL... Batch file flag parser - A simple CLI flag parser to allow named variables to be passed in.
    1
    @ECHO off
    2
    
                  
    3
    REM Simple script call ./flag-parser.bat --test1 hello --test2 world --bool
    4
    REM Will `SET test1=hello`, `SET test2=world` and `SET bool=true`
    5
    
                  
  5. JavaExamModuleFxApplication JavaExamModuleFxApplication Public

    An application made in JavaFX to create, take and review exam questions.

    Java 1

  6. Tic-Tac-Toe-ReactJS Tic-Tac-Toe-ReactJS Public

    Personal portfolio project - Learning reactJS

    JavaScript