Skip to content

Instantly share code, notes, and snippets.

View IsaevDimka's full-sized avatar

Isaev Dimka IsaevDimka

View GitHub Profile
<pagination v-show="total>0" :total="total" :page.sync="listQuery.page" :limit.sync="listQuery.limit" @pagination="getList" />
<template>
<div :class="{'hidden':hidden}" class="pagination-container">
<el-pagination
:background="background"
:current-page.sync="currentPage"
:page-size.sync="pageSize"

Вы можете добавить все стандартные метки комментариев в Github в качестве сохраненных ответов, выполнив следующие действия:

  1. Пойти по этой ссылке https://github.com/settings/replies
  2. Открыть инструменты разработчика
  3. Скопировать и вставить следующий код в Javascript консоль
  4. Нажать энтер
{
<?php
declare(strict_types=1);
namespace App\Providers;
use Illuminate\Database\Events\QueryExecuted;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Log;
create table log
(
click_id UInt64 default 0,
uuid Nullable(UUID) default null,
pub_id UInt64 default 0,
pub_type UInt8 default 0,
campaign_id UInt64 default 0,
offer_id UInt64 default 0,
group_id UInt64 default 0,
affiliate_id UInt64 default 0,
// ==UserScript==
// @name Jira Enhancements
// @namespace https://gist.github.com/IsaevDimka/752901e89727b5aa06a198dffc7c1eb1
// @version 1.1
// @description Jira compact card view and mark for unmerged tasks
// @author Dmitriy Isaev
// @match https://*.atlassian.net/*
// @grant none
// ==/UserScript==
<?php
namespace App\Services;
class CURLServices
{
protected $baseUrl;
protected $defaultHeaders = [];
<?php
/**
* Created by PhpStorm.
* User: isaevdimka
* Date: 21/12/2018
* Time: 09:30
*/
define('DISPLAY_ERROR', true);
if(DISPLAY_ERROR == true){
function parser_sms($text){
preg_match('/([0-9]{4,})/', $text, $result_pass);
preg_match('/([0-9]{12,})/', $text, $yandex_wallet);
preg_match('/([0-9,]{2,})р./', $text, $money);
return array(
'password' => $result_pass[1],
'yandex_wallet' => $yandex_wallet[1],
'money' => $money[1]