Skip to content
View fatihgune's full-sized avatar
🔆
🔆

Block or report fatihgune

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. Validation regex for turkish plate s... Validation regex for turkish plate system.
    1
    <div class="form-group">
    2
           <label class="col-md-4 control-label" for="plate">Plate</label>
    3
           <div class="col-md-4">
    4
              <input pattern="/^(0[1-9]|[1-7][0-9]|8[01])(([A-PR-VYZ])(\d{4,5})|([A-PR-VYZ]{2})(\d{3,4})|([A-PR-VYZ]{3})(\d{2,3}))$/"
    5
                     minlength="7" maxlength="8" id="plate" name="plate" type="text" placeholder="ex:35GS1905" class="form-control" required>
  2. report-builder-structure report-builder-structure Public

    PHP

  3. vehicle-system-be vehicle-system-be Public

    PHP

  4. vehicle-system-fe vehicle-system-fe Public

    HTML

  5. Generate the ROC Curve in MATLAB (Ta... Generate the ROC Curve in MATLAB (Taffler Z-score Model)
    1
    load fisheriris
    2
    
    
    3
    onetohundred = [
    4
        0.01;
    5
        0.02;
  6. vuesic-player vuesic-player Public

    A single vue component music player with lots of features

    Vue