search for: bajaj

Displaying 20 results from an estimated 30 matches for "bajaj".

Did you mean: bajan
2004 May 26
5
Windows XP and domain logon
Hello, I have installed samba 3.0.2a as PDC and BDC, I am able to add windows xp to domain and have added all the registry patches to windows xp, but when it comes to domain logon on windows xp client, the behaviour is very erratic, sometimes I am able to logon to domain and sometimes the domain logon fails, we need to restart the xp machine and keep trying to the domain logon. The error we
2010 Oct 18
1
Basic structure operations doubt
...4 ACC Ltd. CEMENT AND CEMENT PRODUCTS ACC EQ INE012A01025 5 Ambuja Cements Ltd. CEMENT AND CEMENT PRODUCTS AMBUJACEM EQ INE079A01024 6 Axis Bank Ltd. BANKS AXISBANK EQ INE238A01026 7 Bajaj Auto Ltd. AUTOMOBILES - 2 AND 3 WHEELERS BAJAJ-AUTO EQ INE917I01010 8 Bharat Heavy Electricals Ltd. ELECTRICAL EQUIPMENT BHEL EQ INE257A01018 9 Bharat Petroleum Corporation Ltd. REFINERIES BPCL EQ INE029A01011 > colNames <- NIFTY_INDX[2,] > colNames...
2011 Feb 18
2
Samba Cross-Compilation Problem
Hi, I want to cross-compile samba for arm-linux. I have host machine: Red Had Enterprise Edition 5.0 and I am not able to cross compile it. I tried 3-4 Versions of samba but in vain. Can you guide me through compiling process.Which stable version of samba should i use?Step by step cross compilation process.OR If you have binaries or package for samba which i can?directly?use ?at my arm machine.
2015 Sep 01
2
Do Frontends need to care about alignment?
...why. I want to understand beyond alignment and function ABI (which for my case is also system's C ABI) what makes my LLVM IR platform dependent. On Mon, Aug 31, 2015 at 4:16 PM, Philip Reames <listmail at philipreames.com> wrote: > Sometimes. > > On 08/31/2015 03:48 PM, Rohan Bajaj via llvm-dev wrote: > > > > _______________________________________________ > LLVM Developers mailing listllvm-dev at lists.llvm.orghttp://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: &...
2011 Feb 10
3
Finding length of unique numbers in a vector
Hello there, would you please look into my codes? Here I have following: > set.seed(100) > samp <- sample(c(1,-1,0), 20, replace=T); samp [1] 1 1 -1 1 -1 -1 0 -1 -1 1 -1 0 1 -1 0 0 1 -1 -1 0 Here I want to calculate the length of each unique number for above vector. How can I do that? Thanks in advance [[alternative HTML version deleted]]
2004 May 25
1
Samba-3.0.4 write list problem
...[res] path = /raid/res browseable = yes read only = yes write list = bis, rks, srv, pmd, ram, roh, mop [sts] path = /raid/sts browseable = yes read only = yes write list = bis, rks, srv, ram, stm, vdp, ban, spn, ppl, ngr Please suggest me a way out. Thanks, Honey Bajaj
2011 Jul 18
4
Understanding R's "Environment" concept
Hi all, I am trying to understand the R's "environment" concept however the underlying help files look quite technical to me. Can experts here provide me some more intuitive ideas behind this concept like, why it is there, what exactly it is doing in R's architecture etc.? I mainly need some non-technical intuitive explanation. Thanks,
2011 Jul 18
4
Understanding R's "Environment" concept
Hi all, I am trying to understand the R's "environment" concept however the underlying help files look quite technical to me. Can experts here provide me some more intuitive ideas behind this concept like, why it is there, what exactly it is doing in R's architecture etc.? I mainly need some non-technical intuitive explanation. Thanks,
2015 Aug 31
2
Do Frontends need to care about alignment?
2010 Jun 06
1
How to autosubscribe Folder in dovecot
...er after change of imap server by default they are showing in the unsubscribe folder list, is there any command or mechanism in dovecot to subscribe all the folder. i am using maildir format to store mail. Thanks & Regards. Munga (System Engginer) -- Click for exclusive coverage on the New Bajaj Pulsar 220 the fastest Indian bike http://www.zigwheels.com/Features/Bajaj-Pulsar-220-DTSi-Special-Coverage/Pulsar_20090623-1-1
2006 May 14
2
Samba VFS issue
Hi, Since Samba-3.0.20 I am unable to compile sa-samba.c vfs module, which I have downloaded from the internet for auditing purpose, prior to this version it was getting compiled cleanly, I am receiving CPLUSPLUS error, Please suggest as what need to be done in order to resolve it. Thanks, Honey -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed
2011 Feb 09
2
A question on Duplicating
Hello I am struggling to accomplice an idea which is as follows: I have a vector say: a <- c("a", "b", "c", "a") and another: b <- c("m", "n", "o", "m"). Length of those 2 vectors are essentially be same. Here task is to check the duplicates in the vector 'a' and then to check whether any duplicates are
2015 Apr 06
2
[LLVMdev] PDB support in LLVM
Is making PDB files for corresponding IR supported in LLVM latest version? After some searching I see llvm-pdbdump, but I want to annotate the IR with debug information so that when I write bitcode it has pdb information. I've heard of CodeView, but it seems to be only for line information. I want variable values also. I would be ok to use DWARF if Visual Studio could understand it using
2011 Jul 08
2
Selecting subset of a given vector
Hi there, given a numeric vector, I can select numbers within a specific range. However presently, I have something related but different problem. Suppose I have a numeric vector. Now take an arbitrary number. Goal to to chose a specific subset with a given length, from that given vector, so that those chosen numbers are centered around that given constant. Here is one example: ### My original
2011 Feb 19
2
Seeking help in Package development
Dear all, I am a new user of R and currently trying hard to develop my own package. Here I am following this tutorial 'http://www.mathfinance.cn/how-to-create-an-R-package-in-windows/' Here it says that (step 8): "open a ?command prompt? window, change the directory to where your package is, type the command ?R CMD build MonteCarloPi? to build the package, this will generate a file
2004 Aug 05
1
Problem With Vlan Routing
Hi, I have configured shorewall 2.0.3-1 on Redhat 9 on my firewall system which is also acting as a gateway for one of subnet to another LAN connected via lease line. LAN1(192.168.5.0/24)----- FW(shorewall) ------- Internet I------------------------LAN2(192.168.2.0/24) Below is the routes Kernel IP routing table Destination Gateway Genmask Flags Metric
2011 Mar 06
1
Writing Rd files
Hi all, I have created a package and now into writing it's help files. However I am having problem on, how to put a 'new line' in any statement of the help file? For example please consider following: \title{ This is a new function and this function will calculate the mean. } However I want to write it is this way: \title{ This is a new function & and, this function will
2011 Jun 10
1
How to add a welcome message in Package development?
Dear all, it is my first post in R-devel list, and hope that this is the right place to ask question related to package development. I have created my first package in Windows through the usual route. Now I want to add some ***Welcome message*** as soon as user loads my package into their R console, using library() function. However I could not figure out where and how should I add this
2011 Jul 14
1
Creating package Vignette
Hi all, I was trying to create some vignette files for my newly developed package, however wondering whether there could be any simpler way to do so. In writing R extension it is advised to go through Sweave route, however I have already got a big pdf file and want to use this as package vignette. So far I have manually created the inst/doc folder in the main package skeleton, and put that file
2011 Jun 09
1
package.sk​eleton() does not create 'data' folder
Hi again, yesterday I mailed this query however I could not see this on the mail list. Therefore, I am reposting it again. I was using package.skeleton() function to create the skeleton of my package in windows. Here is my attempt: rm(list = ls()) setwd("F:/R_PackageBuild") package.skeleton("trial1", namespace = TRUE, code_files = "F:/R_PackageBuild/trial.r") In