Tutorial by Topics

Other related topics: Firebase
The COBOL ACCEPT statement is used to retrieve data from the system.
SelectionKey defines the different selectable operations and information between its Selector and Channel. In particular, the attachment can be used to store connection-related information. Handling OP_READ is pretty straight-forward. However, care should be taken when dealing with OP_WRITE: most...
Add path : PATH=$PATH:/new/path Add path : PATH=/new/path:$PATH ParameterDetailsPATHPath environment variable Bash configuration file: This file is sourced whenever a new interactive Bash shell is started. In GNU/Linux systems it's generally the ~/.bashrc file; in Mac it's ~/.bash_profi...
The Apache POI Project is a Java APIs for manipulating various file formats based upon the Office Open XML standards (OOXML) and Microsoft's OLE 2 Compound Document format (OLE2). In short, you can read and write MS Excel, Word, and Powerpoint files using Java. Apache POI became a top level proje...
ClassDescriptionbtn-defaultStandard button. @brand-default: #fffbtn-primaryProvides extra visual weight and identifies the primary action. @brand-primary: darken(#428bca, 6.5%);btn-successUsed to indicate a successful action. @brand-success: #5cb85c;btn-infoContextual button for providing informati...
Paths.get(String first, String... more) // Creates a Path instance by its String elements Paths.get(URI uri) // Creates a Path instance by a URI
The properties object-fit and object-position are not supported by Internet Explorer.
In Bash 4.2, a shell built-in time conversion for printf was introduced: the format specification %(datefmt)T makes printf output the date-time string corresponding to the format string datefmt as understood by strftime. printf '%(dateFmt)T' # dateFmt can be any format string that strftime rec...
Pointers and unsafe Due to their nature, pointers produce unverifiable code. Thus, usage of any pointer type requires an unsafe context. The type System.IntPtr is a safe wrapper around a void*. It is intended as a more convenient alternative to void* when an unsafe context isn't otherwise requir...
In this topic we propose a simple method to correctly design simple digital circuits with VHDL. The method is based on graphical block diagrams and an easy-to-remember principle: Think hardware first, code VHDL next It is intended for beginners in digital hardware design using VHDL, with a limited...
SealedObject sealedObject = new SealedObject(obj, cipher); SignedObject signedObject = new SignedObject(obj, signingKey, signingEngine);
This section provides an overview of what windows-azure-storage is, and why a developer might want to use it. It should also mention any large subjects within windows-azure-storage, and link out to the related topics. Since the Documentation for windows-azure-storage is new, you may need to crea...
JIRA is interesting for developers in two ways. 1) it is used to track tasks for software development (especially for agile projects) or as bug tracker (see JIRA User's Guide). 2) JIRA provides a large support for extending functionality with plugins written in Java (see Create a HelloWorld Plugin...

Page 217 of 428