Util
Various functions for performing general functions.
Implementations
Java
Features
- String
- Date/Time
- HTTP
- Hash
- CommandExecution
- Binary Operation
- Hex Dumper
- Color
- Logger
- ZIP
Build
Javadoc
https://libutil.com/java/apidocs/
JavaScript
- BrowserColor
- RGB
- CSS Styles
- Event Dispatcher / Handler
- DnD Handler
- IntervalProc
- Element
- Loader
- Meter
- overlay
- Dialog
- Infotip/Tooltip
- Led
- Counter
- Console
- Fader
- HTTP
- String
- Text Sequencer
- text2list
- linkUrls
- Date/Time
- Clock
- Time
- TimeCounter
- calcETC
- serializeDateTime
- Base64
- Ring Buffer
- Random
- JSON
- Array
- Geo Location
Usage
<script src="util.js"></script>
Demo
https://libutil.com/js/
Python
- System
- String
- Date/Time
- JSON
- Base64
- File
- Command Execution
- Random
- Hash
- HTTP
- CGI
- Geo Location
- CSV
- Hex Dumper
- ZIP
- Debugging
Usage
import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), './lib'))
import util
Shell script
- error_handler
- print_current_time
- log
- print_cpu_usage
- print_jheap
Usage
VBA
- File
- Workbook
- Worksheet
- Cell
- Cell Address
- Array
- String
- Date/Time
- Clipboard
- HTTP
- Debugging
License
The library is licensed under the MIT License.