Search Results

Showing results 1 to 40 of 46
Search took 0.01 seconds.
Search: Posts Made By: xav.vijay
Forum: Linux Servers and Apache Oct 18th, 2009
Replies: 4
Views: 847
Posted By xav.vijay
Thank You...Thank You...Thank You...Thank You...

That was ridiculously goooood......exactly what I was looking for...

Absolutely PERFECT!!!!

Thank u Again!!!!
Forum: Linux Servers and Apache Oct 11th, 2009
Replies: 4
Views: 847
Posted By xav.vijay
Hello All,

I have a problem, for which I need some guidance..... Here is the scenario.

Internet --> Router --> [my required s/w ?!?!] --> 3 web servers.

the router which I have has limited...
Forum: Linux Servers and Apache Sep 30th, 2009
Replies: 7
Views: 1,212
Posted By xav.vijay
Did u create a certificate file and key file?

Did u add them to ur httpd.conf, and mark the https port directive to this certificate??
Forum: Linux Servers and Apache Sep 30th, 2009
Replies: 6
Views: 1,214
Posted By xav.vijay
OK...U have Windows XP.

More than one computers are connected in ur network.

Other computers connect, but this one does not. Which means, u do not have any problems in the router.

Your...
Forum: Python Sep 30th, 2009
Replies: 3
Views: 701
Posted By xav.vijay
This looks cool...

I will have to check this from my home PC then....
Forum: Python Sep 30th, 2009
Replies: 3
Views: 701
Posted By xav.vijay
My first question would be how did u install cx_freeze?

That is for converting a python script to a windows executable... u r trying to get an exe file in Linux?? I wonder why u would do that.
...
Forum: HTML and CSS Sep 30th, 2009
Replies: 13
Views: 1,126
Posted By xav.vijay
Page Breeze HTML Editor!!!!

http://pagebreeze-html-editor.software.informer.com/1.0/
Forum: Python Sep 29th, 2009
Replies: 20
Solved: Text Files
Views: 560
Posted By xav.vijay
That's bcos ur syntax for file handling is wrong.
Forum: Python Sep 29th, 2009
Replies: 20
Solved: Text Files
Views: 560
Posted By xav.vijay
which variable has this entire line? temp3??

if so then

print temp3[4:]

or WhatEverVariable[4:]
Forum: Python Sep 29th, 2009
Replies: 20
Solved: Text Files
Views: 560
Posted By xav.vijay
OK...
First ....We are dealing with a file with lots of text. No matrices.

some r,c does not always define row and column. At least not in ur case.

Second u wanted to know what temp1 does...
Forum: Python Sep 29th, 2009
Replies: 20
Solved: Text Files
Views: 560
Posted By xav.vijay
Joe

1. U will have to tell us whose code is working. I think 3 or 4 code examples are here.
2. If u want to know what ur code does, u will have print the value to see, what it has.

For example...
Forum: Python Sep 29th, 2009
Replies: 6
Views: 407
Posted By xav.vijay
ok...
what do get if u ..

print float(COGXL)
print float(COGXR)

before the calculations.

Ur error message says one of them is empty.
Forum: Python Sep 28th, 2009
Replies: 6
Views: 407
Posted By xav.vijay
I guess your output is in string.

try

Z_Actual = (11 * 5.5)/float(COGXL)-float(COGXR)
Forum: Python Sep 28th, 2009
Replies: 6
Views: 407
Posted By xav.vijay
what is the value of COGXR??

Can u give

print COGXR

before the Z_Actual thing and see what the output is?
Forum: Python Sep 28th, 2009
Replies: 20
Solved: Text Files
Views: 560
Posted By xav.vijay
To put it very crudely, my code would like...

f = open("c:\\path to file\\violate.dat",'r')

chk = 0

for i in f.readlines():
if chk == 1:
val1 = i.split()[0]
print...
Forum: HTML and CSS Sep 27th, 2009
Replies: 2
Views: 263
Posted By xav.vijay
Nope I had tried those earlier... they didn't work....
we cannot fetch a file which is outside the boundaries of the DocumentRoot... i.e here it is /var/www/htdocs.

But at the same time, I cannot...
Forum: HTML and CSS Sep 27th, 2009
Replies: 2
Views: 263
Posted By xav.vijay
Hi

I am new to the Web Development side of Daniweb. I usually wander in the Python and Unix forums.
It has been my loooong desire to create a website of my own.., but for some reason, I have...
Forum: Python Jul 10th, 2009
Replies: 2
Views: 515
Posted By xav.vijay
Well ... you have to give us something!!!
the error message u get for a start....

Does ur scheduler start the script in the first place??

I had a similar problem once. I didn't include the Run...
Forum: Python Jul 7th, 2009
Replies: 1
Views: 258
Posted By xav.vijay
For windows look for WMI scripting queries that would fetch you the required info. You can use the same in the python. The Microsoft site has plenty of details on that.

For Ubuntu, you will have...
Forum: Python Jun 29th, 2009
Replies: 2
Views: 578
Posted By xav.vijay
I am not sure whether you can change the entire sheet color to yellow.
But you can change the colors of individual cells to any color u want.



