mirror of
https://github.com/ripienaar/free-for-dev.git
synced 2025-05-14 20:32:30 -04:00
Merge pull request #1605 from dilsonnn/master
Added browser based hardware emulation section.
This commit is contained in:
commit
cd86dbf0b7
1 changed files with 7 additions and 0 deletions
|
@ -59,6 +59,7 @@ Table of Contents
|
|||
* [Visitor Session Recording](#visitor-session-recording)
|
||||
* [Web Hosting](#web-hosting)
|
||||
* [Commenting Platforms](#commenting-platforms)
|
||||
* [Browser based hardware emulation](#browser-based-hardware-emulation-written-in-javascript)
|
||||
|
||||
## 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
|
||||
* [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
|
||||
|
||||
* [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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue