Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 735 Bytes

README.md

File metadata and controls

27 lines (25 loc) · 735 Bytes

Library From Chiptune93

Useful methods & class in my case.

  1. AgentCheck
    • user-agent check method
  2. Encrypt&Decrypt
    • frontend encrypt > backend decrypt
  3. Utils
    • DateUtil.java : methods for date
    • JavaUtil.java : methods for common things
    • TimeUtil.java : methods for time
    • util.js : date & time for javascript
  4. OpenGraph
  5. HttpClient
    • Http Request GET/POST (jdk 8,11)
  6. Algorithm
    • bunch of algorithm stuff
  7. Example
    • Java Examples
  8. Stream.java8
    • Representative example of Java 8 Stream API
    • Stream Operation Order : Making -> Intermediate -> Final
    • Type Conversion Examples
  9. ProcessAndThread
    • Process And Thread Example Codes