📅 App lịch công nghiệp Time & Date: Giao diện tinh giản, kiểm soát chính xác, cảnh báo xung đột sự kiện thời gian thực và âm thanh tùy chỉnh cho từng hoạt động. Theo dõi tiến trình ngày, xem nhanh lịch trình với widget. Thiết kế tương phản cao, tối giản — lý tưởng cho người ưa thể loại công nghiệp. Feedback hữu ích được hoan nghênh!

#appmới #lịchđiệnthoại #iOS #TimeDate #sảnphẩmmới #minimalism #uxdesign #schedules

https://www.reddit.com/r/SaaS/comments/1p13mt1/time_date_industrial_style_dai

Cute #timedate bug on #github right now. April 30th file timestamps are `yesterday`. Offer only good till midnight May 31st in your timezone.

https://github.com/github/relative-time-element/issues/281

Feb 29th showing as 'yesterday' on March 31 · Issue #281 · github/relative-time-element

Minimal reproduction: <html> <body> <relative-time datetime="2024-02-29 07:20:54.629275+00:00"></relative-time> <script type="module" src="https://unpkg.com/@github/relative-time-element@latest/dis...

GitHub

Readable and elegant way to represent time in C++ with overloaded operators:
3_seconds
calendar::once_every(5_minutes)

How?
time_duration operator"" _seconds( const unsigned long long int v )
return time_duration::from_seconds( v );

Source: https://github.com/CleverRaven/Cataclysm-DDA/blob/master/src/calendar.h#L371 (Cataclysm-DDA #Roguelike codebase) #Cpp #C #SoftwareDevelopment #TimeDate #GameDev

Cataclysm-DDA/src/calendar.h at master · CleverRaven/Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. - CleverRaven/Cataclysm-DDA

GitHub