Skip to content
View ugurozpinar's full-sized avatar

Organizations

@weappdev
Block or Report

Block or report ugurozpinar

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
ugurozpinar/README.md

Hello 👋 this is Ugur from Turkey.

Software developer focused on JavaScript

Pinned

  1. Logo Logo Public

    Logo Tiger Enterprise Özel Raporlar, Tablo ve View Açıklamaları, Logo Bordro

    TSQL 120 68

  2. Keycloak-User-Importer Keycloak-User-Importer Public

    This project is a console application that allows you to import users from an Excel file to Keycloak.

    C# 6 2

  3. onvif-snapshot onvif-snapshot Public

    Capture snapshots from multiple network video recorders (NVRs)

    JavaScript

  4. Javascript object array Turkish sort... Javascript object array Turkish sorting. Türkçe Sıralama
    1
    var arr = [{id:3,title:"Ali"},{id:3,title:"Veli"},{id:3,title:"Vehbi"}];
    2
    arr.sort(turkcesiralama);
    3
    
                  
    4
    function turkcesiralama(a, b){
    5
        var atitle = a.title;