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

14 Posted Topics

Member Avatar for samaru

You've got another one :D .... I am somewhat of a recent addition in this club.. but I have covered several series... FMA, Death Note, Gundam Seed, Code Geass, Naruto (and Shippuuden), Bleach, Trinity Blood, Last Exile, Higurashi Ni Haku Koro Ni (and Kai), Samurai Champloo are among my favourite …

Member Avatar for thompsonmax
1
3K
Member Avatar for veledrom

u can try by changing the permissions $ su # cd /var # chmod 777 www then anyone can read/write from this folder

Member Avatar for iigwk
0
649
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
189
Member Avatar for coolest_987

do you have a google account already?? great then... just goto [url]reader.google.com[/url] then click add a subscription and paste the feed link(the link you get using "copy link location" over ther the rss link/icon) Actually the easier way is just go to the site, click on the RSS link . …

Member Avatar for farhan.foxtrot
0
99
Member Avatar for emiola
Member Avatar for deepugtm

Using the live CD boot Ubuntu and go to desktop. Then open terminal(from accessories) and type following: // Spaces are crucial be careful about them where they are and where they are not. sudo grub find /boot/grub/stage1 ( u'll get something like "(hd0, 11)" ) root (hd0,11) here the number …

Member Avatar for james chaco
0
170
Member Avatar for free radical
Member Avatar for free radical
0
194
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
104
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
97
Member Avatar for bharavn

Do yourself a favor. Don't use turbo C. Use Visual C++(express edition is great) or Code::Blocks instead. Code::Blocks is small and free

Member Avatar for ArkM
0
115
Member Avatar for stickboy

Because you are printing them in float format , they are printing default 6 digits after the point. To solve this change the printing line to : [code] printf("%.0f\n", a[i][j]); [/code] then after the point it will print 0 digit.

Member Avatar for stickboy
0
268
Member Avatar for shooshooo

Hallow shooshooo, I learned that u and ur team is going to make games using C# language.Actually there are a lots of path basis on how many work load can u and ur team can hold.For C# there is an excellent solution which is XNA Game studio.Everything related this is …

Member Avatar for William Hemsworth
0
128
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
79
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
97

The End.