Since 6/11/2012 6:19:42 AM, alex.buell1 has written 10 articles and participated in 138 conversations. alex.buell1 signature: alex.buell1
alex.buell1's articles:
Items(10) /1
Four more years :-)26164 (11/7/2012 4:24:37 AM) comp.os.vms Well, it's now over, Obama has won this one. Bye bye Slick Mitt!
--=20
Tactical Nuclear Kittens
... Single
tuples in C++111525 (8/14/2012 6:17:26 PM) comp.lang.c++ Hello!
Suppose I have the following:
int main()
{
typedef boost::tuple tuple3;
std::vector tuples;
tuples.push_back(tuple3(1, 2, 3));
tuples.push_back(tuple3(7, 8, 9... Single
VAX cluster :-)1546 (8/8/2012 5:55:39 PM) comp.os.vms http://www.designspark.com/content/raspberry-pi-vax-cluster
Amazing how a number of credit-card sized computers can emulate a VAX
3900. :-)
--=20
Tactical Nuclear Kittens
... Single
C++11 allows static member initialisation1230 (8/5/2012 10:11:40 PM) comp.lang.c++ I have this:
$ more static-initialisers.cpp=20
class Simple
{
static int mCounter =3D 0;
};
$ g++-4.6.3 -std=3Dc++0x -c static-initialisers.cpp
static-initialisers.cpp:3:24: error: ISO C++ forbids in-... Single
Using auto iterators in loop526 (8/4/2012 11:50:07 AM) comp.lang.c++ I've got an query about the following:
for (auto iter =3D mEmployees.begin(); iter !=3D mEmployees.end(); ++iter=
)
iter->display();
If I changed this to:
for (auto iter : mEmployees)
... Single
Out of diskspace :(1346 (5/18/2012 4:18:14 PM) comp.os.vms Folks, What is the largest size for disks that SimH-vax supports? Currently these are 2GB SCSI disks. Is there anything else larger I can configure SimH-vax with?=20 Failing that, is there a way to re-compres... Single
ODS5 on Linux2834 (5/9/2012 12:37:41 AM) comp.os.vms Recently I found this page: http://www.vms2linux.de/ods5fs.html which provides the ability for Linux to read those ODS[2,5] disks. Unfortunately I could not find the source code - does anyone knows where I can... Single
Changing VMS node name10102 (4/9/2012 4:35:36 PM) comp.os.vms I accidentally mis-entered a node name because my terminal emulation wasn't quite right and using the backspace just screwed up the node name for my OpenVMS 6.2 installation under simh-vax.=20 I then looked at... Single
Seamonkey developers: OpenVMS is dead4248 (11/1/2012 8:36:36 AM) comp.os.vms A long time ago the Mozilla/Seamonkey web browser for OpenVMS was
maintained by Colin Blake. As far as I know he was a freelancer hired by
HP to do this job from his home. You can guess what happened to Col... munk(482)
Dear Mother Hen and all you c.o.vers...34852 (11/4/2012 8:46:47 PM) comp.os.vms Hello,
Power and communications were just restored here after that bitch Sandy
knocked it out. I wanted to inform those of you who left me voice mail
messages of concern, especially you Mother Hen, that I... VAXman
Four more years :-)26164 (11/7/2012 4:24:37 AM) comp.os.vms Well, it's now over, Obama has won this one. Bye bye Slick Mitt!
--=20
Tactical Nuclear Kittens
... alex.buell1(148)
Microsoft-Intel-HP7444 (11/28/2012 11:17:55 AM) comp.os.vms This was rolling around my head this morning so I thought I'd put it out th=
ere for comments.
=20
For most of my adult life I've been hearing the phrase "WinTel" which is me=
ant to indicate the close rela... n.rieck(1972)
Wanted: the SYMBOL utility for Itanium23966 (12/6/2012 5:33:38 PM) comp.os.vms
Hi OpenVMS group members,
When trying to reach http://www.tmesis.com/symbol I get the message:
"The requested URL /symbol was not found on this server."
Can someone please refer me to a valid link for th... ami.kurtser(12)
swap and page files9847 (12/27/2012 10:33:33 AM) comp.os.vms I have the regular swap and page files on the system disk. In addition,
I have some additional (larger) ones on another disk. These are
installed in SYPAGSWPFILES.COM.
In MODPARAMS.DAT (example from on... helbig(4873)