... uh... Though it's very nice, they "copied" the MSDN website layout (which, to be honest, was always one of my favourite layouts for technical websites). I...
And IE reports JavaScript errors on the page… And frames are sooo last century… On the other hand I don't think much Basingstoke effort goes into winning ...
Personally, I'm much more interested in substance than style. And I suspect that if there were any newcomers to APL they'd be much more impressed by finding a...
The comment spam at vector.org.uk: I've just upgraded my own site (www.5jt.com) to release 3.1 of Movable Type, which allows us to require commenters to...
As I said (or implied), I don't have personal experience of setting up forum software, but the impression I got from a quick look at Phpbb was that if someone...
Re. setting up our own forum, I'd just like to point out that I think I got about 90% of the way implementing a forum in Dyalog APL before running out of steam...
Would it be possible or desirable to have the discussion sections of a forum hosted with "industry standard" software and have links out for stuff like the...
We still have a few rooms available and we have have succeeded in getting the Oct 1st deadline extended into next week. If you have not yet registered and you...
It would be great to get away from Yahoo (and stupid adverts). Couple of forums I use run very good freeware from http://forum.snitz.com/ I guess it would be...
Use DateToIDN followed by IDNToDate. Dyalog Object Reference pages 168 & 302. Not elegant but easy. George ... I am looking for a function that would, given a...
There is a small item on dates in notes.Dates in supplied workspace dfns.dws. If you have Internet Explorer, take a peek at www.dyalog.com/dfnsdws/n_Dates.htm ...
I take it you are NOT using Dyalog.Net which will do the trick. I have a complete(?) set of date utilities - down as far as calculating "the day before the...
Gentlemen, Excellent! Perfect blend of ideas and solutions! I am glad I asked for your help. Thank you Kai J, George M, John S, and Ray C for your thoughts and...
Justin, Hi. I recently developed and implemented Hedge Fund processing for an insurance system. Should you think that I can be of any help, please do ask. I...
The are hundreds (quite literally) of content management/portal systems out there, mostly PHP, fewer in Perl, fewer still in other languages. Usually they have...
Two mathematicians were invited to "a series of symposia on certain conundra in the theory of numbers" They declined, regretting that they had "no wish to sit...
OK - I shall slowly move forwards with the vectorlib code (I have another application for it, even if someone beats me to it). Perhaps, before someone goes off...
Is there a way in DAPL to prevent 1 or more threads from running? I remember Fortran V had an instruction, "singletask", that would stop all other threads from...
Kx does this! Take a look at the K forum at http://www.kxforums.com/kxf/index.php It's done using phpBB 2, which is what i tried to 'sell' to people a year ago...
... I haven't tried it yet, but v10.1 has means to stop the execution of threads when debugging. I don't think you can achieve the same effect under program ...
Pehaps it WOULD save time. But how much time DOES it take to set one of these servers up? With an SQL database backend and all? Are we sure that it really...
The are hundreds (quite literally) of content management/portal systems out there, mostly PHP, fewer in Perl, fewer still in other languages. Usually they have...
... [... deleted ...] I can't speak from personal experience, but (in one of my other lives) I'm involved with a forum which is home-brewed on top of PHP and...
One advantage, which is unique to this community, is that most of the people reading this WILL be able to figure out what my ugly APL code means, while they...
Sorry about the double posting: changed ISP & both sent it! Part of the question may be what do we want: just a forum? Then there are lots Phorum, PhpBB &...
I've just noticed that it's 15.40 UTC and all you guys on the reconstituted earth are just in time to catch The HitchHiker's Guide To The Galaxy Fit The...
In Trad Dyalog, []NC 'A.SomeName' works, but In D, {[]nc 'w.SomeName'}A gives -1, for illegal name, where as {w.[]nc 'SomeName'}A works OK. Is this it a...