# Examples

- [Logging](/examples/logging.md): Add precise timing and exact code location to your logging data.
- [Utility Class](/examples/utility-class.md): Dozens of handy functions.
- [Password Vault](/examples/password-vault.md): Securely hash, store and verify passwords.
- [HTTP / Socket Server](/examples/http-socket-server.md): Create transaction server in minutes.
- [HTTP Client](/examples/http-client.md): Get data from server the easy way.
- [Socket Client](/examples/socket-client.md): Low-level access to any server socket
- [JDBC Database](/examples/jdbc-database.md): Simple SQL CRUD operations for any database.
- [SMTP Mailer](/examples/smtp-mailer.md): Create and send multipart MIME messages.
- [FIFO/LIFO Queue](/examples/fifo-lifo-queue.md): Support easy to use, named and thread-safe queues.
- [Command Argument Parser](/examples/command-argument-parser.md): Define and parse command line arguments
- [Java Thread](/examples/java-thread.md): Make difficult Java thread creation and cleanup a thing of the past.
- [File Tools](/examples/file-tools.md): Simple file manipulation
- [Timer](/examples/timer.md): Basic timer class
- [Tips / FAQ](/examples/tips-faq.md)
