Skip to content

Instantly share code, notes, and snippets.

@thewheat
thewheat / brunei_calendar.csv
Last active December 22, 2023 11:24
Brunei Calendar Dates for Public Holidays, School Terms, School Term Holidays based
Name Type Start Date End Date Moon Dependent Notes
New Year's Day Public Holiday 2024-01-01 2024-01-01 N Monday
Isra' Mi'raj Public Holiday 2024-02-08 2024-02-08 N Thursday
Chinese New Year Public Holiday 2024-02-10 2024-02-10 N Saturday
Chinese New Year Public Holiday Replacement (Private) 2024-02-12 2024-02-12 N Monday
National Day Public Holiday 2024-02-23 2024-02-23 N Friday
National Day Public Holiday Replacement (Government) 2024-02-24 2024-02-24 N Saturday
First Day of Ramadhan Public Holiday 2024-03-12 2024-03-12 Y Tuesday 2024-03-12 / Wednesday 2024-03-13
Nuzul Al-Qur'an Public Holiday 2024-03-28 2024-03-28 Y Thursday 2024-03-28 / Friday 2024-03-29
Hari Raya Public Holiday 2024-04-10 2024-04-12 Y 3 days starting on Wednesdaty 2024-04-10 / Thursday 2024-04-11
@Yokann
Yokann / functions.php
Last active October 12, 2022 04:25
Add font size button into Wordpress TinyMCE
function wp_editor_fontsize_filter( $buttons ) {
array_shift( $buttons );
array_unshift( $buttons, 'fontsizeselect');
array_unshift( $buttons, 'formatselect');
return $buttons;
}
add_filter('mce_buttons_2', 'wp_editor_fontsize_filter');
// Customize mce editor font sizes
@Angles
Angles / some iOS browser URI launching JS snippets.js
Last active October 8, 2023 18:57
"Open In" Bookmarklets for iOS
/* WITH MODS TO ORIG -- iOS Browser Bookmarklets to launch other apps and stuff */
/* ver 2014-04-14a */
/* backing up my "Open In" bookmarks */
// note iOS6 requires some changes to these
// BEGIN TESTING STUFF -- IN PROFRESS LIKELY NOT WORKING
// SOME WORK, MOST tests are not WORK --
// PINNER APP TEST STUFF (as a private one)
// the page title as the title and your selected text as the description.