search for: wester

Displaying 20 results from an estimated 58 matches for "wester".

Did you mean: tester
2004 Oct 04
3
Beginners problem
Hi, I'm new to R and have a problem with a little test program (see below). Why doesn't <<- in function rk4 assign the new value to y so that it is seen in rktest. I thought that <<- does exactly this. But it seems that I didn't get it right. I would be very appreciative for an explanation of that behaviour of <<-. I know how to write the whole thing so that it
2007 Dec 19
1
Genetic algorithm for feature selection
Hi, I'm looking for a R-package that does feature selection for PLS using a genetic optimization algorithm. I couldn't find one on CRAN and I wonder whether there is a free one. I would be very appreciative for any help. Regards Rolf
2002 Jun 26
5
[PATCH] improved chroot handling
...t) == -1) || - (S_ISDIR(st.st_mode) == 0)) - fatal("Missing privilege separation directory: %s", - _PATH_PRIVSEP_CHROOT_DIR); } /* Configuration looks good, so exit if in test mode. */ Tony. -- f.a.n.finch <dot at dotat.at> http://dotat.at/ FISHER GERMAN BIGHT: WESTERLY VEERING NORTHWESTERLY 4 OR 5, OCCASIONALLY 6. SHOWERS. MODERATE OR GOOD.
2004 Oct 06
1
Foreign code problem
...understand how compiled code can be used from within R. Besides this I have a further question. Am I right that every function argument is copyied when calling a function, even if the argument is a huge matrix? Wouldn't that be very inefficient? Thank you very much in advance Regards Rolf Wester P.S.: I'm new to R and find it is a great tool and programming environment.
2011 Oct 25
2
PHP 5.3.3 question
Can PHP 5.3.3 be installed on CentOS 5.3, or is it not compatable, and if so what is the recommended version of CentOS to use? Thanks, Robert Anstruther. SQA Dalkeith is moving. From 21 November 2011 our address will be; Lowden, 24 Wester Shawfair, Dalkeith, Midlothian, EH22 1FD. There is no change to the address for SQA Glasgow. ********************************************************************** This message contains confidential information and is intended only for the individual named. If you are not the named addressee yo...
2006 Nov 20
1
Research Assistant position
...onstrated written communication and programming skills.? ?A UC Merced job application, resume and cover letter are requested.? For more information and to apply call 1-866-669-JOBS or visit http://jobs.ucmerced.edu/n/staff/position.jsf?positionId=723. ?EOE? ____________________________ Anthony Westerling School of Engineering School of Social Sciences, Humanities, and Arts University of California, Merced http://tenaya.ucsd.edu/~westerli/westerling.html awesterling at ucmerced.edu (209) 228 4099
2017 May 31
1
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
> On 31 May 2017, at 16:40 , Joris Meys <jorismeys at gmail.com> wrote: > > And with "equally spaced" I obviously meant "of equal size". It's getting > too hot in the office here... We have a fair amount of cool westerly wind up here that I could transfer to you via WWTP (Wind and Weather Transport Protocol). If you open up a sufficiently large pipe, that is. Anyways, in the past we have tried to follow Tukey's instructions on details like the definition of the "hinges" on boxplots, so presumably...
2004 Jan 17
0
New sounds posted
...%south%south %southerly%southerly %space%space %staffing%staffing %sterling%sterling %storm%storm %sun%sun %sunny%sunny %temperature%temperature %thunderstorm%thunderstorm %tide%tide %tornado%tornado %turning to%turning-to %typhoon%typhoon %warning%warning %watch%watch %weather%weather %west%west %westerly%westerly %wind%wind %windy%windy %with%with %zed%zed %Alpha%alpha %Bravo%bravo %Charlie%charlie %Delta%delta %Echo%echo %Foxtrot%foxtrot %Golf%golf %Hotel%hotel %India%india %Juliet%juliet %Kilo%kilo %Lima%lima %Mike%mike %November%november %Oscar%oscar %Papa%papa %Quebec%quebec %Romeo%romeo %Sie...
2007 Jun 03
0
Or none mentone
...r the complete release, please see your brokers website. ____________________ level of the Mediterranean, that the land seems almost a continuation of The lid was removed, and a cloth beneath it was raised, when, to the Mediterranean, nor are there any rains over any portion of the valley The most westerly of the three valleys to which we have alluded is only who, at the time of her compulsory marriage with him, evinced such an on with immensely greater rapidity than in the colder zones, and all the and order preserved, and justice enforced between man and man, were all interposition vouchsafed to...
2002 Jun 26
1
privilege separation breaks dns lookups
...ill work. However if for some reason the name server is running but has ACLs which only permit queries on 127.0.0.1 then sshd will hang when attempting a DNS lookup since it gets neither an ICMP port unreachable nor a response. Tony. -- f.a.n.finch <dot at dotat.at> http://dotat.at/ VIKING: WESTERLY VEERING NORTHWESTERLY 4 OR 5, OCCASIONALLY 6 IN WEST LATER. RAIN OR SQUALLY SHOWERS. MODERATE OR GOOD.
2007 Jun 03
0
Or none mentone
...r the complete release, please see your brokers website. ____________________ level of the Mediterranean, that the land seems almost a continuation of The lid was removed, and a cloth beneath it was raised, when, to the Mediterranean, nor are there any rains over any portion of the valley The most westerly of the three valleys to which we have alluded is only who, at the time of her compulsory marriage with him, evinced such an on with immensely greater rapidity than in the colder zones, and all the and order preserved, and justice enforced between man and man, were all interposition vouchsafed to...
2014 May 30
0
[PATCH v11 06/16] qspinlock: prolong the stay in the pending bit path
...holder is going to get the lock and clear the pending bit soon, it is actually better to wait than to be queued up which has a higher overhead. The following tables show the before-patch execution time (in ms) of a micro-benchmark where 5M iterations of the lock/unlock cycles were run on a 10-core Westere-EX x86-64 CPU with 2 different types of loads - standalone (lock and protected data in different cachelines) and embedded (lock and protected data in the same cacheline). [Standalone/Embedded - same node] # of tasks Ticket lock Queue lock %Change ---------- ----------- ---------- ------...
2014 May 07
0
[PATCH v10 06/19] qspinlock: prolong the stay in the pending bit path
...lock and pending bits are set, the new code will also wait a bit to see if either one is cleared. If they are not, it will quit and be queued. The following tables show the before-patch execution time (in ms) of a micro-benchmark where 5M iterations of the lock/unlock cycles were run on a 10-core Westere-EX x86-64 CPU with 2 different types of loads - standalone (lock and protected data in different cachelines) and embedded (lock and protected data in the same cacheline). [Standalone/Embedded - same node] # of tasks Ticket lock Queue lock %Change ---------- ----------- ---------- ------...
2014 Apr 17
0
[PATCH v9 06/19] qspinlock: prolong the stay in the pending bit path
...lock and pending bits are set, the new code will also wait a bit to see if either one is cleared. If they are not, it will quit and be queued. The following tables show the before-patch execution time (in ms) of a micro-benchmark where 5M iterations of the lock/unlock cycles were run on a 10-core Westere-EX x86-64 CPU with 2 different types of loads - standalone (lock and protected data in different cachelines) and embedded (lock and protected data in the same cacheline). [Standalone/Embedded - same node] # of tasks Ticket lock Queue lock %Change ---------- ----------- ---------- ------...
2015 Jan 13
4
Design changes are done in Fedora
...behave according to rules set down by Merriam-Webster. Those > in control of RHEL get to say what ?enterprise? means. This is, of which you are no-doubt quite cognisant, a straw-man augment. Nowhere in this discussion has anyone defined 'rules' or claimed that rules exist, in Merriam-Wester or elsewhere, in whatever form you imagine them to take. > > The time to argue about the merits of these changes is long past. > Muster whatever arguments you like, you cannot change the fact that > CentOS 7 includes these technologies. You only get a choice about > what to do abou...
2014 Jun 15
0
[PATCH 07/11] qspinlock: Use a simple write to grab the lock, if applicable
...ding bits are not set. The current pending bit waiting code will ensure that the bit will not be set as soon as the queue code word (tail) in the lock is set. With that change, the are some slight improvement in the performance of the queue spinlock in the 5M loop micro-benchmark run on a 4-socket Westere-EX machine as shown in the tables below. [Standalone/Embedded - same node] # of tasks Before patch After patch %Change ---------- ----------- ---------- ------- 3 2324/2321 2248/2265 -3%/-2% 4 2890/2896 2819/2831 -2%/-2% 5 3611/3595 3522/3512 -2%/-2% 6 428...
2014 Apr 17
0
[PATCH v9 07/19] qspinlock: Use a simple write to grab the lock, if applicable
...ding bits are not set. The current pending bit waiting code will ensure that the bit will not be set as soon as the queue code word (tail) in the lock is set. With that change, the are some slight improvement in the performance of the queue spinlock in the 5M loop micro-benchmark run on a 4-socket Westere-EX machine as shown in the tables below. [Standalone/Embedded - same node] # of tasks Before patch After patch %Change ---------- ----------- ---------- ------- 3 2324/2321 2248/2265 -3%/-2% 4 2890/2896 2819/2831 -2%/-2% 5 3611/3595 3522/3512 -2%/-2% 6 428...
2014 May 07
0
[PATCH v10 07/19] qspinlock: Use a simple write to grab the lock, if applicable
...ding bits are not set. The current pending bit waiting code will ensure that the bit will not be set as soon as the queue code word (tail) in the lock is set. With that change, the are some slight improvement in the performance of the queue spinlock in the 5M loop micro-benchmark run on a 4-socket Westere-EX machine as shown in the tables below. [Standalone/Embedded - same node] # of tasks Before patch After patch %Change ---------- ----------- ---------- ------- 3 2324/2321 2248/2265 -3%/-2% 4 2890/2896 2819/2831 -2%/-2% 5 3611/3595 3522/3512 -2%/-2% 6 428...
2015 Jan 13
0
Design changes are done in Fedora
...rise? label on it doesn?t mean >> it must behave according to rules set down by Merriam-Webster. > > This is, of which you are no-doubt quite cognisant, a straw-man > augment. Nowhere in this discussion has anyone defined 'rules' or > claimed that rules exist, in Merriam-Wester or elsewhere, in whatever > form you imagine them to take. I only dragged Merriam-Webster into this to show that third party arbitration doesn?t help settle the argument. That should tell you that we?re not dealing with a single universal sense of the word ?enterprise?. If we can?t agree on i...
2014 Jun 18
1
[PATCH 07/11] qspinlock: Use a simple write to grab the lock, if applicable
...will ensure that the bit will not be set as soon as the > queue code word (tail) in the lock is set. Just use the same word as above. > > With that change, the are some slight improvement in the performance > of the queue spinlock in the 5M loop micro-benchmark run on a 4-socket > Westere-EX machine as shown in the tables below. > > [Standalone/Embedded - same node] > # of tasks Before patch After patch %Change > ---------- ----------- ---------- ------- > 3 2324/2321 2248/2265 -3%/-2% > 4 2890/2896 2819/2831 -2%/-2% > 5 3611/35...