Merge pull request #1605 from dilsonnn/master

Added browser based hardware emulation section.
This commit is contained in:
R.I.Pienaar 2020-08-18 09:17:08 +02:00 committed by GitHub
commit cd86dbf0b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,7 @@ Table of Contents
* [Visitor Session Recording](#visitor-session-recording) * [Visitor Session Recording](#visitor-session-recording)
* [Web Hosting](#web-hosting) * [Web Hosting](#web-hosting)
* [Commenting Platforms](#commenting-platforms) * [Commenting Platforms](#commenting-platforms)
* [Browser based hardware emulation](#browser-based-hardware-emulation-written-in-javascript)
## Major Cloud Providers ## Major Cloud Providers
@ -1006,6 +1007,12 @@ Table of Contents
* [screenshotmachine.com](https://www.screenshotmachine.com/) — Capture 100 snapshots/month, png, gif and jpg, including full-length captures, not only home page * [screenshotmachine.com](https://www.screenshotmachine.com/) — Capture 100 snapshots/month, png, gif and jpg, including full-length captures, not only home page
* [WWW2PNG](https://www2png.com/) - Capture screenshots of any website with basic customization. Includes automatic blockchain anchoring and full page capture. Completely free service. * [WWW2PNG](https://www2png.com/) - Capture screenshots of any website with basic customization. Includes automatic blockchain anchoring and full page capture. Completely free service.
## Browser based hardware emulation written in Javascript
* [JsLinux](https://bellard.org/jslinux) — a really fast x86 virtual machine capable of running Linux and Windows 2k.
* [Jor1k](http://s-macke.github.io/jor1k/demos/main.html) — a OpenRISC virtual machine capable of running Linux with network support.
* [v86](https://copy.sh/v86) — a x86 virtual machine capable of running Linux and other OS directly into the browser.
## Miscellaneous ## Miscellaneous
* [Code Time](https://www.software.com/code-time) - an extension for time-tracking and coding metrics in VS Code, Atom, IntelliJ, Sublime Text, and more. * [Code Time](https://www.software.com/code-time) - an extension for time-tracking and coding metrics in VS Code, Atom, IntelliJ, Sublime Text, and more.