User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 455,999 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,835 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 26 of 26
Search took 0.01 seconds.
Posts Made By: kartik14
Forum: MS SQL Oct 12th, 2008
Replies: 2
Views: 554
Posted By kartik14
Selecting all tuples with maximum value for an attribute

Hi,

I have a derived attribute in my table and I'm sorting the table in the descending order of this attribute. My query should retrieve all the tuples which have the maximum value for this derived...
Forum: Getting Started and Choosing a Distro Jul 31st, 2008
Replies: 5
Views: 873
Posted By kartik14
Re: Problems installing Ubuntu

Hi, thanks for the reply.. can you tell me howto edit the file ?

Where is the menu.lst file located ?

Thanks..
Forum: Getting Started and Choosing a Distro Jul 29th, 2008
Replies: 5
Views: 873
Posted By kartik14
Re: Problems installing Ubuntu

before I get this error, I get the message:

ACPI: BIOS age (1997) fails cutoff (2000), acpi=force is required to enable ACPI
ACPI: Disabling ACPI support

Does this mean I cannot Ubuntu on my old...
Forum: Getting Started and Choosing a Distro Jul 29th, 2008
Replies: 1
Views: 794
Posted By kartik14
BIOS cutoff age ?

I'm getting the following error when I try to install Xubuntu on my very old machine:

ACPI: BIOS age (1997) fails cutoff (2000), acpi=force is required to enable ACPI
ACPI: Disabling ACPI...
Forum: Getting Started and Choosing a Distro Jul 29th, 2008
Replies: 5
Views: 873
Posted By kartik14
Problems installing Ubuntu

Hi,

I'm trying to install Ubuntu on my Pc. When I insert the Cd ans reboot, I selected the option install Ubuntu. Then I get the Ubunu screen with the logo.

After that I'm getting :

Busy Box...
Forum: *nix Software Jul 28th, 2008
Replies: 4
Views: 719
Posted By kartik14
Connecting a linux machine to a windows network

Hi,

I'm running a fedora distro on VMWare in my XP machine. My XP machine is connected to a windows network. How can I detect my linux machine in this network ?

Thanks
Forum: *nix Software Jul 24th, 2008
Replies: 4
Views: 712
Posted By kartik14
Re: VMWare: Can't mount the physical CDROM

solved the problem.. thanks..
Forum: Getting Started and Choosing a Distro Jul 24th, 2008
Replies: 2
Views: 774
Posted By kartik14
Convert a DVD image file into multiple CD images

Hi,

I have a fedora DVD image file. I need to install this on a different machine which has no DVD writer. Is there a way for me to use the DVD image file that I already have to convert it into...
Forum: *nix Software Jul 24th, 2008
Replies: 4
Views: 712
Posted By kartik14
Re: VMWare: Can't mount the physical CDROM

Can you please tell me how to do it ??
Thanks
Forum: Windows NT / 2000 / XP / 2003 Jul 23rd, 2008
Replies: 7
Views: 293
Posted By kartik14
Re: make in XP

why do you say that ??
Forum: *nix Software Jul 23rd, 2008
Replies: 4
Views: 712
Posted By kartik14
VMWare: Can't mount the physical CDROM

Hi,

I'm running Fedora core 8 on my XP machine using VMWare. Now I have a DVD which I must run on the linux window. When I insert the CD, the only CD recognized by linux is the iso file which is...
Forum: Windows NT / 2000 / XP / 2003 Jul 22nd, 2008
Replies: 7
Views: 293
Posted By kartik14
make in XP

Hi,

I get the following error when I type make in the command line of windows:

'make' is not recognized as an internal or external command,
operable program or batch file.

How do I do this in...
Forum: *nix Software Jul 21st, 2008
Replies: 0
Views: 398
Posted By kartik14
Installing bvv visualizer

Hi,

