Discussion:
ADAP : The collaborative tool to encourage peace, comfort, reciprocity, and synergy
(too old to reply)
sppopuri
2013-06-15 12:20:26 UTC
Permalink
Below is the code help us help ourselves and others. I am so inspired
this open source movement and the work of Brahm Cohen with regards to
Bittorent that I want to make this contribution with what I call the
Adap development tool.

/*
* File: pvmc.c
* Author: sppopuri
*
* Created on June 13, 2013, 4:53 PM
*/

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

/*
*
*/
int main(int argc, char** argv) {

start:

int input;
int ret_val = [success];

while (1)
{

printf ("Hello, how are you?\n");
printf ("Welcome to this movement toward a cloned fiat welfare
environement We are trying toward the inundation of the Ada
programming tool so many the world over will be able to share in the
good works we all intend to do. Thank you and come again to this most
awesome moment in our lives.\n\n");
printf ("Kindly enter your choice for this ameunesis. Thanks so
much. :-)\n\n");

printf ("1. nano\n");
printf ("2. lynx\n");
printf ("3. tin\n");
printf ("4. pine\n");
printf ("5. ftp\n");
printf ("6. nslookup\n");
printf ("7. gopher\n");
printf ("8. ada\n");
printf ("9. irc\n");
printf ("10. mods\n");
printf ("11. tutor\n");
printf ("12. ticker\n");
printf ("13. bible\n");
printf ("14. reports\n");
printf ("15. sql\n");

scanf ("%d", &input);

switch (input)
{
case 1:
printf ("nano\n");
execl("/usr/bin/nano", "-r", (char *) 0);
break;

case 2:
printf ("lynx\n");
break;

case 3:
printf ("tin\n");
break;

case 4:
printf ("gopher\n");
break;

case 5:
printf ("ftp\n");
break;

case 6:
printf ("nslookup\n");
break;

case 7:
printf ("pine\n");
break;

case 8:
printf ("ada\n");
break;

case 9:
printf ("irc\n");
break;

case 10:
printf ("mods\n");
break;

case 11:
printf ("tutor\n");
break;

case 12:
printf ("ticker\n");
break;

case 13:
printf ("bible\n");
break;

case 14:
printf ("reports\n");
break;

case 15:
printf ("sql\n");
break;
}
goto start;

}
}
sppopuri
2013-06-15 12:25:12 UTC
Permalink
Below is the code to help us help ourselves and others. I am so
inspired
by this open source movement and the work of Brahm Cohen with regards
to
Bittorent that I want to make this contribution with what I call the
Adap development tool. The Adap development tool is from the NYUNET
solaris account I was familiar with. Although I never saw the source
for the NYUNET account I believe it one worth encouraging for all
generations of past, preset, future, now. The simple joy of a text
based tool to be by our side for the longest time is worth the
investment in effort to volarize and inundate the world over.

/*
* File: adap.c
* Author: Satya Prasad Popuri
*
* Created on June 13, 2013, 4:53 PM
*/

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

/*
*
*/
int main(int argc, char** argv) {

start:

int input;
int ret_val = [success];

while (1)
{

printf ("Hello, how are you?\n");
printf ("Welcome to this movement toward a cloned fiat welfare
environement We are trying toward the inundation of the Ada
programming tool so many the world over will be able to share in the
good works we all intend to do. Thank you and come again to this most
awesome moment in our lives.\n\n");
printf ("Kindly enter your choice for this ameunesis. Thanks so
much. :-)\n\n");

printf ("1. nano\n");
printf ("2. lynx\n");
printf ("3. tin\n");
printf ("4. pine\n");
printf ("5. ftp\n");
printf ("6. nslookup\n");
printf ("7. gopher\n");
printf ("8. ada\n");
printf ("9. irc\n");
printf ("10. mods\n");
printf ("11. tutor\n");
printf ("12. ticker\n");
printf ("13. bible\n");
printf ("14. reports\n");
printf ("15. sql\n");

scanf ("%d", &input);

switch (input)
{
case 1:
printf ("nano\n");
execl("/usr/bin/nano", "-r", (char *) 0);
break;

case 2:
printf ("lynx\n");
break;

case 3:
printf ("tin\n");
break;

case 4:
printf ("gopher\n");
break;

case 5:
printf ("ftp\n");
break;

case 6:
printf ("nslookup\n");
break;

case 7:
printf ("pine\n");
break;

case 8:
printf ("ada\n");
break;

case 9:
printf ("irc\n");
break;

case 10:
printf ("mods\n");
break;

case 11:
printf ("tutor\n");
break;

case 12:
printf ("ticker\n");
break;

case 13:
printf ("bible\n");
break;

case 14:
printf ("reports\n");
break;

case 15:
printf ("sql\n");
break;
}
goto start;

}
}

Loading...