Tutorial by Examples: ti

mount { '/path/to/local/folder': ensure => 'mounted', atboot => false, device => 'server-ip-or-domain:/path/to/server/folder', fstype => 'nfs', options => 'defaults', pass => 0, }
Detailed instructions on getting tdd set up or installed.
# imports import weka.classifiers.trees.J48 as J48 import weka.core.converters.ConverterUtils.DataSource as DS import os # load training data data = DS.read(os.environ.get("MOOC_DATA") + os.sep + "anneal_train.arff") data.setClassIndex(data.numAttributes() - 1) # confi...
z1 = zeros(5); % Create a 5-by-5 matrix of zeroes z2 = zeros(2,3); % Create a 2-by-3 matrix
o1 = ones(5); % Create a 5-by-5 matrix of ones o2 = ones(1,3); % Create a 1-by-3 matrix / vector of size 3
i1 = eye(3); % Create a 3-by-3 identity matrix i2 = eye(5,6); % Create a 5-by-6 identity matrix
<div *ngFor="let item of items; let i = index"> <p>Item number: {{i}}</p> </div> In this case, i will take the value of index, which is the current loop iteration.
Detailed instructions on getting Nexus Repository Manager 3.x set up or installed.
bitcoin.conf The bitcoin.conf file allows customization for your node. Create a new file in a text-editor and save it as bitcoin.conf in your /bitcoin directory. Location of your /bitcoin directory depends on your operation system. Windows XP C:\Documents and Settings\<username>\...
PLEASE NOTE: ONLY PUT THIS CODE IN THE HEADER OF THE PAGE, OTHERWISE IT WILL NOT WORK! <?php if (!isset($_SERVER['PHP_AUTH_USER'])) { header('WWW-Authenticate: Basic realm="My Realm"'); header('HTTP/1.0 401 Unauthorized'); echo 'Text to send if user hits Cancel button';...
Contrary to original documentation, I found this to be the way to properly nest children routes inside the app.routing.ts or app.module.ts file (depending on your preference). This approach works when using either WebPack or SystemJS. The example below shows routes for home, home/counter, and home/...
Detailed instructions on getting word-vba set up or installed.
def merge(X, Y): " merge two sorted lists " p1 = p2 = 0 out = [] while p1 < len(X) and p2 < len(Y): if X[p1] < Y[p2]: out.append(X[p1]) p1 += 1 else: out.append(Y[p2]) p2 += 1 out += X[p...

Resetting Email CSS in