Displaying 20 results from an estimated 39 matches for "nott".
Did you mean:
not
2003 Jul 15
3
Conditional Contexts
I was wondering if the following was possible:
2 separate incoming contexts. The first will be used when
there is a secretary present. The second will be used when there is
no secretary.
I know that this can be done using includes and specifying the time
in which each separate context would be included. However, I would
like to be able to switch them from the reception telephone.
For
2008 Jul 10
3
charaters problem
Hi folks :-)
Mounting a shared ntfs volume in debian os, I see some files like this:
L'?uomo di notte.jpg
the real name is: L'?omo di notte.jpg
So, when I try to open this file (from a client) a message error appear: "the
file doesn't exist".
How can I resolve this problem?
Thanks
Pol
2004 Sep 04
1
tests for non-stationarity
Dear R list members,
Please excuse my ignorance but as a new comer to R I was wondering if anyone knows of any functions in R or Splus that can test a time-series for non-stationarity such as the Pettitt or the Mann-Kendall tests.
Kind regards,
Jon Nott
[[alternative HTML version deleted]]
2011 Jan 04
2
unicode variable and function names?
Dear List,
Is it possible to have function names like ? (unicode universal quantifier)?
This question is inspired by agda source code, which supports this.
http://www.cs.nott.ac.uk/~nad/listings/lib-0.4/Algebra.html
It would be handy to use. My guess is, however, that it's not supportet in R.
Regards,
Steve
2010 Mar 02
3
[LLVMdev] Embedding LLVM
Is there a guide anywhere to embedding LLVM into a program to compile
and run a DSEL?
Thanks,
Sean
2011 Dec 09
2
[LLVMdev] Adding option to LLVM opt to disable a specific pass from command line
David,
I think my explanation is not clear, my front-end did NOTt generate
'llvm.memcpy' it generate LL code that after use of LLVM 'opt' get
transformed by 'loop-idom' pass into an 'llvm.memcpy' for an overlapping
loop:
static void
t0(int n)
{
int i;
for (i=0; i<n; i++)
result[i+1] = result[i];
}
Then 'llc'...
2009 Mar 20
2
[LLVMdev] Possible memory leakage in the LLVM JIT Engine
...y.
So my question is how can I clean up ALL of the memmory created by the JIT
engine?
Any pointers to a similar application that succesfully acopmlishes what I
want, i.e. does lots of JITing without memory leakage, will be very much
appreciated.
Cheers, George
--
George Giorgidze
http://www.cs.nott.ac.uk/~ggg/ <http://www.cs.nott.ac.uk/%7Eggg/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090320/57d88bbd/attachment.html>
2010 Apr 23
1
Oddity with internet access and R 11.0 with Sophos firewall and Windoze XP - solved
...with Sophos's
firewall not R and I'm just reporting it here in case anyone else sees
the same and finds this helpful.
Thanks to the R team, yet again, for an amazing product!
Chris
--
Chris Evans <chris at psyctc.org> Skype: chris-psyctc
Consultant Psychiatrist in Psychotherapy, Notts. PDD network;
Trust Research Governance Lead and Clinical Director, Psychological
Therapies Directorate in Local Services, Nottinghamshire NHS Trust;
Professor, Psychotherapy, Nottingham University
*If I am writing from one of those roles, it will be clear. Otherwise*
*my views are my own and no...
2012 Jun 22
3
removing NA from a data frame
...native I could find is pretty similar:
use <- complete.cases ( ex10 )
ex10ss<-ex10s[use,]
which leads to the same result.
Stuart
Dr Stuart John Leask DM FRCPsych MB Mchir
Clinical Senior Lecturer and Honorary Consultant Pychiatrist
Institute of Mental Health, Innovation Park
Triumph Road, Nottingham, Notts. NG7 2TU. UK
Tel. +44 115 82 30419 stuart.leask@nottingham.ac.uk<mailto:stuart.leask@nottingham.ac.uk>
Google 'Dr Stuart Leask'
This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this mess...
2011 Dec 09
0
[LLVMdev] Adding option to LLVM opt to disable a specific pass from command line
On Fri, Dec 09, 2011 at 10:03:37AM +0100, Seb wrote:
> I think my explanation is not clear, my front-end did NOTt generate
> 'llvm.memcpy' it generate LL code that after use of LLVM 'opt' get
> transformed by 'loop-idom' pass into an 'llvm.memcpy' for an overlapping
> loop:
>
> static void
> t0(int n)
> {
> int i;
> for (i=0; i<n; i++)
>...
2008 May 28
4
OT: batch processing XLS files to CSV
...#39;m sorry, I'm sure there are more specific lists or web resources but I
think the skills are here too and if someone can tell me how to do this
all in R, I'd be fascinated.
Many thanks,
Chris
--
Chris Evans <chris at psyctc.org> Skype: chris-psyctc
Professor of Psychotherapy, Nottingham University;
Consultant Psychiatrist in Psychotherapy, Notts PDD network;
Research Programmes Director, Nottinghamshire NHS Trust;
*If I am writing from one of those roles, it will be clear. Otherwise*
*my views are my own and not representative of those institutions *
2008 Jan 18
1
Re-2: XP Home and samba
...needs a bit of hacking
read
http://www.ntcompatible.com/story8718.html
regards
-----------------------------------------------------------------------------
Damien Dye BSC(hon)
IT and Telecommunications Engineer
Mckenna Group
Lawn Road Industrial Estate
Lawn Road
Carlton-in-Lindrick
Worksop
Nottinghamshire
United Kingdom
S81 9LB
Email : damiend@mckennagroup.co.uk
Tel : (44) 01909541414
Direct : (44) 01909541462
Fax : (44) 01909541415
Web : www.mckennagroup.co.uk
Company Registered in England,
Company Registration Number 1713320
Registered address Lawn Road, Carlton-in-Lindrick,...
2009 Mar 22
0
[LLVMdev] Possible memory leakage in the LLVM JIT Engine
...y created by
> the JIT engine?
>
> Any pointers to a similar application that succesfully acopmlishes
> what I want, i.e. does lots of JITing without memory leakage, will
> be very much appreciated.
>
> Cheers, George
>
> --
> George Giorgidze
> http://www.cs.nott.ac.uk/~ggg/
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <...
2011 Sep 20
2
update.packages() as ordinary user, /usr/lib/R/site-library is not writable
...as root so I'm intrigued about this. Can someone advise me
what I should do?
Thanks in advance and huge thanks to all who do the porting to Debian
and generally make R so good.
Chris
--
Chris Evans <chris at psyctc.org> Skype: chris-psyctc
Consultant Psychiatrist in Psychotherapy, Notts. PDD network;
Professor, Psychotherapy, Nottingham University
*If I am writing from one of those roles, it will be clear. Otherwise*
*my views are my own and not representative of those institutions *
If you have difficulty Emailing me on this address or getting a reply,
send again but cc to:...
2011 May 29
1
Oddity: I seem to have a variable in a dataframe that doesn't show in colnames() - can anyone advise?
...ed up nothing.
Happy to be told RTFM or the equivalent but could someone point me to a
specific location? Also happy to try any diagnostics anyone recommends.
Many thanks in advance,
Chris
--
Chris Evans <chris at psyctc.org> Skype: chris-psyctc
Consultant Psychiatrist in Psychotherapy, Notts. PDD network;
Professor, Psychotherapy, Nottingham University
*If I am writing from one of those roles, it will be clear. Otherwise*
*my views are my own and not representative of those institutions *
If you have difficulty Emailing me on this address or getting a reply,
send again but cc to:...
2011 Dec 09
3
[LLVMdev] Adding option to LLVM opt to disable a specific pass from command line
2011/12/9 Joerg Sonnenberger <joerg at britannica.bec.de>
> On Fri, Dec 09, 2011 at 10:03:37AM +0100, Seb wrote:
> > I think my explanation is not clear, my front-end did NOTt generate
> > 'llvm.memcpy' it generate LL code that after use of LLVM 'opt' get
> > transformed by 'loop-idom' pass into an 'llvm.memcpy' for an overlapping
> > loop:
> >
> > static void
> > t0(int n)
> > {
> > int...
2007 May 13
2
Oddities upgrading from 2.4.1 to 2.5.0
...ng like this is producing
warning 2 following my call of "install.packages(ip)") but might also
produce a list of the origins of the dependencies?
Sorry if these are trivial issues.
TIA,
Chris
--
Chris Evans <chris at psyctc.org> Skype: chris-psyctc
Professor of Psychotherapy, Nottingham University;
Consultant Psychiatrist in Psychotherapy, Notts PDD network;
Research Programmes Director, Nottinghamshire NHS Trust;
Hon. SL Institute of Psychiatry, Hon. Con., Tavistock & Portman Trust
*If I am writing from one of those roles, it will be clear. Otherwise*
*my views are my o...
2012 Aug 01
2
Problem updating packages in 2.15.1 on Ubuntu 12.04
...5.1 for Windoze in a VM box on
this machine does fine). Clearly I don't understand something and am
doing something wrong. Please can someone enlighten me?
Thanks in advance,
Chris
--
Chris Evans <chris at psyctc.org> Skype: chris-psyctc
Consultant Psychiatrist in Psychotherapy, Notts. PDD network;
Professor, Psychotherapy, Nottingham University
*If I am writing from one of those roles, it will be clear. Otherwise*
*my views are my own and not representative of those institutions *
If you have difficulty Emailing me on this address or getting a reply,
send again but cc to:...
2006 Oct 28
1
really strange problem - has to be logic but i can't find it
...has 100 elements in it.
then, i only want to keep the rows in which the bid and the ask are both
grester than zero. ( maybe my logic is wrong there ? ).
i expected to get the full zoo object back after using the filter above
because all the bids and the asks are greater than zero.
yet, i'm nott getting the full data back. ( i actually started out with
a much much bigger object but i figured it would
be easier to deal with one hundred in this example ).
so, when i didn' get the full data back, i started putting my logic into
temp.
for some strange reason, when i sum temp or print it...
2010 Mar 06
1
[LLVMdev] Last chance to get anything into llvm-c and ocaml bindings
On Fri, Mar 5, 2010 at 5:53 AM, George Giorgidze <giorgidze at gmail.com> wrote:
>
> Hi Erick,
>
> Can you make the following functions available in llvm-c.
>
> createStandardFunctionPasses
> createStandardModulePasses
> createStandardLTOPasses
>
> Thanks in advance, George
This is a little tricky, so I need some advice from the community.
First off, I'm