I have a tarball which I'm unable to install on my linux machine.
This is a link to the package:
bvv (http://www.isy.liu.se/cvl/Research/Tomo/take/bvv.tar.gz)

I unzipped it and followed the...
Forum: C++ Jul 21st, 2008
Replies: 4
Views: 215
Posted By kartik14
Re: How to store HUGE numbers and perform operations on them

Hi, thanks for your reply..

Can you elaborate the procedure.. It would be very helpful if you could post a link with the mentioned approach...

Thanks :)
Forum: C++ Jul 21st, 2008
Replies: 4
Views: 215
Posted By kartik14
How to store HUGE numbers and perform operations on them

Hi,

Is there any way to store huge numbers (for example, a number with a million digits) in a C program and be able to perform operations on it ?

Thanks..
Forum: *nix Software Jul 16th, 2008
Replies: 2
Views: 511
Posted By kartik14
Re: Installation problems

Hi,

Thanks for the reply.. I managed to get it running. Its not the directory problem..
I had to change the makefile to use the correct compiler...

After compiling this, I got a linux executable...
Forum: Windows NT / 2000 / XP / 2003 Jul 15th, 2008
Replies: 4
Views: 403
Posted By kartik14
Re: Installing a tarball in xp

The program I'm trying to install is:

take211 (http://www.isy.liu.se/cvl/Research/Tomo/take/take211.tar.gz)
Forum: *nix Software Jul 15th, 2008
Replies: 2
Views: 511
Posted By kartik14
Installation problems

Hi

I'm trying to install the following software:

take_2.11 (http://www.isy.liu.se/cvl/Research/Tomo/take/take211.tar.gz)

This is what I did:

tar xvzf take211.tar.gz
make
Forum: Windows NT / 2000 / XP / 2003 Jul 13th, 2008
Replies: 4
Views: 403
Posted By kartik14
Installing a tarball in xp

Hi I have a linux tarball (.tar.gz)

The software I have has only this format. It does not have any .exe distribution. Is there any way I can install this .tar.gz file on my xp system.

Thanks in...
Forum: C++ Jun 7th, 2008
Replies: 3
Views: 621
Posted By kartik14
Use a function from a different file (C++)

Hi,

I want to use a function from a different file in the main method of another file. Both the files are in the same visual studio project. I used the extern "C" keyword in the foreward declaration...
Forum: C++ Jun 6th, 2008
Replies: 2
Views: 1,655
Posted By kartik14
Re: Visual studio : Command line arguments

Thanks for the quick reply ....
Forum: C++ Jun 6th, 2008
Replies: 2
Views: 1,655
Posted By kartik14
Visual studio : Command line arguments

Hi,

I'm kinda new to development using visual studio. I have a c++ program and I want to specify command line arguments to it from visual studio.

Can anyone please tell me how to do...
Forum: Legacy and Other Languages Feb 7th, 2008
Replies: 0
Views: 2,222
Posted By kartik14
Histogram equalization in MATLAB

I've applied histogram equalization for an image in MATLAB using histeq(image,255)
I then reran the same function again.

I found that rerunning the histogram equalization function does not further...
Forum: C++ Feb 2nd, 2008
Replies: 12
Views: 1,361
Posted By kartik14
Help Output window disappears instantly !!!!

When I compile and run my programs in Dev C++, the output window opens and shows the output. Then instanlty the window flashes and disappears.

How do I make the window stay long enough for me to...
Forum: *nix Hardware Configuration Dec 4th, 2007
Replies: 1
Views: 2,033
Posted By kartik14
Help Wireless is not working on my Thinkpad T60 with Fedora

Hi,

I recently installed Fedora 8 on my Thinkpad T60.
Everything works fine except for the wireless.
I'm unable to switch on the wireless adapter..
How do I enable my wireless??

Thanks
Forum: Java Nov 16th, 2007
Replies: 2
Views: 1,019
Posted By kartik14
Question test condition in a for loop

I have a question regarding the test condition of the for loop..

For example, if the loop is say:
for ( int i=0 ; ( C1 && C2 ) ; i++ ) {// some code}

My question is, if either C1 or C2 is false...
Showing results 1 to 26 of 26

 
All times are GMT -4. The time now is 9:51 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC