Displaying 13 results from an estimated 13 matches for "prajapati".
2010 Mar 23
4
Configure Webcam in centos 5.4
Hi list,
I looking for a solution about how to configure webcam in centos 5.4 What
are the webcam packages available in centos.
Any help is highly appreciated.
Regards,
Krishna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100323/72df16f4/attachment-0002.html>
2013 Oct 15
1
Launched new Asterisk Cilck 2 Call for websites
....in/index.php/products/synapse/synapse-products-add-ons/synapse-browser-extension?utm_source=chrome_extension&utm_medium=click_help&utm_campaign=synapse>
for
more information.
If you find any difficulties at time of configuration then let us know, we
will help you.
Regards,
--
Vignesh Prajapati
[image: Inline image 10] +91 0260 6612911
[image: Inline image 8] <http://www.ens.net.in/>
[image: Inline image
1]<http://www.linkedin.com/company/enjay-it-solutions-ltd->
[image: Inline image 2] <http://www.facebook.com/enjayltd> [image: Inline
image 3] <https://twitter.com/...
2019 Aug 20
2
Limit concurrent SSH sessions
Hi,
For one of my application, for accepting the ssh connection on different
namespaces, I am instantiating "sshd service" on different namespaces. I am
able to create ssh connection on each namespcae but I want to put a
limitation on max concurrent ssh connection to 5 for each namespace. Is
there a way to achieve it using openssh.
Thanks & Regards
Amit
2020 Feb 25
2
Restrict SSH connections
Hi,
Is there a way to restrict the number of active SSH client connections to
an sshd server.
Thanks & Regards,
Amit
2012 Sep 24
2
Regression Problem
Hello all,
I am new to R, I am learning regression and logistic modeling
with categorical predictor variables, when there is only one predictor
categorical variable i can use as.numeric() but when more than two variable
then what is solution? can anyone suggest me?
Thanks
vignesh
[[alternative HTML version deleted]]
2012 Nov 07
2
R + Hadoop on Amazon
Hello All,
Having some issue with local machine, I need to locate myself on Amazon
for running R and Hadoop with Amazon instance. After searching a lot, I
can't able to take a decision for choosing Image for Amazon instance. Can any
one using R + Hadoop on Amazon.
Thanks
[[alternative HTML version deleted]]
2012 Sep 05
2
Improvement of Regression Model
Hello folks,
I am on learning phase of R. I have developed Regression Model over six
predictor variables. while development, i found my all data are not very
linear. So, may because of this the prediction of my model is not exact.
Here is the summary of model :
Call:
lm(formula = y ~ x_1 + x_2 + x_3 + x_4 + x_5 + x_6)
Residuals:
Min 1Q Median 3Q Max
-125.302
2012 Apr 06
2
define function problem
...tion: Classes, definitions,
and nodes may only appear at toplevel or inside other classes;
expected ''%s'' at
/home/vgsuresh/svn/operations/puppet/modules/profile/manifests/init.pp:19
err: Try ''puppet help parser validate'' for usage
--
Best Regards,
Suresh Kumar Prajapati
Operations Engineer | Inmobi India
E-mail: er.sureshprajapati@gmail.com
Mob No: +91-9611708308
----------------------------------------------------------------------------------------
Theory is when you know all and nothing works. Practice is when all
works and nobody knows why. In this case we hav...
2009 Nov 06
1
INSTALL ADDITIONAL PACKAGES FROM DVD
Hi experts,
I have install centos 5.4 on my laptop(compaq 510). It's very nice. Now i
want to install some additional package using dvd. Sound is also not
working. Please help me to fix the installation and sound issue.
Thanks,
Krishna
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Sep 13
1
Inaccurate prediction in R
Hello,
After development of recommendation engine with the R, before removal of
outliers from data-set value of residual standard error was 1351 and after
removal of outlier its 100. Still there is no accurate prediction which
gives 10% correct(near) prediction. For more fitting i also have tried
polynomial model with two ,three and four degree but still no improvement.
Is there any most
2012 Oct 19
1
Memory issue with svm modeling in R
As I found the memory problem with local machine/micro instance(amazon) for
building SVM model in R on large dataset(2,01,478 rows with 11 variables),
then I have migrated our micro instance to large instance at Amazon. Still
I have memory issue with large amazon instance while developing R model for
this dataset due to large size. I have attached the snap of error with
local
2020 Feb 29
1
getting familiar with Xapian
hello everyone,
I am Divyesh, from Nirma University. I am currently in my 3rd year
of computer Engineering and I am c++ competitive coder. I want to apply my
problem-solving skills on real-world projects so I choose Xapian. I am
interested in improving match-making algorithm at Xapian. can anyone help
me about how I will be able to propose my ideas in Xapian.
2012 Oct 17
0
Svm modeling :: Error in which.max(votematrix[, x]) : subscript out of bounds
Having a classification problem, I am using SVM for prediction in R. In
dataset, there are integer as well as categorical variables. I got error
while predicting with predict method.
svp3c <- ksvm(input_dataset3$isCRgt3~., data=input_dataset3,type="C-svc")
p3<-predict(svp3c,newdata=input_dataset_prediction[,-1],type="response")
error :: Error in