Tutorial by Topics: se

In Powershell, to avoid storing the password in clear text we use different methods of encryption and store it as secure string. When you are not specifying a key or securekey, this will only work for the same user on the same computer will be able to decrypt the encrypted string if you’re not using...
Link to official documentation: https://www.playframework.com/documentation/2.5.x/ScalaWS
Quitting the application on window close It's easy to forget to quit the application when the window is closed. Remember to add the following line. frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE); //Quit the application when the JFrame is closed
Header: YAML format, used when the script is compile to define general parameter and metadata Parameterdefinitiontitlethe title of the documentauthorThe author of the documentdateThe date of the document: Can be "r format(Sys.time(), '%d %B, %Y')"authorThe author of the docu...
[ localpart "@" ] domainpart [ "/" resourcepart ] PartCommon UsageLocalpartIdentifies an XMPP entity (optional)DomainpartIdentifies the XMPP serviceResourcepartIdentifies a session of an XMPP entity (optional) XMPP addresses, more commonly known as JIDs (Jabber Identif...
This section provides an overview of what firebase-database is, and why a developer might want to use it. It should also mention any large subjects within firebase-database, and link out to the related topics. Since the Documentation for firebase-database is new, you may need to create initial v...
REST Service Endpoint URLs The REST client access API was first introduced in SharePoint 2010, but was greatly expanded in SharePoint 2013. The REST API in SharePoint 2010 is accessed through the ListData web service at the /_vti_bin/ListData.svc url. SharePoint 2013 introduced the /_api/lists/...
Try-except: try [statements] except [[[on E:ExceptionType do statement]] [else statement] | [statements] end; Try-finally: try [statements] finally [statements] end;
Status CodeReason-Phrase — Description100Continue — the client should send the following part of a multi-part request.101Switching Protocols — the server is changing the version or type of protocol used in this communication.200OK — the server has received and completed the client's request.201Crea...
Inside a specific node: {path-to-parent}/name()='search string'] Anywhere in the document: //*[name()='search string'] functionreturn valuelocal-name()the node's name without prefix local-name() result does not include prefix (lookup name() XPATH function for it)

Page 12 of 54