Skip to content
View DaaGER's full-sized avatar
  • Kazakhstan, Pavlodar

Block or report DaaGER

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

    Ускоряет процесс ручного анализа.

    HTML

  2. imgsfilter imgsfilter Public

    PHP

  3. Обход ссылок, поиск на них JS-ошибок... Обход ссылок, поиск на них JS-ошибок и сигнализирование об этом в Slack
    1
    //В phpdoc контроллера указать @url
    2
    
                  
    3
    gulp.task('urlfind', function () {
    4
        return gulp.src('modules/*.class.php')
    5
            .pipe(find(/@url.(.+)+/g))
  4. Catching artisan commands/Перехват к... Catching artisan commands/Перехват команд артисан
    1
    //app/Providers/ArtisanServiceProvider.php
    2
    
                  
    3
    <?php
    4
    
                  
    5
    namespace App\Providers;