Tutorial by Topics: output

int read(byte[] b) throws IOException Note that most of the time you do NOT use InputStreams directly but use BufferedStreams, or similar. This is because InputStream reads from the source every time the read method is called. This can cause significant CPU usage in context switches into an...
FunctionDetailsob_start()Starts the output buffer, any output placed after this will be captured and not displayedob_get_contents()Returns all content captured by ob_start()ob_end_clean()Empties the output buffer and turns it off for the current nesting levelob_get_clean()Triggers both ob_get_cont...
AttributeDescriptionGlobalAttributes that are available to any HTML5 element. For comprehensive documentation of these attributes see: MDN Global AttributesnameA string representing the name of an output. As a form element, output can be referenced by it's name using the document.forms property. Th...
ParameterDetailsstring pathPath of the file to check. (relative or fully qualified) Returns true if the file exists, false otherwise.
ParameterDetailsspeakerShould be an output to an analog speaker
digitalWrite(pin, value)
One way binding from parent component to nested component: [propertyName] One way binding from nested component to parent component: (propertyName) Two-way binding (a.k.a banana box notation) : [(propertyName)]
https://technet.microsoft.com/en-us/library/hh849921.aspx
To construct file paths, for reading or writing, use file.path. Use dir to see what files are in a directory.
ParameterDetailboolean outline()Get if outline mode is enabled. Default is false. If enabled, the HTML output methods will consider all tags as block.Document.OutputSettings outline(boolean)Enable or disable HTML outline mode. Jsoup 1.9.2 API
IO may be blocking/non-blocking and synchronous/asynchronous. POSIX API provides synchronous blocking API (e.g. classic read, write, send, recv calls), synchronous non-blocking API (same functions, file descriptors opened with O_NONBLOCK flag and IO-multiplexing calls) and asynchonous API (functions...
tput queries the terminfo database for terminal-dependent information. From tput on Wikipedia: In computing, tput is a standard Unix operating system command which makes use of terminal capabilities. Depending on the system, tput uses the terminfo or termcap database, as well as looking into ...
To build a dynamic and interactive PHP program, it is useful to output variables and their values. The PHP language allows for multiple methods of value output. This topic covers the standard methods of printing a value in PHP and where these methods can be used. Variables in PHP come in a var...
[command] [[> | >> | < | 2> | 2>>] file] [[> | >> | < | 2> | 2>>] file] [command] ParameterDetailscommandAny valid command.>Write STDOUT to file.>>Append STDOUT to file.<Read file to STDIN.2>Write STDERR to file.2>>Append STDER...
Different ways to create subcommands like in hg or svn with the exact command line interface and help output as shown in Remarks section. Parsing Command Line arguments covers broader topic of arguments parsing. Different ways to create subcommands like in hg or svn with the command line int...
Input and Output in scheme is usually handled trough ports. A port is a data structure which is used to interact with the world outside Scheme. A Port isn't limited to files but can be used to read/write to sockets. In some ways, the port object is some kind of universal object that can not onl...

Page 1 of 2