cloverink - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

View cloverink's full-sized avatar

Aran Cloverink Chananar cloverink

Block or report cloverink

Aran Cloverink Chananar

🙃 EDD = Error Driven Development

Pinned Loading

  1. When a mouse have problem double click from fail case then use this to converse them to only 1 click by conditions

    AutoHotkey 1

  2. 1

    create table m_data_1 as (select * from m_data);

    2

    create table m_data_2 as (select * from m_data) with no data;
  3. 1

    git branch | grep -v "master" | xargs git branch -D

    3

    git branch | grep -v "development" | xargs git branch -D
  4. 1

    SELECT * FROM information_schema.tables

    2

    WHERE table_schema = '[schema_name]'
  5. 5

      -p 6379:6379 redis:alpine redis-server \