Posts

Showing posts from August, 2015

Dainder: The Day Finder

Image
Result reset Year Month Day See Result How to Use Type the year, month, and day (number) on each input, respectively. And the day name of that date will be displayed. Minimum year number is 1 , and it can accept any other positive integer less than or equal to 275,760 . Both month and day numbers start at 1 . 1 st month is January, and 1 st day is Sunday (not the date, but the weekday). Maximum month number is 12 . Maximum day number is 31 . To reset all, simply click/tap the reset button. Additional Notes For day number beyond the month scope, for instance 2015-2-31 , will be automatically-corrected to 2015-3-3 😎 It's the wonder of ECMAScript ( JavaScript ). But of cou...

Some of UNICODE Superscripts and Subscripts

This needs JavaScript Superscripted and Subscripted Letters Superscripted and Subscripted Numbers Superscripted and Subscripted Greek Letters Superscripted and Subscripted Symbols Test Here For example: A + L₋ > A⁺⁺ , or 2¹⁰ = 1024, or Wʰᵃᵗ?

Base64 Image Converter

Please enable JavaScript Use local file Click below to select Your base-64 encoded image! How to Use This can only convert local image from your hard drive . Follow the instruction text on the right side of the arrow image. Pick the image from your hard drive. Allowed formats are: jpg jpeg png gif bmp webP svg Then the result will be displayed. This can convert static or animated ( gif ) image to base64 URI . Only accepts file less than 500 KB in size. For animated gif , the animation will not be displayed on the canvas .

RNC: Roman Numeral Converter

Image
READY RNC How to Use Type or paste the number on the input. It can be Roman numerals or Arabic (standard or international) numerals. We will see the output instantly. RNC accepts positive integer as the input. Zero There is no zero ( 0 ) number in Roman numerals system. But there's the word nulla . RNC will return the initial of the word, which is N , if we put 0 on the input box. But, because N isn't an actual Roman numeral, hence, if we type N on the input box, it will return error . Negative Number There is no negative number for Roman numerals system. Fractions There is fraction concept in Roman Numerals. But because nowadays we never (ever) use it (Roman fraction), therefore RNC is not included with it. The Sequence The system consists of these letters: I, V, X, L, C, D, and M. I: 1 V: 5 X: 10 L: 50 C: 100 ...