search for: manju

Displaying 11 results from an estimated 11 matches for "manju".

2004 Jan 31
1
Winbind using the wrong username for IPC$ connections.
Hi All, When I run winbindd -i -d5 I am getting the following error IPC$ connections done by user DOMAIN\domainmanju connecting to PDC from SAMBASERVER with username [DOMAIN]\[domainmanju] & finally it throws up an the following error. Could not open a connection to DOMAIN for \PIPE\lsarpc (NT_STATUS_LOGON_FAILURE) I have joined the Samba server to the Win2k AD domain, users are able to access the server,...
2008 Nov 18
2
matrix for diversity functions?
...ith -- insects.div<-diversity(insects, index="shannon") > insects.div [1] 0.7242788 0.7485246 0.7298712 0.9012085 1.0366280 0.9470281 1.0466542 [8] 1.0133127 0.6450332 & thats not what i want. Any advice on the matrix format or commands would be big help! Cheers, Manju V. Sharma Gardenwood East 3.1, Division of Biology, Imperial College London, Silwood Park Campus Ascot SL5 7PY UK Tel (O): 0044 207 5942360 (R): 0044 207 8520808 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: insects.txt URL: <https...
2008 Mar 20
1
interperting a regression tree
...attached file) my response variable is factored - low, medium and high threat and the 8 explanatory variables are numeric values. i could do with some help to understand what the values <0.25, <0.5 and <0.75 are on the tree branches? how does one interpret this??? cheers, mann Manju Sharma Ashoka Trust for Research in Ecology and the Environment, Banaglore, India
2008 Feb 14
2
[LLVMdev] Higher-level OCaml bindings
...basically a C AST. This interface > is under constant flux though. If you wanted to do this, it would be > very reasonable to just cons up some C code and send it through the clang > parser. Clang works great in a JIT environment. Great! Sounds like CIL should do the trick: http://manju.cs.berkeley.edu/cil/ :-) -- Dr Jon D Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com/products/?e
2008 Feb 14
0
[LLVMdev] Higher-level OCaml bindings
...wrote: >> is under constant flux though. If you wanted to do this, it would be >> very reasonable to just cons up some C code and send it through the clang >> parser. Clang works great in a JIT environment. > > Great! Sounds like CIL should do the trick: > > http://manju.cs.berkeley.edu/cil/ Huh? -Chris -- http://nondot.org/sabre/ http://llvm.org/
2013 Dec 06
2
Regarding installation of Raring Ringtail (13.04) (UBUNTU PACKAGE FOR R)
Dear Sir Can't find /etc/apt/sources.list file please help. When I tried the command on terminal some errors has occurred as follows- manjulata@manjulata-HP-Pavilion-dv4-Notebook-PC:~/Desktop/ndnSIM$ deb http://ftp.iitm.ac.in/cran/bin/linux/ubuntu raring/ No command 'deb' found, did you mean: Command 'dab' from package 'bsdgames' (universe) Command 'dwb' from package 'dwb' (universe) Command &...
2011 Nov 23
1
MS Office shortcut in Wine Menu
I installed MS office in my ubuntu 10.04 system using wine 1.2. Firstly it was working fine but after some time it was creatibg prblm while i opening them.. So I removed this and installed again..but now its not showing shortcut of MS office in Wine Menu.. Pl help how to set MS Office shortcut in Wine Menu. .. [Crying or Very sad] [Crying or Very sad] Thanks In Advance
2008 Feb 14
2
[LLVMdev] Higher-level OCaml bindings
I'm still meddling with different ways to exploit LLVM's awesome JIT compilation capabilities from OCaml. Although I've managed to get minimal compilers up and running with relatively little effort, I can't help but think that I'm spending a significant amount of time reinventing the C front-end. Would it make sense to have higher-level OCaml bindings to the current CLang
2008 Feb 14
0
[LLVMdev] Higher-level OCaml bindings
On Thu, 14 Feb 2008, Jon Harrop wrote: > Would it make sense to have higher-level OCaml bindings to the current CLang > front-end to make code generation even easier? > > Does CLang use a suitable intermediate representation for this to be possible? The higher level IR that clang uses is basically a C AST. This interface is under constant flux though. If you wanted to do this, it
2010 May 26
1
gethostname was not declared in this scope
Hi, I am trying to compile the below code using wineg++ compiler in Linux system. #include <stdio.h> #include <winsock2.h> int main (int argc, char *argv[]) { char host[50]; gethostname (host, sizeof host); printf ("host: %s\n", host); return 0; } I get the following error gethost.cpp: In function ?int main(int, char**)?:
2009 May 04
0
uninitialized constant Article::Text (NameError)
uninitialized constant Article::Text (NameError) when i exute the program i am getting this err can any one give me the solution for this