Skip to content

Instantly share code, notes, and snippets.

View dlcmh's full-sized avatar
💭
Hybridizing...

David Chin dlcmh

💭
Hybridizing...
View GitHub Profile
(0.4ms) SET NAMES utf8mb4 COLLATE utf8mb4_polish_ci, @@SESSION.sql_mode = CONCAT(CONCAT(@@sql_mode, ',STRICT_ALL_TABLES'), ',NO_AUTO_VALUE_ON_ZERO'), @@SESSION.sql_auto_is_null = 0, @@SESSION.wait_timeout = 2147483
User Load (0.3ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 103475 ORDER BY `users`.`id` ASC LIMIT 1
Started PATCH "/offers/12498"
Processing by Admin::OffersController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"VkfT9U/xTCwQ3p8IRzCZ7/FUvoOnnXvPqwiBXu39GLrc+JSUJkyQtcqupxI1qx74WoN1Us3ILEmEtv8WCXePLg==", "offer"=>{"title_en_gb"=>"Private Departure Transfer: Bali Hotels/Accommodations to Denpasar International Airport", "title_zh_cn"=>"", "title_id_id"=>"", "title_th_th"=>"", "title_ms_my"=>"", "destination_id"=>"2", "merchant_id"=>"344", "confirmation_type"=>"24-hours", "partner_name"=>"", "duration"=>"1", "cut_off_time_in_days"=>"1", "summary"=>"Enjoy a hassle-free journey to Denpasar International Airport for your departure flight on this private airport tra

Text

@dlcmh
dlcmh / steps.md
Last active April 22, 2021 03:01
Convert a macOS QuickTime Player .mp4 screen recording to GIF

here be photos

Run npx create-next-app tst --ts.

.gitignore looks like this:

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
@dlcmh
dlcmh / setup.sh
Created September 19, 2023 00:19
config - setup.sh
echo "hello"
mkdir code && cd code