Domain: wustl.edu
Stories and comments across the archive that link to wustl.edu.
Comments · 467
-
Re:WHAT and leave out ed?! ed! ed! ed! ed! ed! ed!
When I use an editor, I don't want eight extra KILOBYTES of worthless help screens and cursor positioning code! I just want an EDitor!! Not a "viitor". Not a "emacsitor". Those aren't even WORDS!!!! ED! ED! ED IS THE STANDARD!!!
-
Precisely what is slow is an issue...
I am familiar with TAO, and with ILU, and certainly know of MICO and omniORB. I suggest taking a look at the GnuPaghe Project; they went through an ORB selection process, and waffled back and forth between TAO and MICO, leaning back towards MICO because of compile time memory consumption. The finding on TAO was thus: Huge at compile time; I haven't done precise measures, yet it surely eats about 700 Mb while compiling it. This may be an exaggeration on the hugeness of TAO; there have certainly been similar reports on MICO. I've compiled some bits of ORBit code, and found it fairly appalling how 1K of IDL turned into compiled object code a hundred K or so in size; for C++-based stuff to be more lardly is not too much of a surprise. If it takes 128MB of memory to compile Hello, World! that can represent a significant barrier to the widespread adoption of CORBA.
-
Douglas Schmidt's an excellent choice
I was pleasantly surprised to notice that Dr. Douglas Schmidt has been nominated. For those unfamiliar with Dr. Schmidt, he's a software engineering professor at the university of Washington. He's the head of the ACE project, which is an open-source cross-platform C++ toolkit for network applications.
His group has also developped TAO, which is an open-source real-time CORBA orb that was built using ACE. It's really cool stuff. Check it out here. -
A rebel themeHow about a rebel X-Wing, with the Tux sitting in place of the R2D2 robot, with a "Linux powerd" signed on the side, and a title "May the Source be with you"?
Here is a nice example on how I image the main motive in the picture: a side view of an X-Wing
. Regards,
January
-
Re:Let....it.....die2. virtual memory (see above problems)
Try this.
I used this a lot on my A3000 with 8MB, especially when trying to build larger programs with gcc.
It's not very fast and many programs don't like it, but it is user space virtual memory. (Although wasn't most of AmigaOS, including device drivers, user space).
-
What about Adaptive Communications Environment?
ACE is an opensource C++ framework that implements common concurrent design patterns tested in a variety of platforms using a common source tree, not to mention a Java version. As for multiple languages, that's a little harder because some languages make certain assumptions. Easier to write C++ wrappers around them.
Another future possibility may be OpenMP which allows a sequential and parallel shared memory version to reside in the same codebase using compiler extensions. Although there are specifications for several languages/platforms, I don't think anyone has tested for intervendor compatibility as yet. However, it is still evolving.
The major problem is that once you start wandering outside the most commonly used languages (C,C++,Java,Fortran) into more exotic variants (Amoeba, Occam, Z etc) you will be running across differences in conceptual models (actor, CSP, timed lambda calculus, etc) which is like mixing different mathematical coordinate systems ... ie not recommended unless you really grok the theory and got a firm grasp of what you're trying to do. Coding is complex enough without making life impossible for yourself. Keeping things simple will then become your best friend.
LL -
ACE/TAO (from Washington University)
You might consider the fairly widely used ACE/TAO framework from Washington University. It is Ooen Source and supports many different platforms. You can also get an idea what ACE/TAO are good at by looking at the list of current projects using ACE/TAO. The framework is CORBA/C++ based, and implements several common design patterns for you.
-
How to react and the state of things at WashUHere are a few thoughts coming from a CS undergrad at Washington University in St. Louis, MO. There are a number of ways in which we college students, faculty members and consultants can react.
1.) Start Linux/Unix User Groups and clubs on your campus. This is a great way to help students get started learning Unix and to show them that they do have freedom of choice. Lots of students have heard about Linux through various media, but don't know where to begin. Show them your Linux desktop, let them poke around, help them install Linux on their machine. Have weekly meetings where you can do installations, field questions, take on projects, etc.
2.) Get involved (if possible) with managing the workstations and servers on your campus. There are usually opportunties to help out in this area, and if you get involved, you will have a better forum for voicing your opinion.
3.) Sign petitions, make phone calls to the network admins, and do anything else you can to show the people who make the decisions, that you want freedom of choice. This may not seem like it can make a difference, but it can. If those in charge of making platform decisions hear students and faculty members voicing their opinions about freedom of choice in platforms, they will at the very least think twice about going the NT route.
As for the state of things, at WashU, I'm very fortunate to be going to a school that has long been a player in the world of Unix development. WU-FTPD, the most popular ftp daemon on the 'net began development at WashU. Most of our servers are Unix-based. We have a rather large sparc station lab. We do of course have NT labs as well, but I don't see the Unix element going away anytime soon. There is too much Unix development that goes on here. I've had a number of professors encourage us to get Linux installed on our home computers so that we can gain invaluble experience working on that platform, and so we can do the projects at home that we would ordinarily have to do in the sparc lab. There are dozens of students in the CS department (and other departments) who have Linux servers running on their ethernet dorm-room connections. It's been a lot of fun to watch the growth on campus.
--Jamin Philip Gray
jamin@DoLinux.org -
How to react and the state of things at WashUHere are a few thoughts coming from a CS undergrad at Washington University in St. Louis, MO. There are a number of ways in which we college students, faculty members and consultants can react.
1.) Start Linux/Unix User Groups and clubs on your campus. This is a great way to help students get started learning Unix and to show them that they do have freedom of choice. Lots of students have heard about Linux through various media, but don't know where to begin. Show them your Linux desktop, let them poke around, help them install Linux on their machine. Have weekly meetings where you can do installations, field questions, take on projects, etc.
2.) Get involved (if possible) with managing the workstations and servers on your campus. There are usually opportunties to help out in this area, and if you get involved, you will have a better forum for voicing your opinion.
3.) Sign petitions, make phone calls to the network admins, and do anything else you can to show the people who make the decisions, that you want freedom of choice. This may not seem like it can make a difference, but it can. If those in charge of making platform decisions hear students and faculty members voicing their opinions about freedom of choice in platforms, they will at the very least think twice about going the NT route.
As for the state of things, at WashU, I'm very fortunate to be going to a school that has long been a player in the world of Unix development. WU-FTPD, the most popular ftp daemon on the 'net began development at WashU. Most of our servers are Unix-based. We have a rather large sparc station lab. We do of course have NT labs as well, but I don't see the Unix element going away anytime soon. There is too much Unix development that goes on here. I've had a number of professors encourage us to get Linux installed on our home computers so that we can gain invaluble experience working on that platform, and so we can do the projects at home that we would ordinarily have to do in the sparc lab. There are dozens of students in the CS department (and other departments) who have Linux servers running on their ethernet dorm-room connections. It's been a lot of fun to watch the growth on campus.
--Jamin Philip Gray
jamin@DoLinux.org -
Re:ed is the standard (off-topic)Here's a full discussion of that topic.
ED IS THE TRUE PATH TO NIRVANA! ED HAS BEEN THE CHOICE OF EDUCATED AND IGNORANT ALIKE FOR CENTURIES! ED WILL NOT CORRUPT YOUR PRECIOUS BODILY FLUIDS!! ED IS THE STANDARD TEXT EDITOR! ED MAKES THE SUN SHINE AND THE BIRDS SING AND THE GRASS GREEN!!
-
Not the first study
I must point out that this is not the first work showing brain connectivity. In fact, people have been doing this for a decade with MRI, and before that with more invasive means. For example, Douek et al. (Journal of Computer Assisted Tomography, 16(6),923-929:1991) colour mapped myelin fiber orientation in the brain using diffusion weighted MRI.
Brain connectivity is important because specific regions of the brain must communicate to achieve higher functions (see Broca's area, for example). Coupling this information with functional information (regional metabolic activity in the brain also measurable with MRI or PET or SPECT) can provide valuable insight into brain function and dysfunction.
-
Re:more than traffic lights
I don't think we have to worry for a little while
Each ipv6 address is made up of 16 octets (2^128):
~340,282,366,921,000,000,000,000,000,000,000,000 ,000
World Population (2010 est.): 6,883,000,000
http://www.prb.org/prb/pubs/wpds99/w pds99b.htm
Number of addresses per person worldwide in 2010:
~49,438,089,048,500,000,000,000,000,000
estimated number of cells in the human body: 100,000,000,000,000
http://madsci.wust l.edu/posts/archives/mar98/889221957.An.r.html
Number of addresses per cell for every human being on earth in 2010:
~494,380,890,485,000
Personally, I think we'd have been just fine with 64 bits. I had to write some DNS stuff a few months ago and had to write my own routines to deal with IPv6. Heck, there aren't even standard datatypes for dealing with 128-bit numbers.
64 bits would have resulted in:
2,680,044,177 addresses per human being -
Re:Implementing an ORB
Took a class from Doug Schmidt on this very topic. His lecture slides and papers on ORB implementation are available off his home page http://www.cs.wustl.edu/~schmidt/. He's also got a couple of books coming out soon, and I think one of them may address the points you're looking for.
-
here's a fewfor the latest (win 3.x/9x/nt, unix and others) PGPi software (legal non US export controlled software) look here......
here's some more stuff,
Search results
59 programs matched your search criteria.
Aegis Shell (16-bit) 3.0.8
- Author: AEgis Research
- Category: Shell
- Platform: Windows 3.x
- For use with: PGP 2.x
- Filename: shell16.exe
- License: Freeware for personal use
- Homepage: http://www.aegisrc.com/Products/Shell/
- Description: Developed for those who need to secure their e-mail with PGP, but do not like the DOS command prompt, PGP Windows Shell provides push-button control to PGP.
Aegis Shell (32-bit) 3.0.8
- Author: AEgis Research
- Category: Shell
- Platform: Windows 95/98/NT
- For use with: PGP 2.x
- Filename: shell32.exe
- License: Freeware for personal use
- Homepage: http://www.aegisrc.com/Products/She ll/index.htm
- Description: Developed for those who need to secure their e-mail with PGP, but do not like the DOS command prompt, PGP Windows Shell provides push-button control to PGP.
BetweenUs
- Author: TamoSoft
- Category: Tool
- Platform: Windows 95/98/NT
- For use with: PGP 5.x/6.x
- License: Commercial, try before you buy
- Homepage: http://www.tamos.com/bu.htm
- Description: Encrypted peer-to-peer chat, conferencing and file transfers. PGP-compatible mode allows the usage of existing PGP keys for encryption and authentication. Full support for PGP version 5.5.2 and higher.
Calyspo 3 PGP plugin
- Author: MCS, Inc.
- Category: Email plugin
- Platform: Windows 95/98/NT
- For use with: PGP 5.x/6.x
- License: Shareware
- Homepage: http://www.mcsdallas.com/mcs/calypso/
- Description: Email plugin for Calypso E-mail Client.
Claris Emailer plugin
- Author: Network Associates, Inc.
- Category: Email plugin
- Platform: MacOS
- For use with: PGP 5.x/6.x
- License: Freeware
- Homepage: http://www.pgpi.com/download/
- Description: This plugin integrates PGP with Claris Emailer. It is included in the PGP 6.0.2i distribution.
CryptoEx 1.0b4
- Author: Glueck & Kanja
- Category: Email plugin
- Platform: Windows 95/98/NT
- For use with: PGP 2.x
- License: Commercial (free beta-versions available)
- Homepage: http://www.glueckkanja.de/
- Description: A professional PGP extension for Microsoft Outlook and Microsoft Exchange. The client-based, transparent extension has been fully integrated into the familiar email user environment. It automatically recognizes encrypted emails and offers an easy-to-use keyring administration. CryptoEx works with both the US and the international version of PGP. A user-friendly adminstrator tool helps distributing CryptoEx and managing user options in large Windows networks.
Emacs auto-pgp
- Category: Email plugin
- Platform: Unix
- For use with: PGP 2.x
- License: Freeware
- Homepage: ftp://ftp.ifi.uio.no/pub/pgp/ 2.x/unix/auto-pgp.tar.gz
- Description: An Emacs/PGP Interface.
Encryplet 1.0
- Category: Shell
- Platform: MacOS
- For use with: PGP 2.x
- Filename: encryplet-10fc1-as.hqx
- License: Freeware
- Homepage: ftp://ftp.ifi.uio.no/pu b/pgp/2.x/mac/encryplet-10fc1-as.hqx
- Description: AppleScript droplet which makes it easy to encrypt and decrypt files by drag-and-dropping them onto a Desktop Encryptor icon.
Eudora 3.x and 4.x plugin
- Author: Network Associates, Inc.
- Category: Email plugin
- Platform: Windows 95/98/NT
- For use with: PGP 5.x/6.x
- License: Freeware
- Homepage: http://www.pgpi.com/download/
- Description: This plugin integrates PGP with Eudora 3.x or 4.x. It is included in the PGP 6.0.2i distribution.
Eudora plugin
- Author: Network Associates, Inc.
- Category: Email plugin
- Platform: MacOS
- For use with: PGP 5.x/6.x
- License: Freeware
- Homepage: http://www.pgpi.com/download/
- Description: This plugin integrates PGP with Eudora. It is included in the PGP 6.0.2i distribution.
Gibbon PGP Front-End for EPM 1.2
- Author: Gibbon Computer Products, Inc.
- Category: Tool
- Platform: OS/2
- For use with: PGP 2.x
- Filename: gcppgp12.zip
- License: Freeware
- Homepage: http://www.gibbon.com/catalog/pgpfe.html
- Description: The Gibbon PGP Front-End is an E language macro that creates a PGP menu on the EPM menu bar. This allows menued use of PGP whenever you are using the EPM editor. Since both NewsReader/2 and LAMail use EPM, this will allow seamless integration of PGP into your Newsreader and E-Mail.
Gui4PGP 2.0
- Author: Sascha Ott
- Category: Shell
- Platform: Windows 95/98/NT
- For use with: PGP 2.x
- Filename: g4p20.zip
- License: Shareware
- Homepage: http://www.lanobis.de/~sascha/gui4pgp.ht ml
- Description: Full Windows95 conform * Almost no DOS-windows * Read PGPs textoutput in the Gui4PGP-editor * En-decrypting/signing via hotkey * Copy text to clipboard, push hotkey - ready * Support for Microsoft Internet Explorer * Multilanguage * Register own file extensions - decrypting simply out of the explorer * Treeview of the public keyring * Define your own user-buttons * All keymanagement commands built in * Simple en-and decrypting in the internal editor * Choose user with only a mouse click - and much more!
Lock & Key 3.1
- Author: Walter E. Heindl
- Category: Shell
- Platform: Windows 95/98/NT
- For use with: PGP 2.x
- Filename: lk32v310.zip
- License: Shareware ($19.95)
- Homepage: http://www.voicenet.com/~wheindl/lock &key.htm
- Description: Lock & Key integrates PGP functions into the Windows 95 Explorer. Right-click to encrypt a file. Double-click to decrypt. Decrypt to QuickView/+. Choose a recipient from a drop-down list. Supports signing files, viewing signatures, adding keys, viewing the keyring, and Win95 long file names. Version 3.0 adds: multiple language support; context-sensitive help; an integrated editor for composing messages; open or print a decrypted file; append your public key to outgoing messages.
MS Outlook 97/98 and Exchange plugin
- Author: Network Associates, Inc.
- Category: Email plugin
- Platform: Windows 95/98/NT
- For use with: PGP 5.x/6.x
- License: Freeware
- Homepage: http://www.pgpi.com/download/
- Description: This plugin integrates PGP with Microsoft Outlook 97/98 or Exchange. It is included in the PGP 6.0.2i distribution.
MS Outlook Express 4 plugin
- Author: Network Associates, Inc.
- Category: Email plugin
- Platform: Windows 95/98/NT
- For use with: PGP 5.x/6.x
- License: Freeware
- Homepage: http://www.pgpi.com/download/
- Description: This plugin integrates PGP with Microsoft Outlook Express 4 (not 5!). It is included in the PGP 6.0.2i distribution.
MacPGP Control 1.0
- Author: Raïf S. Naffah
- Category: Shell
- Platform: MacOS
- For use with: PGP 2.x
- License: Shareware ($15)
- Homepage: http://www.deepeddy.com/pgp/
- Description: AppleScript application that offers an easy-to-use, more Macintosh friendly user interface to MacPGP 2.x.
MailPGP 1.3
- Author: Sami Tolvanen
- Category: Shell
- Platform: Windows 95/98/NT
- For use with: PGP 2.x
- Filename: lk32v310.zip
- Requires: mfc4.zip
- License: Freeware
- Homepage: http://www.iki.fi/st/mailpgp/
- Description: MailPGP is an advanced, yet fast and easy-to-use Windows user interface for PGP. MailPGP conveniently integrates PGP with every program that uses the clipboard and does not require any space from the screen since the window can be minimized to the taskbar notification area. PGP is run on the background and the DOS window is shown only if necessary. You can encrypt, decrypt and sign messages on the clipboard just by clicking the taskbar icon. The most important key management functions are located on a pop-up menu. You can also easily encrypt and decrypt files by choosing them from a file dialog, or just by dragging and dropping one to the program window. Requires properly installed PGP 2.6.x or newer and mfc40.dll.
Mailcrypt 3.5.3
- Category: Email plugin
- Platform: Unix
- For use with: PGP 2.x/5.x
- License: Freeware
- Homepage: http://www.nb.net/~lbudney
/linux/software/mailcrypt.html - Description: Mailcrypt is an Emacs Lisp package which provides a simple interface to public key cryptography with PGP 2.x/5.x, as well as GnuPG.
MandelSteg and GIFExtract 1.0
- Author: Henry Hastur
- Category: Tool
- Platform: Unix / MS-DOS
- For use with: PGP 2.x/5.x/6.x
- Filename: MandSteg.tar.Z
- License: Freeware
- Homepage: http://www.unicorn.com/pgp/m-readme.html
- Description: These two programs allow you to hide confidential data in fractal GIF images, giving an increased level of security compared to sending PGP-encrypted email over the Internet.
Mollusc 1.0
- Author: Net Services
- Category: Email plugin
- Platform: Windows 3.x/95/98/NT
- For use with: PGP 2.x
- Filename: mlsc100.exe
- License: Commercial, try before you buy
- Homepage: http://www.compulink.co.uk/~net-servi ces/pgp/
- Description: Direct interface to your e-mail software - you don't have to cut and paste. Extensive key management including Key Server functions. Mollusc currently supports Eudora Pro (v2.2 - 32 bit), Eudora Light (1.5.2 and 1.5.4), Pegasus Mail 2.40, WinCIM 2.0, Ameol, Free Agent and Netscape 1.2N.
PGP Encryptor Interface 1.1
- Author: John Navas
- Category: Email plugin
- Platform: Windows 3.x
- For use with: PGP 2.x
- Filename: pgpjn.zip
- License: Freeware
- Homepage: http://web.aimnet.com/~jnavas/w inpmail/helpers.html
- Description: Integrates seamlessly into Pegasus Mail for Windows (Version 2.23 and above), making it easy to protect email messages with secure PGP public ke encryption and/or digital signatures. NB! Only works with the 16-bit versions of Pegasus Mail.
PGP Extension for Microsoft Exchange 1.10
- Author: Jon Whalen
- Category: Email plugin
- Platform: Windows 3.x/95/98/NT
- For use with: PGP 2.x
- Filename: pgpext.zip
- License: Freeware
- Homepage: http://homepage.interaccess.com/~jon/
- Description: PGP Extension is an add-on for Microsoft Exchange that allows execution of basic PGP commands from the Exchange menu.
PGP Manager (16-bit) 1.3
- Author: Ollivier Civiol
- Category: Email plugin
- Platform: Windows 3.x
- For use with: PGP 2.x
- Filename: pgpman13.zip
- License: Shareware
- Homepage: http://www.voicenet.com/~jank/astec/ pgpman.htm
- Description: Sporting a friendly front-end, PGP Manager allows you to type in your message then Encrypt it and send it through the mail. PGP Manager Supports the Windows MAPI SubSystem. When an encrypted message is in your mailbox, it will show in the main combobox, click and read. PGP Manager requires PGP 2.6 and up (some functions require PGP 2.6.3i (multiple recipients)).
PGP Manager (32-bit) 2.2b
- Author: Ollivier Civiol
- Category: Email plugin
- Platform: Windows 95/98/NT
- For use with: PGP 2.x
- Filename: pgpmgr22b.zip
- License: Shareware
- Homepage: http://www.voicenet.com/~jank/astec/ pgpman.htm
- Description: Sporting a friendly front-end, PGP Manager allows you to type in your message then Encrypt it and send it through the mail. PGP Manager Supports the Windows MAPI SubSystem. When an encrypted message is in your mailbox, it will show in the main combobox, click and read. PGP Manager requires PGP 2.6 and up (some functions require PGP 2.6.3i (multiple recipients)).
PGP QuickFront 1.0
- Author: Ross Barclay / Ugali International Corp.
- Category: Shell
- Platform: Windows 3.x
- For use with: PGP 2.x
- Filename: pqf.zip
- Requires: vbrun300.zip
- License: Shareware ($25)
- Homepage: http://www.netacce ss.on.ca/~rbarclay/ugali/crypt/quickfront.html
- Description: PGP QuickFront works as a companion to PGP WinFront. It uses the clipboard so thus can interface with any Windows application. The encryption and decryption is automatic. It also makes signatures and check signatures.
PGP REXX 1.2
- Author: Lueko Willms
- Category: Tool
- Platform: OS/2
- For use with: PGP 2.x
- License: Freeware
- Homepage: http://nick.secant.com/pgprex.htm
- Description: PGP REXX consists of seven REXX scripts to automate PGP usage from your OS/2 internet mail program. PGP REXX works with Post Road Mailer, PMMAIL and MR/2 ICE.
PGP Windows 1.1
- Author: Roger Kurrat
- Category: Shell
- Platform: Windows 3.x
- For use with: PGP 2.x
- Filename: pgpwin11.zip
- License: Freeware
- Homepage:
- Description: PGP Windows offers an easy to use interface to PGP. Includes key management and clipboard integration.
PGP Winfront (16-bit) 3.1
- Author: Ugali International Corp.
- Category: Shell
- Platform: Windows 3.x
- For use with: PGP 2.x
- Filename: pwf31.zip
- Requires: vbrun300.zip
- License: Freeware
- Homepage: http://www.netaccess
.on.ca/~rbarclay/ugali/crypt/winfront.html - Description: PWF provides a very efficient way of accessing the full functionality of PGP through an intuitive Windows interface.
PGP Winfront (32-bit) 4.0
- Author: Ugali International Corp.
- Category: Shell
- Platform: Windows 95/98/NT
- For use with: PGP 2.x
- Filename: pwf32402.zip
- Requires: vbrun300.zip
- License: Freeware
- Homepage: http://www.netaccess
.on.ca/~rbarclay/ugali/crypt/winfront.html - Description: PWF provides a very efficient way of accessing the full functionality of PGP through an intuitive Windows interface.
PGP-PM32 0.7 beta
- Author: Scott Renfro
- Category: Email plugin
- Platform: Windows 95/98/NT
- For use with: PGP 2.x
- License: Freeware
- Homepage: http://www.sirinet.net/~srenfro/crypto. html
- Description: PGP add-on for 32-bit Pegasus Mail. Available from the author via email (US only): srenfro@silvix.sirinet.net.
PGP4Pine (aka PAPP)
- Category: Email plugin
- Platform: Unix
- For use with: PGP 2.x
- License: Freeware
- Homepage: http://user.cs.tu-berlin.de/~gator/pgp 4pine/
- Description: PGP4Pine, also known as "PAPP" ("Pine And PGP") is a Perl script to integrate pgp into the popular mail reader Pine.
PGPClick (16-bit) 2.5
- Author: Robert Wilson
- Category: Shell
- Platform: Windows 3.x
- For use with: PGP 2.x
- Filename: pgpclk16.zip
- License: Freeware
- Homepage: http://www.ncinter.net/~rewilson/PGPClic k/
- Description: PGPClick was written to simplify use of PGP encryption for email applications. Once properly set up, most encryption and decryption can be accomplished with just one or two mouse clicks. PGPClick works well with email readers, newsreaders, text editors, word processors, and almost any program that edits text.
PGPClick (32-bit) 2.5
- Author: Robert Wilson
- Category: Shell
- Platform: Windows 95/98/NT
- For use with: PGP 2.x
- Filename: pgpclk32.zip
- License: Freeware
- Homepage: http://www.ncinter.net/~rewilson/PGPClic k/
- Description: PGPClick was written to simplify use of PGP encryption for email applications. Once properly set up, most encryption and decryption can be accomplished with just one or two mouse clicks. PGPClick works well with email readers, newsreaders, text editors, word processors, and almost any program that edits text.
PGPClip 1.4.4
- Author: Michael Meyer
- Category: Shell
- Platform: Windows 3.x
- For use with: PGP 2.x
- Filename: pcl1_1_4.zip
- Requires: vbrun300.zip
- License: Shareware
- Homepage: http://ourworld.compuserv e.com/homepages/michael_p_meyer/
- Description: PGPClip utilizes the clipboard for most PGP functions. Provides immediate desktop access to PGP functions.
PGPSort 1.0
- Author: Ståle Schumacher Ytteborg
- Category: Tool
- Platform: Unix / MS-DOS
- For use with: PGP 2.x
- Filename: pgpsort.zip
- License: Freeware
- Homepage: ftp://ftp.pgpi.com/pub/pgp/2.x/ pc/msdos/pgpsort.zip
- Description: Sorts PGP public keyrings and (optionally) removes bad keys.
PGPn123 (freeware) 1.0 beta 5
- Author: Alpha1 Enterprises
- Category: Shell
- Platform: Windows 3.x
- For use with: PGP 2.x
- Filename: pn123-05.zip
- License: Freeware
- Homepage: http://www.pobox.com/~alpha1/epgpn123.htm
- Description: PGPn123 floats above your e-mail application in the form of a toolbar, making it possible to click a single button to sign, encrypt or decrypt your messages. PGPn123 has been found to work well with Eudora, Agent, Netscape, Pegasus, and a few other products.
PGPn123 (shareware) 1.8
- Author: Alpha1 Enterprises
- Category: Shell
- Platform: Windows 3.x
- For use with: PGP 2.x
- Filename: pn123e18.zip
- License: Shareware
- Homepage: http://www.pobox.com/~alpha1/epgpn123.htm
- Description: PGPn123 floats above your e-mail application in the form of a toolbar, making it possible to click a single button to sign, encrypt or decrypt your messages. PGPn123 has been found to work well with Eudora, Agent, Netscape, Pegasus, and a few other products.
PGPoMAGIC 2.4
- Author: Jens Bruhn
- Category: Shell
- Platform: Windows 3.x
- For use with: PGP 2.x
- Filename: pom24.zip
- License: Shareware
- Homepage: http://members.aol.com/PGPoMAGIC/
- Description: PGPoMAGIC features a "fast clip board" mode that allows you to highlight and capture text for encryption in any editable window. Decryption with only one mouse click. This version now supports things like networks (PGP may be somewhere in the net, the keyrings in an other directory and PoM may be in a third directory; all users can use PGP with their own configuration) and multiple keyrings
PGPsendmail 1.4
- Category: Tool
- Platform: Unix
- For use with: PGP 2.x
- Filename: PGPsendmail-v1.4.tar.gz
- License: Freeware
- Homepage: ftp://ftp.ifi.uio.no/ pub/pgp/2.x/unix/PGPsendmail-v1.4.tar.gz
- Description: PGP-aware replacement for Unix sendmail.
PGPtoGUI
- Category: Shell
- Platform: Amiga
- For use with: PGP 2.x
- Filename: PGPtoGUIV2.0e.lha
- License: Freeware
- Homepage: ftp://ftp.wustl.edu/pub
/aminet/util/crypt/PGPtoGUIV2.0e.lha - Description: GUI for PGP
PGPwho
- Category: Tool
- Platform: Unix
- For use with: PGP 2.x
- Filename: pgpwho.gz
- License: Freeware
- Homepage: ftp://ftp.ifi.uio.no/pub/pgp/2.x/un ix/pgpwho.gz
- Description: Computes the signature distance to another person.
PMMail/2 2.0
- Author: SouthSoft, Inc.
- Category: Email client
- Platform: OS/2
- For use with: PGP 2.x/5.x
- License: Commercial (free demo available)
- Homepage: http://www.wilmington.net/bm tmicro/catalog/pmmail.html
- Description: PGP aware email client.
PgpEudra 1.02
- Author: Hans Bausewein / Comerwell Software
- Category: Email plugin
- Platform: Windows 3.x/95/98/NT
- For use with: PGP 2.x
- Filename: pgpeudra102.zip
- License: Freeware for personal use
- Homepage: http://www.xs4all.nl/~comerwel/pgpeudra/
- Description: PgpEudra is a PGP-shell that runs as an extension to Eudora. It adds a menu item "Run PGP..." to Eudora's "Message" menu, thereby making receiving and sending encrypted mail very easy. It supports just the basic PGP tasks encrypt, decode, sign and check signature. No copy and paste needed anymore. Works with both 16 and 32 bit versions of Eudora.
PowerPGP (16-bit) 2.0
- Author: Joe Fennin
- Category: Shell
- Platform: Windows 3.x
- For use with: PGP 2.x
- Filename: ppgp2-16.zip
- License: Shareware ($20)
- Homepage: http://www.frontiernet.net/~jfeen in/powerpgp.html
- Description: PowerPGP lets you write and encrypt messages. After that you can cut and paste your message into any windows based e-mail program.
PowerPGP (32-bit) 2.20
- Author: Joe Fennin
- Category: Shell
- Platform: Windows 95/98/NT
- For use with: PGP 2.x
- Filename: ppgp2-32.zip
- License: Shareware ($20)
- Homepage: http://www.frontiernet.net/~jfeen in/powerpgp.html
- Description: PowerPGP lets you write and encrypt messages. After that you can cut and paste your message into any windows based e-mail program.
Private Idaho 2.8b3
- Author: Joel McNamara
- Category: Tool
- Platform: Windows 3.x
- For use with: PGP 2.x
- Filename: pi28b3.exe
- Requires: vbrun300.zip
- License: Freeware
- Homepage: http://www.eskimo.com/~joelm/pi.html
- Description: A PGP/anonymous remailer utility for e-mail software. Supports direct sending of SMTP e-mail, as well direct receipt of PGP messages from POP3 mailboxes. Also supports multiple NYM servers, NYMS, multiple PGP keys for signing, etc., support for C2.org remailer, usenet posting through remailers, and more.
Privtool 0.90 beta
- Author: Mark Grant
- Category: Email client
- Platform: Unix
- For use with: PGP 2.x
- License: Freeware
- Homepage: http://www.unicorn.com/privtool/privt ool.html
- Description: Privtool is intended to be a PGP-aware replacement for the standard Sun Workstation mailtool program, with a similar user interface and automagick support for PGP-signing and PGP-encryption. Privtool runs on Linux and FreeBSD as well as SunOS and Solaris.
Pronto Secure 1.13
- Author: CommTouch Software Inc.
- Category: Email client
- Platform: Windows 3.x/95/98/NT
- For use with: PGP 2.x
- License: Shareware
- Homepage: http://www.c ommtouch.com/commtouch/products/pronto_secure/pse
c ure.html - Description: PGP-aware Windows POP reader.
QDPGP 2.60
- Author: Gerard R Thomas
- Category: Email plugin
- Platform: Windows 95/98/NT
- For use with: PGP 5.x/6.x
- Filename: qdpgp.zip
- License: Freeware
- Homepage: http://www.wow.net/community/grt/qdpgp. html
- Description: Email plugin for Pegasus Mail. Supports encryption/decryption, generation/verification of signatures, addition of public keys to keyring.
SafeMail 2.0 beta5
- Author: Highware, Inc.
- Category: Email client
- Platform: MacOS
- For use with: PGP 2.x/5.x/6.x
- License: Commercial
- Homepage: http://www.highware.com/main-sm.html
- Description: OpenPGP compatible email client.
Stealth 1.1
- Author: Henry Hastur
- Category: Tool
- Platform: Unix / MS-DOS
- For use with: PGP 2.x/5.x/6.x
- Filename: stealth.zip
- License: Freeware
- Homepage: http://www.unicorn.com/pgp/s-readme.html
- Description: Stealth is a simple filter for PGP which strips off all identifying header information to leave only the encrypted data in a format suitable for steganographic use.
WPGP 1.6
- Author: Jack Gostl
- Category: Shell
- Platform: Windows 3.x
- For use with: PGP 2.x
- Filename: wpgp160.zip
- License: Shareware ($40)
- Homepage: http://www.panix.com/~jgostl/wpgp/
- Description: A Windows/PGP integration tool with a point and click interface between Windows applications and PGP. With WPGP, simply click on a window; WPGP will extract the text from that window, process it through PGP, and place the result back in the window. Includes a drag & drop file encryption interface.
WinPGP (16-bit) 4.1
- Author: Chris Geib / Geib Enterprises Network
- Category: Shell
- Platform: Windows 3.x
- For use with: PGP 2.x
- Filename: pgpw41.zip
- License: Shareware
- Homepage: http://ourworld.compuserve.com/home pages/CGeib/
- Description: Allows you to access the features of PGP while remaining in Windows. Also supports directory encryption and has good key managment features.
WinPGP (32-bit) 5.0
- Author: Chris Geib / Geib Enterprises Network
- Category: Shell
- Platform: Windows 95/98/NT
- For use with: PGP 2.x
- Filename: winpgp5a.zip
- License: Shareware
- Homepage: http://ourworld.compuserve.com/home pages/CGeib/
- Description: Allows you to access the features of PGP while remaining in Windows. Also supports directory encryption and has good key managment features.
dirtypgp
- Author: Carsten Meyer (carsten.meyer@home.gelsen-net.de)
- Category: Shell
- Platform: Unix
- For use with: PGP 2.x
- License: Freeware
- Homepage: http://195.145.169.13/~cmeyer/dirtypgp
- Description: PGP 2.6.3i shell for X11.
elmpgp 2.4pl24
- Category: Email plugin
- Platform: Unix
- For use with: PGP 2.x
- License: Freeware
- Homepage: ftp://ftp.cert.dfn. de/pub/tools/crypt/pgp/utils/elm/README.html
- Description: PGP interface for the elm mail reader.
pgp4pine
- Author: Chris Wiegand (cwiegant@urgentmail.com)
- Category: Email plugin
- Platform: Unix
- For use with: PGP 2.x/5.x
- License: Freeware
- Homepage: http://www.dimensional.com
/~cwiegand/linux/pgp4pine.html - Description: PGP/GPG filter for pine, enabling you to manually and automatically decrypt and encrypt email messages.
psMail 1.1
- Author: Bill Cohee
- Category: Email client
- Platform: Windows 3.x
- For use with: PGP 2.x
- License: Freeware
- Homepage: http://mville.edu:8000/~bcohee/psmail.ht ml
- Description: psMail (Pretty Secure Mail) is an offline mail manager designed for people who wish to send/receive encrypted email through their online service or Internet access provider. psMail is composed of two seperate modules; an Inbox and a OutBox. psMail:InBox manages and decrypts email sent to you. psMail:OutBox manages and encrypts email that you are going to send.
zmail PGP script
- Author: Aldo Valente
- Category: Email plugin
- Platform: Unix
- For use with: PGP 2.x
- License: Freeware
- Homepage: http://www.rhein.de/~aldo/zmail.html
- Description: Script for integrating PGP with zmail.
-
What about OpenStep/ PDO -- with or without CORBA?
Unfortunately, the learning curve for CORBA is staggering . .
Actually, it's not as bad as it seems at first. I am taking a distributed systems class right now where we are learning CORBA. We wrote a non-CORBA version of a distributed application for the first 3/4 of the semester using sockets, etc. (Similar to what was described above.) Then we learned a smattering of CORBA and implemented the last piece of the app in less than one week and with far less pain. .. . . and there isn't yet a Free implementation of the full complement of technologies. .
Take a look at TAO. From what I can see, it's a fairly complete open-source(TM) impletmentation with some added real-time features to boot. I haven't used it, but it looks good. .
There is also MICO.
I am not knocking OpenStep, I program in it every day. But there are some great things that CORBA allows you to do without forcing everyone to use the same platform/language, etc.
Stephen Blake -
No, it's apache.
I suspect that Apache's number 1 status is due at least partly to the fact that is comes free with many unix flavors. There are better packages around. I posted another message to this end, but I thought I might give another link to a benchmarking paper put out by my research group. It may not be the most recent, but AFAIK, it's still accurate.
-
Does anyone still have a downloaded version?
ftp.wustl.edu
/systems/os2/apps/mmedia/sound/players/cddb.zip (found with ftpsearch)It's a year old, but even with a years worth of data gone, these 32 MB (compressed) are a good start.