Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~5K People Reached
Favorite Tags
Member Avatar for samaru

I'm curious if anyone here likes Anime. If so, what are your favorite series?

Member Avatar for thompsonmax
1
3K
Member Avatar for veledrom

Hi, I use Ubuntu8. I have a folder in /var/www/Project1. When i try to save a php file into /var/www/Project1/ it generates error(writing permition). This is what i do but doesn't solve my problem: [code] root@ubuntu:/home/ubuntu# sudo useradd myuser root@ubuntu:/home/ubuntu# sudo chown myuser /var/www/Project1/ OR root@ubuntu:/home/ubuntu# sudo chown root /var/www/Project1/ …

Member Avatar for iigwk
0
633
Member Avatar for farhan.foxtrot

Compiling the following problem with visual studio 2000 gives the errors: temp.obj : error LNK2001: unresolved external symbol "void __cdecl ungetch(int)" (?ungetch@@YAXH@Z) temp.obj : error LNK2001: unresolved external symbol "int __cdecl getch(void)" (?getch@@YAHXZ) Debug/temp.exe : fatal error LNK1120: 2 unresolved externals Error executing link.exe. The code is taken from Dennis …

Member Avatar for 9868
0
178
Member Avatar for coolest_987

hii everybody can any one tell me how to read RSS of any page. Any HELP will be appreciated.

Member Avatar for farhan.foxtrot
0
97
Member Avatar for emiola

Hello forum members, Due to the very slow speed internet access I use, I find it almost impossible to successfully download and burn any linux installation live cd (especially ubuntu and fedora10). I have been reading studiously in preparing myself technically for server administration using linux for the past four …

Member Avatar for krnekhelesh
0
285
Member Avatar for deepugtm

I am new to linux so I used to use both Windows Xp and Ubuntu.But due to problem in Windows,I re-installed Windows,but While re-starting the system, OS choice menu lost from Boot, Windows automatically opens, and ubuntu lost..,How can I find it..?

Member Avatar for james chaco
0
146
Member Avatar for free radical

Hello, I need to prompt the user if they want to actually execute the program or not. Like, "Do you want to run the program, y=yes and n=no" Then user enters y or n and the program either runs or quits. I was thinking that would be like: [code] char …

Member Avatar for free radical
0
178
Member Avatar for farhan.foxtrot

Running this file returns the error: Exception in thread "main" java.lang.NullPointerException at Packet.<init>(test.java:20) at test.main(test.java:46) here: line 20 : this.data[i][j] = data[i][j]; line 46 : Packet packet = new Packet(4,data,count,column); can anyone help ma how to create this constructor that accepts String[][] ? [code] class Packet{ int op_code; String[][] data; …

Member Avatar for Ezzaral
0
96
Member Avatar for farhan.foxtrot

Hi, I am a beginner for the zend framework. I have viewed the screencast from the zend site and followed them. The summary of the screencasts are: [code] application controllers IndexController.php models views scripts index index.phtml library Zend public .htaccess index.php [/code] The codes are following: index.php: [code] <?php //error …

Member Avatar for farhan.foxtrot
0
94
Member Avatar for bharavn

I am new to Turbo C can anyone tell me how to create a project of muLtiple .c and .h files in Turbo C, and also how do you combine all the files at once?

Member Avatar for ArkM
0
112
Member Avatar for stickboy

Hello I know I may receive some grief for not inserting code correctly it is my first post... My question is this: I am reading a huge list of values from a file and I need to store these elevations into an array so they can be used to calculate …

Member Avatar for stickboy
0
225
Member Avatar for shooshooo

[B][COLOR="Red"]Hi all i have a question which i need it's answer as soon as possible plz . i am a student in software engineering faculty , me and my team are making a game using c# language. so i need to know what graphic programms that i can use in …

Member Avatar for William Hemsworth
0
126
Member Avatar for farhan.foxtrot

In my oracle, there is a table : locations( city varchar2(10), country varchar2(10)); executing the following script results the desired column. [code=php]<?php $link = oci_connect('SYSTEM', 'abracdabra', 'orcl'); $s = oci_parse($link, 'select city from locations'); if(! $s) { $e = oci_error(); var_dump($e ); } oci_execute($s); $res = oci_fetch_row($s); while($res) { echo …

0
77
Member Avatar for farhan.foxtrot

i am using oracle 10g along with php 5. the problem is i cannot connect with oracle database from php with the function oci_connect. i can understand that this is because of the way php is configured. can anyone help me configure php to connect and manipulate oracle database?

Member Avatar for farhan.foxtrot
0
91