Slashdot Mirror


User: sculpepper

sculpepper's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Harel - Computers Ltd. : What They Really Can't Do on Mathematics Reading List For High School Students? · · Score: 1

    Is a brilliant and easy to follow introduction to interesting problems in Theoretical Computer Science. It doesn't require any background knowledge and you can read it in a single sitting.

  2. Prior Art on SBC Patents Links, Dynamic Pages · · Score: 2, Informative

    I believe I know of prior art for this. I used to work for a company called Security First Network Bank (The worlds first online bank) that went live October 1995. They had navigation bars in the bank summary, etc. The navigation bars were static but your account information was dynamic. It was www.sfnb.com (The link doesn't work anymore) but they got bought out by the Royal Bank of Canada who still uses the software. The company that wrote the webpages and banking software was Security First Technologies (www.s1.com). They may have patents related to the online software that would help.

  3. Try out Ace on Competitive Cross-Platform Development? · · Score: 1

    Douglas Schmidt's Adaptive Communication Environment (ACE) is a fantastic pattern based os abstraction library. You can get a copy of it at cs.wustl.edu. It will provide you with abstractions for threads, IO, configuration, etc and it runs on every platform imaginable. It also support many compilers. You can use the built in make system as well to do cross platform compiling. Another good cross platform build system can be found in the mozilla source code. You can grab a copy of it at mozilla.org and see how they handled cross platform compiling. It uses nspr, another pretty good os abstraction library.