Tutorial by Topics: d

A useful technique for Exchange Server administrators is to be able to send email messages via SMTP from PowerShell. Depending on the version of PowerShell installed on your computer or server, there are multiple ways to send emails via powershell. There is a native cmdlet option that is simple and ...
Akka is an open-source toolkit and runtime simplifying the construction of concurrent and distributed applications on the JVM. It implements the actor model known from Erlang. It should also mention any large subjects within akka, and link out to the related topics. Since the Documentation for...
Sound.play(startTime:Number = 0, loops:int = 0, sndTransform:flash.media:SoundTransform = null):SoundChannel // Plays a loaded sound, returns a SoundChannel
This section provides an overview of what sass is, and why a developer might want to use it. It should also mention any large subjects within sass, and link out to the related topics. Since the Documentation for sass is new, you may need to create initial versions of those related topics. Why S...
GitLab is a web-based version control software based on git and adds additional features such as branch management bug tracking and continuous integration. It is developed in Ruby. GitLab Community Edition (CE) is being developed open-source and uses the MIT-License. Since August 2013 GitLab Inc....
class MyClass{} // curly braces are optional here as class body is empty class MyClassWithMethod {def method: MyClass = ???} new MyClass() //Instantiate object MyObject // Singleton object class MyClassWithGenericParameters[V1, V2](vl: V1, i: Int, v2: V2) class MyClassWithImplicitFieldCreati...
-- defining a function with no arguments looks the same as simply defining a value language = "Elm" -- calling a function with no arguments by stating its name language -- parameters are separated by spaces and follow the function's name add x y = x + y -- call a function in the s...
Mockito is a java Mocking framework that aims at providing the ability to write clean an readable unit tests by using it's simple API. It differs from other mocking frameworks by leaving the expect-run-verify pattern that most other frameworks use. Instead it only knows one way to mock (non-final...
window.onerror = function (eventOrMessage, url, lineNumber, colNumber, error) { ... } ParameterDetailseventOrMessageSome browsers will call the event handler with just one argument, an Event object. However, other browsers, especially the older ones and older mobile ones will supply a String...
The random module of NumPy provides convenient methods for generating random data having the desired shape and distribution. Here's the official documentation.
npm is the default package manager for Node.js. It is written entirely in JavaScript, and allows to install and distribute mostly JavaScript modules on the registry. Packages are treated in the CommonJS format, and are recognizable by the presence of a package.json file. VersionRelease Datev4....
What is Drush? Drush is a command-line scripting interface for Drupal sites. It allows for command-line management of Drupal sites.
The SSH (Secure Shell) is a cryptographic protocol for point-to-point communication over the insecure network (Internet). It obsoletes the old protocols used in the old days (rlogin, rsh, telnet). It is commonly used to connect to remote servers, virtual machines or containers in data center or i...
Mercurial is a modern, open-source, distributed version control system. You may have heard of git, which is somewhat more popular today; git and Mercurial are very comparable and offer mostly similar functionality. Developers use Mercurial to keep track of changes to the source code of their appl...

Page 40 of 221