Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
67% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~16.1K People Reached
About Me

Student

Interests
Sketching Reading
Member Avatar for kartik14

Hi, Is there any way to "clear" work space in Lua similar to the [ICODE]clear [/ICODE]command in Matlab ? Thanks !!

Member Avatar for kartik14
0
169
Member Avatar for kartik14

Hi, I would like to know the significance of lua methods beginning with an underscore.. for example __init().. Thanks !!

Member Avatar for kartik14
0
260
Member Avatar for kartik14

Hi, I'm having problems adding images to a game I'm trying to modify. The given project has some images in a folder called "Images". So I added new images to this folder and tried to use these new ones in my code. To do this, I right clicked on the …

Member Avatar for jamesonh20
0
404
Member Avatar for kartik14

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 it? Thanks (The version I'm using is visual studio 2005)

Member Avatar for tona70
-1
502
Member Avatar for kartik14

Hi, I'm trying to get [URL="http://www.cgal.org/"]CGAL [/URL]working with VS 2005. So, I installed the [URL="http://www.boost.org/"]Boost [/URL]libraries as well as CGAL and tried to run the following example program: [ICODE]// file: examples/Polygon/Example.C //-----------------------------------------------------------------------// // This is just a simple example that demonstrates how to use the // class CGAL::Polygon_2. //-----------------------------------------------------------------------// #include …

Member Avatar for jencas
0
216
Member Avatar for kartik14

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 attribute. If I use SELECT TOP 1, I'm only getting one of the required …

Member Avatar for Geek-Master
0
172
Member Avatar for kartik14

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 support What do I do now ?

Member Avatar for TheNNS
0
92
Member Avatar for kartik14

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

Member Avatar for Belrog
0
176
Member Avatar for kartik14

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 : [CODE]Busy Box v1.1.3 (Debian 1:1.1.3-5 Ubuntu 12) Built-in Shell (ash) Enter 'help' for a …

Member Avatar for myle
0
247
Member Avatar for kartik14

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 multiple CD images for use on the other …

Member Avatar for Belrog
0
142
Member Avatar for kartik14

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 windows? Thanks

Member Avatar for gdrori
0
131
Member Avatar for kartik14

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 used in the installation of linux. The CD …

Member Avatar for kartik14
0
126
Member Avatar for kartik14

Hi, I have a tarball which I'm unable to install on my linux machine. This is a link to the package: [URL="http://www.isy.liu.se/cvl/Research/Tomo/take/bvv.tar.gz"]bvv[/URL] I unzipped it and followed the instructions in the README file. I'm getting the following error: [ICODE] [kartik@localhost bvv]$ make gcc -O4 -g -I/usr/openwin/include -c bvv.c bvv.c: In …

0
115
Member Avatar for kartik14

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..

Member Avatar for ivailosp
0
66
Member Avatar for kartik14

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 advance..

Member Avatar for crazymanzach
0
91
Member Avatar for kartik14

Hi I'm trying to install the following software: [URL="http://www.isy.liu.se/cvl/Research/Tomo/take/take211.tar.gz"]take_2.11[/URL] This is what I did: [CODE]tar xvzf take211.tar.gz make gcc -c -fast -xO5 take.c gcc: language O5 not recognized gcc: language O5 not recognized gcc: take.c: linker input file unused because linking not done gcc -c -fast -xO5 voxel.c gcc: language …

Member Avatar for kartik14
0
101
Member Avatar for kartik14

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 of this external function in the file containing the main method but …

Member Avatar for vijayan121
0
141
Member Avatar for kartik14

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 equalize the histogram. Can anyone help me understand why this is happening?

1
70
Member Avatar for kartik14

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 read the output?? Thanks

Member Avatar for Duoas
1
12K
Member Avatar for kartik14

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

Member Avatar for John A
0
90
Member Avatar for kartik14

I have a question regarding the test condition of the [I]for[/I] loop.. For example, if the loop is say: [CODE]for ( int i=0 ; ( C1 && C2 ) ; i++ ) {// some code}[/CODE] My question is, if either C1 or C2 is false then the test condition is …

Member Avatar for masijade
0
436