search for: hort

Displaying 20 results from an estimated 23 matches for "hort".

Did you mean: short
2009 Mar 19
0
Matching failure in merge()
...9;ve found that the problem was that, in some cases, there was no match between the by.x and the by.y elements, despite the fact that, apparently, such matching should exist. Specifically, I get no match for the cases in which both the by.x and the by.y variables are equal to "SANT VICEN? DELS HORTS". In the following example I select fields POBLACION and NOMMUNI in two cases for which both fields should be identical to "SANT VICEN? DELS HORTS" and I get: (082634 is the municipality code for that town in Bnomscodmunicipis and 08620 is the postal code for that town in delme) &...
2009 Mar 21
0
Solved: [Fwd: Matching failure in merge()]
...9;ve found that the problem was that, in some cases, there was no match between the by.x and the by.y elements, despite the fact that, apparently, such matching should exist. Specifically, I get no match for the cases in which both the by.x and the by.y variables are equal to "SANT VICEN? DELS HORTS". In the following example I select fields POBLACION and NOMMUNI in two cases for which both fields should be identical to "SANT VICEN? DELS HORTS" and I get: (082634 is the municipality code for that town in Bnomscodmunicipis and 08620 is the postal code for that town in delme) &g...
2016 Mar 10
0
[ISC Crosspost] Novel method for slowing down Locky on Samba server using fail2ban
...pwrite write rename full_audit: prefix = IP =% I | USER =% u | MACHINE =% m | VOLUME =% S full_audit: facility = local7 full_audit: priority = NOTICE and to be monitored at every [Volume] vfs objects = full_audit This leads to such a line in the log: 2016-02-29T11:07:36.162528+01:00 hort smbd_audit:IP=1.2.3.4|USER=dha|MACHINE=win7dha|VOLUME=dha|pwrite|ok|bla/Q-Dir_Installer.zip 2016-02-29T11:08:43.945654+01:00 hort smbd_audit:IP=1.2.3.4|USER=dha|MACHINE=win7dha|VOLUME=dha|pwrite|ok|bla/ganzböserverschlüsselungstrojaner.locky apt-get install fail2ban with filter definiti...
2004 Aug 06
1
Fixed-point cos/acos
Hi, Before I try to code this myself, I'd like to know if anyone has a fixed-point routine to compute the cos and acos functions. All I need is around 3-digit accuracy. Thanks. Jean-Marc -- Jean-Marc Valin, M.Sc.A., ing. jr. LABORIUS (http://www.gel.usherb.ca/laborius) Université de Sherbrooke, Québec, Canada -------------- next part -------------- A non-text attachment was
2009 Dec 28
2
[LLVMdev] "Graphite" for llvm
..., but the existing code would definitely help anybody working in interfacing other tools with PCP. The main people to contact are "Sjodin, Jan" <Jan.Sjodin at amd.com> Sebastian Pop <sebpop at gmail.com> Work on PCP has stalled because Jan has left for another group. In the hort term, Tobias is right that the best way to interface tools is to use the scoplib format and library from Louis-Noel Pouchet (PoCC). In any case, work on either PCP or scoplib will be beneficial. The community of polyhedral compilation experts is small, and its openly available output is already...
2009 Dec 27
0
[LLVMdev] "Graphite" for llvm
hi Tobi , that sounds greate :D On 2009-12-27 5:43, Tobias Grosser wrote: > I already looked into implementing something like Graphite for LLVM. > However just recently, so I have not released any code yet. As soon as > some code is available I will post patches. whats its status? do you need any help? > A general plan to implement polyhedral transformations in LLVM: > > 1.
2004 Nov 04
1
Allow access to a share to all members of a container?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have 104,000 users, some of which are in the OU: ad.network.local\AD\People\IFAS\Hort Is there an easy way to find all the users in this OU and grant them access to a share? Or do I have to list each user individually? And if so, can I use net user to list the users in an OU? - -Tom -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Mozilla...
2009 Dec 28
0
[LLVMdev] "Graphite" for llvm
...th PCP. The main people to contact are > "Sjodin, Jan" <Jan.Sjodin at amd.com> > Sebastian Pop <sebpop at gmail.com> > > Work on PCP has stalled because Jan has left for another group. > Jan, what's the plan to integrate PCP in GCC and/or LLVM? > In the hort term, Tobias is right that the best way to interface tools is to > use the scoplib format and library from Louis-Noel Pouchet (PoCC). > > In any case, work on either PCP or scoplib will be beneficial. The community > of polyhedral compilation experts is small, and its openly available o...
2004 Aug 06
1
openh323 conflict; can speex_encode take short?
...reset(bits); speex_encode(coder_state, floatData, bits); ................................. which does not compile on gcc-3.3.3: peexcodec.cxx: In member function `virtual BOOL SpeexCodec::EncodeFrame(BYTE*, unsigned int&)': speexcodec.cxx:410: error: cannot convert `float*' to `short int*' for argument `2' to `int speex_encode(void*, short int*, SpeexBits*)' <p>I think this due to the changes from 1.0 to 1..1 ( I'm using 1.1.4). If I change: float floatData[SAMPLES_PER_FRAME]; to hort floatData[SAMPLES_PER_FRAME]; it compiles. There's an ana...
2007 Jul 03
1
loop causes syntax error in print()
...ot;stats" "graphics" "grDevices" "utils" "datasets" "methods" "base" -- ************************************************************** Ivan Baxter Research Scientist Bindley Bioscience Center Purdue University Office: Hort 305 765-543-7288 ibaxter at purdue.edu
2009 Dec 26
3
[LLVMdev] "Graphite" for llvm
...t recently, so I have not released any code yet. As soon as some code is available I will post patches. Anybody who wants to work on the polyhedral model in LLVM, is invited to the Graphite mailing list, so we can share ideas. Here some information about graphite like optimizations in LLVM. A short introduction to the current state of GCC/Graphite: ----------------------------------------------------------------------- Graphite is a project in GCC that uses a mathematical representation, the polytop model, to represent and transform loops and other control flow structures. Using an abstract...
2009 Sep 11
3
For sending my R package as part of R-project
...From: "Peter Alspach" <Peter.Alspach at plantandfood.co.nz> Subject: Re: [R] Exporting the formula for a LOESS fit To: "jrflanders" <jrflanders at gmail.com>, <r-help at r-project.org> Message-ID: <EC0F8FF776F3F74E9C63CE16641C962803EFB68F at AKLEXB02.hort.net.nz> Content-Type: text/plain; charset="US-ASCII" Tena koe Loess uses local fitting: "Fitting is done locally. That is, for the fit at point x, the fit is made using points in a neighbourhood of x, weighted by their distance from x" (from the help). That is, ther...
2008 Oct 15
0
R-help Digest, Vol 67, Issue 31
...ins, e.g., only the long-day plants? I have tried to do this using the "subset" command, but it seems to ignore me: x.sd <- subset(x, daylength = "long.day", select = root.weight:stem.diameter) This returns exactly the same data table I had before (including both long and short day plants). So how do I do this properly? Actual code would be of the most direct help to me, since I am new at this. Thank you very much! [[alternative HTML version deleted]] ------------------------------ Message: 64 Date: Mon, 29 Sep 2008 12:59:19 -0700 From: rmailbox at justemai...
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems
1999 Jul 02
1
What's analagous to data.restore?
I've used Splus for 5 or 6 years and recently installed R for Linux. I want to get a whole bunch of objects from S over to R. I'd have thought data.dump and data.restore would work, but it's done a different way. I looked all through the FAQ but my question doesn't seem to be "Frequent" enough to be mentioned. Thanks Patrick
1999 Jul 04
0
Summary: What's analagous to data.restore?
Thanks to Bill Venables, Brian Ripley and John Maindonald. The differences between the way R and S use objects means that data.restore is inappropriate for R. Bill advised the use of libraries to deal with objects. Functions and data objects are treated differently, requiring source() and read.table() respectively to create R objects from text files that are produced from dump() and
1999 Oct 31
1
R with ESS: how to start
I installed ESS but I can't figure out what needs to be set for it to recognise R. I gather it's something to do with .emacs file, but none of the help files seem to mention it. Like everything, it's probably easy once you know, but so far I don't know where to look. Thanks for any help. best Patrick
2000 Jul 03
1
How to specify fonts
...t it appears they are all mono-spaced. I wish to use proportional spacing, with subscripts and Hershey vector fonts. Is that possible? The help for text() or par() does not make it clear to me. Other ideas greatly appreciated. Thanks -- ************************************* Patrick Connolly HortResearch Mt Albert Auckland New Zealand Ph: +64-9 815 4200 x 7188 ************************************* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help"...
2000 Jul 18
1
Use of adj in axis()
...t text() does differently with hershey fonts and "standard" fonts. Seems to have something to do with a different default value of the second value in adj -- but that's not quite it either. Thanks -- ************************************************************* Patrick Connolly HortResearch Mt Albert It's better to do nothing than to waste time Auckland ..... Viktorus Kulvinskus New Zealand Ph: +64-9 815 4200 x 7188 ************************************************************* -.-.-.-.-.-....
2000 Aug 09
0
Postscript device
...arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 1.0 year 2000 month June day 15 language R best -- Patrick Connolly HortResearch Mt Albert Auckland New Zealand Ph: +64-9 815 4200 x 7188 ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ I have the world's largest collection of seashells. I keep it on all the beaches of the world ... Perhaps you've seen it. ---Steven Wright ~.~.~.~.~.~.~...