Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takanoriyanagitani/cpmap
map creation from character pairs
https://github.com/takanoriyanagitani/cpmap
character cpmap ie11 internet-explorer map powershell selenium string
Last synced: about 1 month ago
JSON representation
map creation from character pairs
- Host: GitHub
- URL: https://github.com/takanoriyanagitani/cpmap
- Owner: takanoriyanagitani
- License: mit
- Created: 2020-05-11T01:09:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T01:52:15.000Z (2 months ago)
- Last Synced: 2024-09-27T07:42:18.113Z (about 2 months ago)
- Topics: character, cpmap, ie11, internet-explorer, map, powershell, selenium, string
- Language: JavaScript
- Size: 532 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpmap
map creation from character pairs[![IE11 CI](https://github.com/takanoriyanagitani/cpmap/workflows/IE11%20CI/badge.svg)](https://github.com/takanoriyanagitani/cpmap/actions?query=workflow%3A%22IE11+CI%22)
[![Chrome/Node.js CI](https://github.com/takanoriyanagitani/cpmap/workflows/Chrome/Node.js%20CI/badge.svg)](https://github.com/takanoriyanagitani/cpmap/actions?query=workflow%3A%22Chrome%2FNode.js+CI%22)* s2m: decoder (String -> Map)
* m2s: encoder (Map -> String)
* s2s: update encoded Map### Example
| Function | Input | Output |
|:---------|:------|:-------|
| s2m | v5i1 | Map({'v'=>'5', 'i'=>'1'}) |
| m2s | Map({"3"=>"8", "0"=>"1"}) | 3801 |
| s2s | i2,i1 | i1 |