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

Pages: 1-

Biggest Case of Scheme Runtime Deployment

Name: Anonymous 2013-09-08 20:48

Pretty funny: http://philosecurity.org/2009/01/12/interview-with-an-adware-author

S: You wrote adware. You bastard.
M: [sheepishly] Yes, I did. I got to write half of it in Scheme, which probably means that I deployed more Scheme runtime than anybody else on the planet.

The section on Windows persistence is interesting.

Name: Anonymous 2013-09-08 20:53

Name: Anonymous 2013-09-08 20:59

>>2
Sourceforge is always striving to become even more shit, it seems.

Name: Anonymous 2013-09-08 21:24

>>3
We want the [b][u][i][o]ENTERPRISE[/o][/i][/u][/b] market!
-- Sourceforge

Name: Anonymous 2013-09-08 21:33

>>4
why didn't the BBCode work‽

Name: Anonymous 2013-09-08 21:36

>>5
It breaks in quotes.

I've tried to hit up Tablecat about it but his board is broken or something at the moment.

Name: Anonymous 2013-09-08 21:41

>>5,6
I just looked at it to see about fixing it. Here's his BBCode function:

sub markup($$$) {
my ($r, $index, $thread) = @_;
$r =~ s/&gt;&gt;([0-9\-\,l]+)/<a href="${index}read\/${thread}\/$1">&gt;&gt;$1<\/a>/g;
$r =~ s{([a-z]+?\:\/\/[\x21\x23-\x3B\x3D\x3F-\x5A\x5E\x5F\x61-\x7E]+?)(&lt;|&gt;|&quot;|&\#[0-9]+;|\Z|[^\x21\x23-\x3B\x3D\x3F-\x5A\x5E\x5F\x61-\x7E])}
{'<a href="' . $1 . '">' . $1 . '</a>' . $2}eg;
$r =~ s/^((\xE3\x80\x80).*?)(\n&gt;|\Z)/<span lang=\"ja\">$1<\/span>$3/ms if AUTO_ART;
$r = (bbcode($r))[0];
$r =~ s/\n/<br>/g;
return $r; }


What the fuck?

Name: Anonymous 2013-09-08 21:43

>>7
Oh, wait, never mind. That's just the entities replacement.
Looking at the bbcode section now.

Name: Anonymous 2013-09-08 21:51

>>8
Yeah, nah, I can't tell where the regex ends and where the Perl begins. Some other time.

Name: Anonymous 2013-09-08 21:54

>>8,9
grep for the bbcode() function, which is called in that 7th line, maybe in located in another header file.

Name: Anonymous 2013-09-08 22:00

>>10
No, I found the bbcode function, it's in common.pm, but it's again mostly regex, and it would probably be easier to rewrite from scratch at this point.

There's so many modification needed to make this software run properly that anything that isn't drastic (like the spam stuff) can wait until I'm finished with the SchemeBBS.

Name: Anonymous 2013-09-08 22:03

>>11
Sorry, it's in bbcode.pm, not common.pm.

Name: Anonymous 2013-09-08 22:22

>>12
What I figured. I hope we can have the jailed test bed soon.

Name: Anonymous 2013-09-09 0:20

>>7
VALID PERL CODE

Name: Anonymous 2016-05-17 11:52

Check em

Name: Anonymous 2016-05-17 18:01

S E X P C O D E W H E N
E
X
P
C
O
D
E

W
H
E
N

Name: Anonymous 2016-05-17 19:55

Why doesn't admin-sama release this BBS source code?

Name: Anonymous 2016-05-17 20:34

>>17
I'm ashamed of it.

Name: Anonymous 2016-05-17 23:13

>>14
Should've written a monadic parser.

Name: Anonymous 2016-05-18 0:26

>>17
Why do you need to see the code to this specific implementation of a BBS? Is there something specific you want to see in this implementation that you can't find in others? Are you simply curious about this implementation?

Name: Anonymous 2016-05-18 19:24

>>22
nice dubs

Name: Anonymous 2016-05-18 19:52

Can we please get back on topic? We need to discuss how Scheme is a curse on humanity.

Name: Anonymous 2016-05-18 19:57

>>22
Scheme is a blessing on humanity. Lispers should extract wealth from normies in whatever way is possible.

Name: Anonymous 2016-05-19 7:37

>>23
extract wealth
SCHEME IS A RACKET

Name: Anonymous 2016-05-19 9:36

>>24
Obviously. Did you just now figure that out? No attempt was made to even try to hide it/ Next you're going to realize that Common Lisp is Jewish for the first time, despite the CLISP logp staring at you all these years.

Name: Anonymous 2016-05-24 3:43

>>25
RACKET IS A SCHEME

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