HTML5-console, which you might see in a speech at the May conference Google I / O,runs online (apparently, only in the browser Chrome). Presentation of HTML5 Wow a whole was designed to demonstrate the capabilities of HTML5. All demos, including the console, lined with open source.
A couple of tips for working with HTML5-console.
1. You can copy the files from the desktop simply by dragging them with the mouse. They will be copied into the current directory.
var = Reader new FileReader ();
reader.onload = function (E)
{ document.querySelector ( 'img' ). src = e.target.result; };
function ondrop (E)
{ reader.readAsDataURL (e.dataTransfer.files [ 0 ]); };
2. New folders are created command mkdir
, and generate a random set of folders and files using the command init
.
3. Team 3d
runs three-dimensional rendering of your file structure. The mouse to rotate an image. Team 3d off
the picture off.
4. The command wget
also works, but here are krossdomennye restrictions, so that wget
is running on the same URL.
Shortlink:
Recent Comments