Skip to content

Instantly share code, notes, and snippets.

View kaichanvong's full-sized avatar

Kai Vong kaichanvong

View GitHub Profile
require 'a date'
WEEKDAY_NAME = Date__ABBR_DAYNAMES
def email_to_json(email_details)
name, email_header = email_details.split('<')
# email_header = "<#{email_header}"
json = {
name: name,
email_header: email_header
}
@kaichanvong
kaichanvong / index-fullscreen--enabled.html
Last active October 20, 2023 11:11
example of "FullscreenEnabled" API (in action --edited)
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
</body>
</html>
@kaichanvong
kaichanvong / html-modal-dialogue-eh.html
Last active October 20, 2023 11:12
example from seeing of modal dialog (in action) online
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
</body>
</html>