https://github.com/takashiharano/util
Various functions for performing general functions
https://github.com/takashiharano/util
ajax base64 cgi command csv datetime dialog file hash http json random string util utility utils utitlities zip
Last synced: 6 days ago
JSON representation
Various functions for performing general functions
- Host: GitHub
- URL: https://github.com/takashiharano/util
- Owner: takashiharano
- License: mit
- Created: 2020-07-30T14:37:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-01T07:27:48.000Z (6 months ago)
- Last Synced: 2025-08-01T07:50:13.949Z (6 months ago)
- Topics: ajax, base64, cgi, command, csv, datetime, dialog, file, hash, http, json, random, string, util, utility, utils, utitlities, zip
- Language: Java
- Homepage: https://libutil.com/
- Size: 1.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Util
Various functions for performing general functions.
# Implementations
## 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
```html
```
### 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
```python
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
```sh
. ./util.sh
```
## VBA
- File
- Workbook
- Worksheet
- Cell
- Cell Address
- Array
- String
- Date/Time
- Clipboard
- HTTP
- Debugging
# License
The library is licensed under the **[MIT License]**.
[MIT License]: https://github.com/takashiharano/util/blob/master/LICENSE