An open API service indexing awesome lists of open source software.

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

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