2022-04-07

Regex to split htop details

 

^( *\d+) (\w+) +(\d+) +(-?\d+) +(\d+.?\d?\w?) +(\w+) +(\w+) +S +(\d+.?\d+) +(\d+.?\d+) +(\d+h?:?\d?\d?:?\.?\d?\d?) +[├│└][\+─ ] (.*)$


2022-04-05

Web characters - emoji

 



Emoji 14.02021-09-14Unicode 14.0E14.0



🌏🗺🧭
🦷
➀➁➂➃➄➅➆➇➈➉
🏀
🎮🕹🎮🕹
🔋

🉑


more at: https://www.w3schools.com/charsets/ref_utf_dingbats.asp




🇲🇾
more at: https://unicode.org/emoji/charts/full-emoji-list.html



Emoji Versions

Emoji VersionDateUnicode VersionData File Comment
N/AvariousvariousE0.0
N/A2010-10-11Unicode 6.0E0.6
N/A2014-06-16Unicode 7.0E0.7
Emoji 1.02015-06-09Unicode 8.0E1.0
Emoji 2.02015-11-12Unicode 8.0E2.0
Emoji 3.02016-06-03Unicode 9.0E3.0
Emoji 4.02016-11-22Unicode 9.0E4.0
Emoji 5.02017-06-20Unicode 10.0E5.0
Emoji 11.02018-05-21Unicode 11.0E11.0
Emoji 12.02019-03-05Unicode 12.0E12.0
Emoji 12.12019-10-21Unicode 12.1E12.1
Emoji 13.02020-03-10Unicode 13.0E13.0
Emoji 13.12020-09-15Unicode 13.0E13.1
Emoji 14.02021-09-14Unicode 14.0E14.0




7 PRINCIPLES OF DATA PROTECTION

 


https://www.pdp.gov.my/jpdpv2/public/principles-of-data-protection/?lang=en

PRINCIPLES OF DATA PROTECTION

Share

Share on facebook
Share on google
Share on twitter

7 PRINCIPLES OF DATA PROTECTION

Reasonably, people should know how we obtained personal data and recognizing the 7 Principles Personal Data Protection prescribed by the PDPA, 2010 (Act 709) ie:-

7 Personal Data Protection Principles which must be adhered to under section 5 (1) of the Act & nbsp; The 709-by maintaining the integrity of personal data :-

  • First – General Principles in which a consumer is not allowed to process personal data of someone else without permission. Understanding the process here should be understood as the control of data through automated means or methods or computing or any other process.
  • Second – must comply with the Principles of Notice and Choice in which information and destination prefix notified to data subjects concerned.
  • Third – Disclosure Principle destination is a subject of personal data in order to identify the purposes for which personal data are to be disclosed.
  • Fourth – Principles of Safety & ndash; when processing personal data any subject, taking steps to keep the data safe, non-modified, misused or given to the parties that do not concerned.
  • Fifth – Retention Principle: The personal data shall not be kept in any processing over the time limit required.
  • Sixth – Data Integrity Principle & ndash; any personal data ascertained so accurate, complete, not misleading and meets the intent of the latest data is stored and processed.
  • Seventh – Access Principle: a person shall be entitled to access personal data held by a data user and also can correct it in order to update its data.

Therefore Malaysians in particular should be aware of their rights according to the principles contained in the Act.







Working with UTC, Zoned Datetime

 






Java ZonedDateTime to Date


https://stackoverflow.com/a/32274725

You can convert ZonedDateTime to an instant, which you can use directly with Date.

Date.from(java.time.ZonedDateTime.now().toInstant());








https://www.utctime.net/

UTC Date and Time in Various Formats

Date Time FormatUTC Date Time Now
UTC2022-04-05T08:28:33Z
ISO-86012022-04-05T08:28:33+0000
RFC 2822Tue, 05 Apr 2022 08:28:33 +0000
RFC 850Tuesday, 05-Apr-22 08:28:33 UTC
RFC 1036Tue, 05 Apr 22 08:28:33 +0000
RFC 1123Tue, 05 Apr 2022 08:28:33 +0000
RFC 822Tue, 05 Apr 22 08:28:33 +0000
RFC 33392022-04-05T08:28:33+00:00
ATOM2022-04-05T08:28:33+00:00
COOKIETuesday, 05-Apr-2022 08:28:33 UTC
RSSTue, 05 Apr 2022 08:28:33 +0000
W3C2022-04-05T08:28:33+00:00
Unix Epoch1649147313
YYYY-DD-MM HH:MM:SS2022-05-04 08:28:33
YYYY-DD-MM HH:MM:SS am/pm2022-05-04 08:28:33 AM
DD-MM-YYYY HH:MM:SS05-04-2022 08:28:33
MM-DD-YYYY HH:MM:SS04-05-2022 08:28:33








https://stackoverflow.com/a/32886576
https://stackoverflow.com/questions/27454025/unable-to-obtain-localdatetime-from-temporalaccessor-when-parsing-localdatetime/32886576#32886576 )



Unable to obtain LocalDateTime from TemporalAccessor when parsing LocalDateTime (Java 8)


If you really need to transform a date to a LocalDateTime object, you could use the LocalDate.atStartOfDay(). This will give you a LocalDateTime object at the specified date, having the hour, minute and second fields set to 0:

final DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyyMMdd");
LocalDateTime time = LocalDate.parse("20140218", formatter).atStartOfDay();






































Google Referrals