Skip to content
View kzelda's full-sized avatar
๐Ÿ˜„
ุงู„ุญู…ุฏ ู„ู„ู‡
๐Ÿ˜„
ุงู„ุญู…ุฏ ู„ู„ู‡
Block or Report

Block or report kzelda

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. MyGoldenDict MyGoldenDict Public

    My personal goldendict-dictionaries collection

    ASL 23 3

  2. ouedkniss-perso ouedkniss-perso Public

    Personnaliser Ouedkniss.com

    JavaScript 7 1

  3. xlsx-sql xlsx-sql Public

    Export excel file to Sql inserts

    JavaScript 4 1

  4. SQLServer ~ Shrink all user databases SQLServer ~ Shrink all user databases
    1
    USE master
    2
    GO
    3
    
    
    4
    /*
    5
  5. TSQL Function to Split a string And ... TSQL Function to Split a string And return an array Of splitted elements
    1
    /*
    2
    select * from F_SPLIT ('D2177CF0-36E0-45DB-8C4F-D47448EF7EB0,33ECA429-6AB9-4BBA-947E-5DF747E5F559' , ',' )
    3
    */
    4
    
    
    5