here 6 is for yellow.
...
Forum: Python Jun 16th, 2009
Replies: 6
Views: 461
Posted By xav.vijay
Ok... here goes... I tried ur code at my home Vista.
The only change I needed to make was

from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer

instead of

from http.server import...
Forum: Python Jun 16th, 2009
Replies: 6
Views: 461
Posted By xav.vijay
What is the version of Python you use?
Forum: Python Jun 15th, 2009
Replies: 6
Views: 461
Posted By xav.vijay
I have never used a Python web server...So I wudnt know whether this works or not...

I will have to check this code in my home....

Are you able to access the page on the same box?
...
Forum: Python Jun 15th, 2009
Replies: 2
Views: 599
Posted By xav.vijay
Forum: Python Jun 15th, 2009
Replies: 7
Views: 288
Posted By xav.vijay
I think you should define the quote before u call it..

[QUOTE=pupspark;891264]

def choices1():
print "The SNES Star Fox games ran off of/was used to advertise what advancement?"
print "1:...
Forum: Linux Servers and Apache Jun 15th, 2009
Replies: 2
Views: 785
Posted By xav.vijay
Hmmm... did u try using the default Apache settings.

For example Redhat recommends Maxclients not to exceed 256.

KeepAlive setting is ON, but the number of MaxKeepAliveRequests is 0???

I...
Forum: Linux Servers and Apache Jun 12th, 2009
Replies: 0
Views: 777
Posted By xav.vijay
Hi

I am not sure whether this is the right forum to post, sorry if this the wrong form....
I am trying to create a jboss cluster of 2 nodes. Here is the setup required.

1. NodeA is on...
Forum: Python Jun 9th, 2008
Replies: 5
Views: 7,905
Posted By xav.vijay
Thanks ms_melagiri ...

I will use this code my future implementations....
Forum: Python Dec 26th, 2007
Replies: 1
Views: 1,310
Posted By xav.vijay
Hi All

Anybody got a solution for this? I am still searching for the answer.
I require this to automate a job, which we do on a daily basis for many servers. Collect the expiry date values &...
Forum: Python Dec 26th, 2007
Replies: 4
Solved: Open URL
Views: 11,873
Posted By xav.vijay
May be u can try this snipet....

from win32com.client import Dispatch
ie = Dispatch("InternetExplorer.Application")

ie.Visible = 1 ...
Forum: Python Dec 20th, 2007
Replies: 1
Views: 1,310
Posted By xav.vijay
Hi

I am trying to view the security certificate of a secured web page.
ex: https://somesite.com

I need to do this via a python script to collect some data from the certificate, like the CN,...
Forum: Python Jul 1st, 2006
Replies: 4
Views: 2,222
Posted By xav.vijay
Thanks for the feedback .... Its probably due to XP, the code works fine with Win2K...
Forum: Python Jun 29th, 2006
Replies: 4
Views: 2,222
Posted By xav.vijay
hi

I have a problem with the following code ...

>>> j = win32pipe.popen('c:\\disk\\plink jnitin@10.94.101.178 -pw mat123 df -g','r')
>>> for i in j:
print i


>>>
Forum: Python Dec 10th, 2005
Replies: 5
Views: 7,905
Posted By xav.vijay
I have found a way to SSH to a *IX machine... I tried it with Linux, AIX & Solaris Machines... it works fine..

I downloaded a command line version of PUTTY, called as PLINK. Its a .EXE file.
...
Forum: Python Nov 19th, 2005
Replies: 5
Views: 4,649
Posted By xav.vijay
Hai
Sorry for replying so late...
I tried the one which you suggested, but the Windows version of gpg seems to be entirely different.
I was looking into win32pipe & win32process modules,...
Forum: Python Nov 16th, 2005
Replies: 5
Views: 4,649
Posted By xav.vijay
Well 'gpg' is actually not a DOS command. Its like a command line encryptor. It does some operation on the file which I am not aware of... It doesnt support the --batch option, I checked that out.
...
Forum: Python Nov 15th, 2005
Replies: 5
Views: 4,649
Posted By xav.vijay
Hai friends
I have a some trouble in running a 3rd party program. This 3rd party program actually takes one file as input & does some processing on it and creates an output in a different...
Forum: Python Oct 10th, 2005
Replies: 5
Views: 7,905
Posted By xav.vijay
Hi friends

I am trying to connect to a Linux machine from a Windows PC. I used to do it thru TELNET, but now I want to use SSH for better security. I tried with PYSSH, but I am going nowhere...
Forum: Python Oct 10th, 2005
Replies: 3
Views: 1,683
Posted By xav.vijay
Hi

Well, if u r having windows then its quite simple. once u have opened the IDLE prompt, click on

File --> New Window.

U will get a new window named 'Untitled' ... This is where u write ur...
Forum: Python Oct 8th, 2005
Replies: 1
Views: 2,426
Posted By xav.vijay
Well jchang, I am not exacly sure where the problem is ,but can u check on the following syntax in your code... Hope it helps

In the main code where u call this function

isExists(fxfcustid) is...
Showing results 1 to 40 of 46

 


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

©2003 - 2009 DaniWeb® LLC