Skip to content
View semihkeskindev's full-sized avatar
🎉
🎉

Highlights

  • Pro

Organizations

@moneo @Webdemic
Block or Report

Block or report semihkeskindev

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. laravel-online-chat laravel-online-chat Public

    Laravel Online Chat Websocket With Socket.io

    PHP 3

  2. TR Turkey Turkish Phone Regex advanced TR Turkey Turkish Phone Regex advanced
    1
    // 3. satırı baştan sona kopyalamanız gerekmektedir. Çalışır örneğini 5. satırdaki linkten görebilirsiniz.
    2
    
                  
    3
    /(^[0\s]?[\s]?)([(]?)([5])([0-9]{2})([)]?)([\s]?)([0-9]{3})([\s]?)([0-9]{2})([\s]?)([0-9]{2})$/g
    4
    
                  
    5
    // https://regexr.com/5005l
  3. Trendyol Toplam Harcama Hesaplayıcı Trendyol Toplam Harcama Hesaplayıcı
    1
    // Trendyol'da yaptığınız toplam harcamayı hesaplar.
    2
    // https://www.trendyol.com/hesabim/siparislerim sayfasına gidin. 
    3
    // Tüm siparişleri listeleyin.
    4
    // Console'da function'ı çağırın. => calculateTotalPrice();
    5
    function calculateTotalPrice() {
  4. Clear all values without delete prop... Clear all values without delete properties in object
    1
    function clearAllValues(data, byTypeOf = false) {
    2
    
                  
    3
        let clearValuesTypeOf = {
    4
            boolean: false,
    5
            number: 0,
  5. moneo/laravel-request-forwarder moneo/laravel-request-forwarder Public

    PHP 49 1

  6. Print 422 Error messages came from l... Print 422 Error messages came from laravel endpoints on frontend
    1
    import {message} from 'antd'
    2
    
                  
    3
    export const errorMessage = (error: any, printErrorMessage: boolean = true) => {
    4
      if (!error.response) {
    5
        return