search for: forinstance

Displaying 4 results from an estimated 4 matches for "forinstance".

2006 Mar 17
1
RSYNC auto configuration
Hi Folks, At the moment, I am at the stage where I can only do the back manual. I have run the first steps of configure and then make. Now when I run this command, I can be able to have files transfered to a remote server rsync -t (filename) (remote-location) forinstance rsync -t *.p dev:testing and doing this, I am still asked for the password for the remote server. I have tried copying the key generated to the ssh directory of the remote server but still doing the same thing. I would like to seek help on how to automate it and probably having the key issue wor...
2008 Jan 17
0
Proper Usage of the XREG in ARIMA
...ghly: date,usage,allocation,number of engines, theoretical max,r1,r2,...r21 So far so good just working with a copy of the CSV that is just date,usage But what should I do to disect the configuration data and the r1 to r21 dummy variables? (Some of these explain certain spikes and level shifts, forinstance r21 indicates if there was conversion activity during the week). I never really could figure out in R (only been using it a week or so) how to pull out part of an array. Also should I do my disection prior to or after concerting it into a ts object? the short of the script is (removing plots etc....
2006 Mar 17
0
rsync backup system
Hi Folks, I am going through a hard time of finding a way of using rsync to make a remote backup (disaster recovery). I am trying to make use of rsync to have a backup outside our offices, incase of any disaster forinstance fire, we can be in position to recover our data. This is actually my first time using rsync and I have done the configure and make. I got stuck at the stage of creating a backup directory on the remote side. I am wondering how everything would work if I am to have a PC outside our offices and have...
2006 May 28
13
JSON not auto-evaluated
Hi, please consider this stripped down example: new Ajax.Request(''foo.php'', { onSuccess: function(t, json) { alert(json.myParam); } }); According to http://www.sergiopereira.com/articles/prototype.js.html, the second param is supposed to be the evaluated json object IF the X-JSON header is send in the response. I send the header in my script. However, the json var