Skip to content
View ozkanozcan's full-sized avatar
Block or Report

Block or report ozkanozcan

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. PHP function - removeXSS PHP function - removeXSS
    1
    function removeXSS($val) {
    2
       $val = preg_replace('/([\x00-\x08,\x0b-\x0c,\x0e-\x19])/', '', $val);
    3
       $search = 'abcdefghijklmnopqrstuvwxyz';
    4
       $search .= 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
    5
       $search .= '1234567890!@#$%^&*()';
  2. Türkiye İller HTML Selectbox Türkiye İller HTML Selectbox
    1
    <select name="il">
    2
        <option value="0">İl Seçiniz</option>
    3
        <option value="1">Adana</option>
    4
        <option value="2">Adıyaman</option>
    5
        <option value="3">Afyonkarahisar</option>
  3. t1m0n/air-datepicker t1m0n/air-datepicker Public

    Lightweight, dependency-free JavaScript datepicker.

    JavaScript 2.6k 1.4k

  4. MonitorControl/MonitorControl MonitorControl/MonitorControl Public

    🖥 Control your display's brightness & volume on your Mac as if it was a native Apple Display. Use Apple Keyboard keys or custom shortcuts. Shows the native macOS OSDs.

    Swift 26.8k 796

  5. htaccess 301 redirect samples htaccess 301 redirect samples
    1
    # Non-www to www URLs 301 Redirect
    2
    <IfModule mod_rewrite.c>
    3
    	RewriteEngine On
    4
    	RewriteCond %{HTTP_HOST} ^ozkanozcan.com$
    5
    	RewriteRule (.*) http://www.ozkanozcan.com/$1 [R=301,L]
  6. Macintosh Boot Modları Macintosh Boot Modları
    1
    Macintosh Boot Modları 
    2
    
                  
    3
    Elma + ı            Recovery Mode                F 
    4
    Elma + r                                         Q
    5
    --------------------------------------------------