Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Durga Software Solutions

Name: Anonymous 2016-04-11 3:38

Name: Anonymous 2016-04-11 5:50

Drug Software Solutions
http://drugsoft.com

Name: Mentifex 2016-04-11 12:12

http://ai.neocities.org/P6AI_FAQ.html

Yesterday we wrote the following ki0016.pl program in
Perl that would create the program nuntius.pl in Perl.

#!/usr/bin/perl
use strict; # 2016apr10: PERL by Example (2015) p. 77
use warnings; # 2016apr10: PERL by Example (2015) p. 85
our $counter = 0; # 2016apr10: use counter separate from IQ
our $IQ = 0; # 2016apr10: PERL by Example (2015), p. 17
our $msg = " "; # 2016apr10:
our $text01 = " "; # 2016apr10: for writing to a separate file.
our $text02 = " "; # 2016apr10: for writing to a separate file.
our $text03 = " "; # 2016apr10: for writing to a separate file.
our $text04 = " "; # 2016apr10: for writing to a separate file.
our $text05 = " "; # 2016apr10: for writing to a separate file.
our $text06 = " "; # 2016apr10: for writing to a separate file.
our $text07 = " "; # 2016apr10: for writing to a separate file.
our $text08 = " "; # 2016apr10: for writing to a separate file.
sub Sensorium; # PERL by Example p. 351 Forward declaration

use IO::File; # 2016apr10: Perl_Black_Book p. 561
my $fh = new IO::File; # 2016apr10: Perl_Black_Book p. 561
$fh->open(">nuntius.pl") or die "Can't open: $!\n"; #2016apr10
$, = "\n"; # 2016apr10: PBB p. 560

$text01 = "#!/usr/bin/perl"; # 2016apr10: usual start of a Perl program.
$fh->printf ("$text01 \n"); # 2016apr10: PBB p. 535

$text02 = "use strict;"; # 2016apr10: typical early part of a program
$fh->printf ("$text02 \n"); # 2016apr10: PBB p. 535

$text03 = "use warnings; "; # 2016apr10: typical early part of a program
$fh->printf ("$text03 \n"); # 2016apr10: PBB p. 535

$text04 = "print 'Type your input: '; "; # 2016apr10:
$fh->printf ("$text04 \n"); # 2016apr10: PBB p. 535

$text07 = 'my $msg = <STDIN>; '; # 2016apr10:
# $fh->write($text07, length($text07)); # 2016apr10: PBB p. 535
$fh->printf ("$text07 \n"); # 2016apr10: PBB p. 535

$text08 = "print \"Human: \$msg\";"; # 2016apr10: PbEx p. 57 can\'t
$fh->printf ("$text08"); # 2016apr10: PBB p. 535

$fh->close; # 2016apr10: Perl_Black_Book p. 561

sub Sensorium() { #
$counter++ ; # 2016apr10: increment counter instead of inputting IQ.
print "Sensorium: IQ = $IQ Enter new IQ: ";
# print "Sensorium: IQ = $IQ \n"; # 2016apr10: not demanding input.
$IQ = <STDIN>; # PERL by Example (2015), p. 50
$IQ++ ; # 2016apr10: increment IQ instead of inputting IQ.
} # 2016apr10:

while ($counter < 8) { # PERL by Example (2015), p. 190
Sensorium(); # PERL by Example p. 350: () empty parameter list
} # End of main loop calling AI subroutines


The program above created a nuntius.pl file of the
following program for accepting human user input.

#!/usr/bin/perl
use strict;
use warnings;
print 'Type your input: ';
my $msg = <STDIN>;
print "Human: $msg";


The goal is to have one large Strong AI program

http://wiki.opencog.org/wikihome/index.php/Ghost

that first creates the nuntius.pl companion program
and then thinks continuously at lightning speed on
a webserver except when receiving human user input.

Name: Anonymous 2016-04-11 12:30

>>3
What is the point of these posts? What is the point of the work behind either creating them directly, or in creating the spambot to do so?

You confuse me, therefore you should fucking kill yourself, faggot.

Name: Anonymous 2016-04-11 13:23

>>4
Doesn't stuff like sub Sensorium; # PERL by Example p. 351 Forward declaration clue you in?

The dude is literally mentally retarded, IQ 60 or something like that. That's why he's using all these crutches, reminders to himself where to find how forward declarations work and so on. And when with all those crutches he finally manages to create some sort of trivial program, he's overwhelmed by the feeling of accomplishment and wants to share it with everyone.

Name: Anonymous 2016-04-11 15:01

Don't derail this thread, Mentishit. This is about curryniggers.

Name: Anonymous 2016-04-11 15:06

Don't bully ANDRU!

Name: Anonymous 2016-04-11 20:40

>>5
What do his programs do? What problem they solve? I have hard times understandings the intention behind his code. Are there any design document?

Name: Anonymous 2016-04-11 22:09

>>5
Like I would even start to read that code.

Name: Anonymous 2016-04-11 22:25

I wish Terry would come back. He was actually smart, unlike this horny retarded mongoloid who has a fetish for ASCII diagrams.

Name: Anonymous 2016-04-11 22:56

>>10
Check 'em

Name: Anonymous 2016-04-12 0:22

Getting back to the topic at hand, namely the link OP posted. It depicts many of the negative stereotypes of programmers computer botherers from the subcontinent, doesn't it?

I can already tell this won't be an interesting conversation.

Underneath this skin
I wait to hear my name again.

Name: Anonymous 2016-04-12 1:30

>>12 is a racist nigger

Name: Anonymous 2016-04-12 1:45

>>13
Aren't we all though?

Name: Anonymous 2016-04-12 2:13

>>10
Terry's one of the freaks who actually sits down and builds something. Gotta give him props.

Name: Anonymous 2016-04-12 4:06

Is it against currynigger law to shave your mustache?

Name: Anonymous 2016-04-12 5:59

>>16
I saw some bollywood shit the other day, and found 3 dudes without mustaches! Them rebellious youths!

Don't change these.
Name: Email:
Entire Thread Thread List