Aran Cloverink Chananar
🙃 EDD = Error Driven Development
cloverink - Overview
When a mouse have problem double click from fail case then use this to converse them to only 1 click by conditions
AutoHotkey 1
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;
1
git branch | grep -v "master" | xargs git branch -D
3
git branch | grep -v "development" | xargs git branch -D
1
SELECT * FROM information_schema.tables
2
WHERE table_schema = '[schema_name]'
5
-p 6379:6379 redis:alpine redis-server \