https://github.com/marcelofpfelix/lambelogs
converts ruby hash messages to pretty json format
https://github.com/marcelofpfelix/lambelogs
convertor json logs pretty ruby-hash
Last synced: 10 months ago
JSON representation
converts ruby hash messages to pretty json format
- Host: GitHub
- URL: https://github.com/marcelofpfelix/lambelogs
- Owner: marcelofpfelix
- License: mit
- Created: 2020-07-24T12:17:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T12:35:29.000Z (over 5 years ago)
- Last Synced: 2025-02-14T22:41:50.934Z (12 months ago)
- Topics: convertor, json, logs, pretty, ruby-hash
- Language: JavaScript
- Homepage: https://marcelofpfelix.github.io/lambelogs/
- Size: 571 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# lambelogs
* clean logs
* convert ruby hash to json
* print pretty json
#### resources
* https://www.codementor.io/codeforgeek/build-website-from-scratch-using-expressjs-and-bootstrap-du107sby7
* https://gist.github.com/aerrity/fd393e5511106420fba0c9602cc05d35
* https://ourcodeworld.com/articles/read/112/how-to-pretty-print-beautify-a-json-string
* https://github.com/marcelofpfelix/rubyhash2json
Progress bar:
* https://kimmobrunfeldt.github.io/progressbar.js/
* https://www.geeksforgeeks.org/creating-progress-bar-using-javascript/
* https://stackoverflow.com/questions/18981909/how-to-show-a-running-progress-bar-while-page-is-loading
* https://loading.io/progress/
* https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_progressbar_label_js
* https://stackoverflow.com/questions/30987218/update-progressbar-in-each-loop
an asynchronous loop that uses setTimeout()
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises
* using https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame
* https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers
Worker
* https://www.html5rocks.com/en/tutorials/workers/basics/#disqus_thread
* https://www.w3schools.com/html/html5_webworkers.asp
* https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers