Search Results

Showing results 1 to 38 of 38
Search took 0.01 seconds.
Search: Posts Made By: msvinaykumar
Forum: Perl Jun 27th, 2009
Replies: 1
Views: 455
Posted By msvinaykumar
If u are running code in Unix

Then run two sql quires

one for table one > redirect to file1
and for table two > redirect to file2

then do
sdiff file1 file2 > file3
Forum: Shell Scripting Jun 25th, 2009
Replies: 4
Views: 829
Posted By msvinaykumar
Use unix profile file
Forum: Perl Jun 25th, 2009
Replies: 8
Views: 760
Posted By msvinaykumar
Or use Uniq command

<code>
$ cat happybirthday.txt

Happy Birthday to You!

Happy Birthday to You!

Happy Birthday Dear vinay!
Forum: Perl Jun 25th, 2009
Replies: 8
Views: 760
Posted By msvinaykumar
Hi,

If you are working in Unix then, Use following command

<code>
cat -n file-name > file_name2
</code>

Then use
<code>
Forum: Perl Jun 20th, 2009
Replies: 2
Views: 673
Posted By msvinaykumar
Hiyya,

Yes very much possible.

You must be knowing about this symbol ` `

use that in ur perl code.

I would suggest create a shell script and call that shell script
in ur perl.
Forum: Perl Jun 20th, 2009
Replies: 4
Views: 605
Posted By msvinaykumar
Hey dude
Let me repharse ur question, Sorry if i understood wrong

If log is having
aaa.ccc.ddd.eee.Yahoo.com
dfsdfsdsdf.gmail.com

Then u like to have
only yahoo.com
gmail.com
Forum: Shell Scripting Jun 20th, 2009
Replies: 4
Views: 564
Posted By msvinaykumar
And also to start ur CGI script
just press SUBMIT button in html from
Forum: Shell Scripting Jun 20th, 2009
Replies: 4
Views: 564
Posted By msvinaykumar
hiyya,

Before doing all this stuff.

First step is to do is

a) Configure apache Server (Find in google how to do)
b) Run few sample example which is bultin in apache server
just to...
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009
Replies: 7
Views: 838
Posted By msvinaykumar
Use it here in ur second code as shown below
In below code
The value will be stored in qs[1] varable
Thats Y i used alert to debug
U can use qs[1] varable accordingly



<script...
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009
Replies: 7
Views: 838
Posted By msvinaykumar
Say suppose u have two html file
a.html b.html

In a.html u submit the value to B.html

Then in B.html
Use my code ie

<script>
var urll = window.location.search.substring(1);
Forum: Shell Scripting Jun 20th, 2009
Replies: 3
Solved: Simple script
Views: 514
Posted By msvinaykumar
U r welcome
Pls mark it 'Solved'
Forum: Shell Scripting Jun 19th, 2009
Replies: 1
Views: 737
Posted By msvinaykumar
Dude can u please reframe ur Doubt
Tracing this big code is quite timeconsuming
Forum: Shell Scripting Jun 19th, 2009
Replies: 5
Views: 831
Posted By msvinaykumar
Hi Dude,

Before FTPing just convert file from unix to Dos and compress it
U can use below command
unix2dos file_name file_name

Let me know if it works and also can u tell me which command ...
Forum: Shell Scripting Jun 19th, 2009
Replies: 3
Solved: Simple script
Views: 514
Posted By msvinaykumar
Simple Dude just three line.. B4 running make sure that
two Dir ie FileData and CopiedData should be in same directory

