Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
30% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
5
Posts with Downvotes
5
Downvoting Members
4
1 Commented Post
~7K People Reached
Favorite Tags

10 Posted Topics

Member Avatar for khess

The world is getting tired of the bully monopoly evil empire. The list of Microsoft atrocities is documented in court! W7 is prob Vista cleaned up a bit. I happen to love Fedora linux with all its problems. One problem being what is required to install an nvidia video driver. …

Member Avatar for Andrew_29
4
4K
Member Avatar for Stefano Mtangoo

[QUOTE=evstevemd;1092609]As I said, I would like to make a PHP login /Register system that would be free for anyone. Here I have started. Since Iam not expert, then I will be adding small pieces until something emerges. I hope DW guys will help until it grows to mature. I want …

Member Avatar for vjimatjijoro
0
581
Member Avatar for landonmkelsey

[code=sql] alter table pets_like_boys drop constraint pets_like; alter table boys_like_girls drop constraint boys_like; alter table girls_like_pets drop constraint girls_like; drop table pets_like_boys; drop table boys_like_girls; drop table girls_like_pets; create table pets_like_boys (pets_name varchar(32), boys_name varchar(32),primary key (pets_name)) ; create table boys_like_girls (boys_name varchar(32), girls_name varchar(32),primary key (boys_name)) ; create table …

Member Avatar for debasisdas
1
290
Member Avatar for takeshi

I have 5 PHP programs that work as web sites window XP Prof SP3 (1) pilot's logbook access MySQL (2) pilot's logbook access Oracle (3) pilot's logbook access sql server 2008 express Fedora 12 (1) pilot's logbook access MySQL (2) pilot's logbook access Oracle I can email Voltaire: If God …

Member Avatar for harry_watson
0
157
Member Avatar for landonmkelsey

What normal form is violated here? A telephone call is uniquely identified by telephone number and time of call. These candidate keys compose the composite primary key. There is an attribute/column “telephone location”. telephone number|time of call | telephone location(precise) Does it help if the telephone is mobile? Just thinking …

Member Avatar for debasisdas
0
84
Member Avatar for imolorhe

[code=Fortran]do 66 i=1,3 do 66 j=1,3 do 66 k=1,3 c[i,j] = a[i,k] * b[k,j] 66 continue[/code] now convert to pointers [code=Fortran]a[1,1] in pointers *(pa+0+0) a[1,3] in pointers *(pa +(i-1) * 3*( j-1))[/code] Assume matrices stored in column order a[i,j] 1 1 *(pa) 2 1 *(pa + 2-1 + 3*(1-1) = …

Member Avatar for xavier666
0
176
Member Avatar for Erick

[QUOTE=billah_norm;60907]$q = "select * from DB_Product where Kind = $Kind "; if(!($res = mysql_DB_query($DB, $q))) die("query failed."); $res = mysql_db_query($DB, $q); while($row = mysql_fetch_object($res)) { $Product_ID=$row->Product_ID; $Kind=$row->Kind; $Price_Ex=$row->Price_Ex; $Price_Ex_1 = $Price_Ex *10/100; $Price_Ex_2 = $Price_Ex + $Price_Ex_1; } $q = "update DB_Product set Price_Ex=$Price_Ex_2 where Kind = $Kind "; if(!($res …

Member Avatar for almostbob
0
212
Member Avatar for landonmkelsey

This code defines a new operator new in C++ such that the memory returned is in the shared memory segment rather on the heap. This code exists to prove a point. "Objectifying" shared memory. One can not overload the new operator but one can overload operator new. Reference the C++ …

1
425
Member Avatar for Venom Rush

problem solved?? then ignore this! (1) disable selinux (2) configure the conf file and log into the machine you are on [root@localhost etc]# cd /etc/vsftpd [root@localhost vsftpd]# ls -alF total 36 drwxr-xr-x 2 root root 4096 2009-11-27 15:29 ./ drwxr-xr-x 146 root root 12288 2010-01-10 11:29 ../ -rw------- 1 root …

Member Avatar for landonmkelsey
0
362
Member Avatar for landonmkelsey

just upgraded to Fedora 10 and no problem with apache . Version: LMKIII (root) /etc/httpd/logs [1013]>rpm -qa |grep -i apache ant-apache-regexp-1.7.1-9.2.fc11.i586 ant-apache-resolver-1.7.1-9.2.fc11.i586 ant-apache-log4j-1.7.1-9.2.fc11.i586 ant-apache-bcel-1.7.1-9.2.fc11.i586 ant-apache-oro-1.7.1-9.2.fc11.i586 ant-apache-bsf-1.7.1-9.2.fc11.i586 LMKIII (root) /etc/httpd/logs [1014]> then I upgraded tp Fedora 11 and I get an error in /etc/httpd/logs/error_log Function not implemented: apr_socket_accept: I cannot even …

0
70

The End.