Click here to Skip to main content
15,921,463 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: SIP Implementation on LINUX Pin
Divyang Mithaiwala16-Mar-09 0:34
Divyang Mithaiwala16-Mar-09 0:34 
QuestionRe: SIP Implementation on LINUX Pin
ParagPatel9-Apr-09 21:27
ParagPatel9-Apr-09 21:27 
AnswerRe: SIP Implementation on LINUX Pin
satishkumar4328-Jul-09 6:58
satishkumar4328-Jul-09 6:58 
AnswerRe: SIP Implementation on LINUX Pin
THEURET Quentin19-May-09 21:06
THEURET Quentin19-May-09 21:06 
GeneralRe: SIP Implementation on LINUX Pin
satishkumar4328-Jul-09 6:56
satishkumar4328-Jul-09 6:56 
Questionplease help me..... Pin
gedebukgurls4-Mar-09 2:07
gedebukgurls4-Mar-09 2:07 
AnswerRe: please help me..... Pin
Smithers-Jones14-Mar-09 13:03
Smithers-Jones14-Mar-09 13:03 
QuestionGNU Prolog - Seems very simple Pin
aab199023-Mar-09 13:51
aab199023-Mar-09 13:51 
Didn't know where else to post this because prolog doesn't have its own forum. Since it is part of GNU I decided to give this forum a shot.

I have a program and need to show that i can run the correct Queries...Having no knowledge of syntax i can't really understand any tutorials.

Heres the program..

d(iron, steam).
d(pumps, mines).
d(mines, railroads).
d(iron, railroads).
d(iron, guns).
d(electricity, aluminum).
d(iron, electricity).
d(aluminum, jumbojet).
d(writing, printingpress).
d(printingpress, comicbook).
d(iron, printingpress).
d(aluminum, printingpress).

depends(X,Y) :- d(X,Y).
depends(X, Y) :- d(X, Z), depends(Z, Y).


Here are the questions...

What do you need to invent the comic book?
What do you need to invent electricity?
If you don't have steam engines, what can you not invent?
Given aluminum and electricity, what can you invent?
Which inventions are dependent on iron?
GeneralRe: GNU Prolog - Seems very simple [modified] Pin
fabrice.leal19-Mar-09 0:20
fabrice.leal19-Mar-09 0:20 
Questionphp website setup Pin
omlac2-Mar-09 20:22
omlac2-Mar-09 20:22 
AnswerRe: php website setup Pin
Mohammad Dayyan2-Mar-09 20:27
Mohammad Dayyan2-Mar-09 20:27 
AnswerRe: php website setup Pin
omlac2-Mar-09 21:02
omlac2-Mar-09 21:02 
GeneralRe: php website setup Pin
EliottA3-Mar-09 3:02
EliottA3-Mar-09 3:02 
GeneralRe: php website setup Pin
fly9047-Mar-09 9:17
fly9047-Mar-09 9:17 
GeneralRe: php website setup Pin
Marc Firth3-Mar-09 5:58
Marc Firth3-Mar-09 5:58 
GeneralRe: php website setup Pin
omlac4-Mar-09 0:26
omlac4-Mar-09 0:26 
GeneralRe: php website setup Pin
Marc Firth4-Mar-09 0:58
Marc Firth4-Mar-09 0:58 
GeneralRe: php website setup Pin
omlac4-Mar-09 2:24
omlac4-Mar-09 2:24 
GeneralRe: php website setup Pin
Marc Firth4-Mar-09 2:48
Marc Firth4-Mar-09 2:48 
GeneralRe: php website setup Pin
Marc Firth4-Mar-09 0:59
Marc Firth4-Mar-09 0:59 
AnswerRe: php website setup Pin
omlac4-Mar-09 0:24
omlac4-Mar-09 0:24 
AnswerRe: php website setup Pin
DaveX866-Mar-09 6:25
DaveX866-Mar-09 6:25 
AnswerRe: php website setup Pin
omlac16-Mar-09 20:48
omlac16-Mar-09 20:48 
GeneralRe: php website setup Pin
tech60321-Mar-09 6:43
tech60321-Mar-09 6:43 
QuestionGlobal variable across multiple files and multiple code snippets Pin
Joan M2-Mar-09 9:51
professionalJoan M2-Mar-09 9:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.