#!/bin/sh
mkdir -p CopiedData
cp ./FileData/* ./CopiedData/
Forum: JavaScript / DHTML / AJAX Jun 19th, 2009
Replies: 7
Views: 838
Posted By msvinaykumar
Oh Ok

Here you go

var urll = window.location.search.substring(1);
alert(urll);
qs = urll.split("=");
alert (qs[0]);
drive= qs[0] + ":\\\\" + qs[1] ;
Forum: JavaScript / DHTML / AJAX Jun 19th, 2009
Replies: 7
Views: 838
Posted By msvinaykumar
Hey Dude,

I did't got this line
what I can't seem to achieve is the value to send


Are u trying to send Big text or somthing?
Forum: JavaScript / DHTML / AJAX May 30th, 2009
Replies: 1
Views: 453
Posted By msvinaykumar
<html>
<head>
<script type="text/javascript">

function getpr(txt2){
alert("I'm in");
document.write(txt2);
}
Forum: Java May 17th, 2007
Replies: 0
Views: 1,459
Posted By msvinaykumar
Can any one pls help me to know any real time example for
Static polymorphism
Dynamic polymorphism
Forum: C May 16th, 2007
Replies: 2
Views: 1,556
Posted By msvinaykumar
for(i=0;i<10;i++)
{
sum=sum+X[i];
}
calculate sum first then Average...
out of the for loop
avg=sum/10.0;
Forum: PHP Aug 24th, 2006
Replies: 8
Views: 1,846
Posted By msvinaykumar
If I press refresh button after loading a page
does server repeat its function like reading script and converting it to html ?
Forum: PHP Aug 24th, 2006
Replies: 5
Views: 2,301
Posted By msvinaykumar
Hi,
Please dont use cookie, Lot of problem will occur
Cookie is something which we can't handle in client machine.
Some client machine will allow us to create cookie and some don't

If...
Forum: Perl Aug 24th, 2006
Replies: 1
Views: 9,250
Posted By msvinaykumar
Hi,

How to implement sleep function in perl
Which package supporting that

Vinay
Forum: Python Aug 23rd, 2006
Replies: 1
Views: 1,256
Posted By msvinaykumar
What does connection.conv() means?

I know that
connection.conv() - set type conversion options between MySQL and Python
but
How to implement this in python

Vinay
Forum: Python Aug 23rd, 2006
Replies: 3
Views: 2,959
Posted By msvinaykumar
One who stays for only a short time is transient()

so if you want any frame to stay for shorter period you can use this function
Forum: Perl Aug 17th, 2006
Replies: 2
Views: 4,509
Posted By msvinaykumar
Hi,
I'm using following packages to read and write the excel, But the problem I'm not able to copy the formula from one sheet to other sheet
packages are
use Spreadsheet::ParseExcel;
use...
Forum: Python Aug 15th, 2006
Replies: 5
Views: 6,055
Posted By msvinaykumar
Hi Kather,
Create an account in mysql which does not require SSL
that's all Boss
Forum: MySQL Aug 15th, 2006
Replies: 2
Views: 1,180
Posted By msvinaykumar
Hi,

How to create an account in Mysql that does not require SSl

Vinay
Forum: Perl Aug 15th, 2006
Replies: 1
Views: 3,527
Posted By msvinaykumar
Hi,

What does this error means
Can't locate TT/Flow_test.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.6/mach /usr/local/lib/perl5/site_perl/5.8.6...
Forum: Perl Aug 14th, 2006
Replies: 2
Views: 2,068
Posted By msvinaykumar
Hi,
Please help me in finding out any good and quick ebook on Regular Expression on PERL .

Vinay
Forum: Perl Aug 9th, 2006
Replies: 6
Views: 3,576
Posted By msvinaykumar
Hi,

If I type sscovert it showing command not found in both unix and windows
Thanks for Reply
Forum: Perl Aug 9th, 2006
Replies: 6
Views: 3,576
Posted By msvinaykumar
Hi,
How to convert excel to html in shell prompt
Is there any unix command to do this ? so that I can use that in excel
Vinay
Forum: Perl Aug 8th, 2006
Replies: 5
Views: 2,514
Posted By msvinaykumar
Because I want to implement this in perl
Forum: Perl Aug 7th, 2006
Replies: 5
Views: 2,514
Posted By msvinaykumar
Hi,
Please explain me how XML is useful . Please give me any Case study example.

Vinay
Forum: Perl Aug 4th, 2006
Replies: 2
Views: 3,090
Posted By msvinaykumar
If you have any other option please let me know
Thanks for your reply
Forum: Perl Aug 3rd, 2006
Replies: 2
Views: 3,090
Posted By msvinaykumar
Hi,
Is there any perl script (Or any script) available so that I can get email ID when user clicked the link .
example
Suppose I send this similar sample link (Give below) to three...
Forum: Perl Jul 25th, 2006
Replies: 4
Views: 5,957
Posted By msvinaykumar
When I send email, say more than 300 emails ( Separate copy of emails) /var/mail/ size keep on increasing and after all mail sent it gradually size in /var/mail decreases . Problem arises when I send...
Forum: Perl Jul 25th, 2006
Replies: 4
Views: 5,957
Posted By msvinaykumar
I'm using "sendmail" command in perl to send email
If I send email using perl script and if I check /var/mail/root
I can see a recent copy of mail that I sent using script
Is ther any way so that...
Forum: Perl Jul 20th, 2006
Replies: 1
Views: 1,813
Posted By msvinaykumar
Hi,
I am using a sendmail command in perl to send emial , I wonder how to get a message confirmation that mail has been sent to perticular
user
Vinay
Showing results 1 to 38 of 38

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC