Skip to content

Instantly share code, notes, and snippets.

View yogeshmuthuraj's full-sized avatar
🎹
Star gazing..

Yogesh Muthuraj yogeshmuthuraj

🎹
Star gazing..
  • Remote
View GitHub Profile
@yogeshmuthuraj
yogeshmuthuraj / LPX-Trial-Reset.sh
Created August 18, 2023 17:21 — forked from maxwellmlin/LPX-Trial-Reset.sh
Logic Pro X Trial Reset
mv -v ~/Library/Application\ Support/.lpxuserdata ~/.Trash
@yogeshmuthuraj
yogeshmuthuraj / created_at_formatting.rb
Created July 7, 2022 03:43 — forked from nickmeehan/created_at_formatting.rb
How to format created_at in Ruby!
%a - The abbreviated weekday name (''Sun'')
%A - The full weekday name (''Sunday'')
%b - The abbreviated month name (''Jan'')
%B - The full month name (''January'')
%c - The preferred local date and time representation
%d - Day of the month (01..31)
%H - Hour of the day, 24-hour clock (00..23)
%I - Hour of the day, 12-hour clock (01..12)
%j - Day of the year (001..366)
%m - Month of the year (01..12)