From tanner at real-time.com Mon Jun 4 04:11:21 2001 From: tanner at real-time.com (Bob Tanner) Date: Mon Jan 17 14:29:20 2005 Subject: [TCLUG-DEVEL] Useful/Necessary Java projects? Message-ID: <20010604041121.O18947@real-time.com> I have started a project on sourceforge turning all the useful/necessary java projects into rpms. http://www.sourceforge.net/projects/rte For you java developers are there, what java projects/packages am I missing? -- Bob Tanner | Phone : (952)943-8700 http://www.mn-linux.org | Fax : (952)943-8500 Key fingerprint = 6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9 From dopp at acm.cs.umn.edu Tue Jun 5 07:43:41 2001 From: dopp at acm.cs.umn.edu (dopp@acm.cs.umn.edu) Date: Mon Jan 17 14:29:20 2005 Subject: [TCLUG-DEVEL] Re: [TCLUG] Useful/Necessary Java projects? In-Reply-To: <20010604041121.O18947@real-time.com>; from tanner@real-time.com on Mon, Jun 04, 2001 at 04:11:21AM -0500 References: <20010604041121.O18947@real-time.com> Message-ID: <20010605074341.A49524@sorry.cs.umn.edu> On Mon, Jun 04, 2001 at 04:11:21AM -0500, Bob Tanner wrote: > I have started a project on sourceforge turning all the useful/necessary java > projects into rpms. > > http://www.sourceforge.net/projects/rte > > For you java developers are there, what java projects/packages am I missing? I noticed you don't have any thing that is directly acquirable from Sun (jdks, swing, webstart, etc). Does Sun not allow redistribution of their java stuff? Gabe -- -------------------------------------------------------------------------------- Gabe Turner | X-President, SGI Origin Systems Administrator, | Assoc. for Computing Machinery U of M Supercomputing Institute for | University of Minnesohta Digital Simulation and Advanced Computation | dopp@acm.cs.umn.edu "Ya lousy bum!" - Muddy Mudskipper in "Stimpy's Big Day" -------------------------------------------------------------------------------- From tanner at real-time.com Tue Jun 5 11:55:25 2001 From: tanner at real-time.com (Bob Tanner) Date: Mon Jan 17 14:29:20 2005 Subject: [TCLUG-DEVEL] Re: [TCLUG] Useful/Necessary Java projects? In-Reply-To: <20010605074341.A49524@sorry.cs.umn.edu>; from dopp@acm.cs.umn.edu on Tue, Jun 05, 2001 at 07:43:41AM -0500 References: <20010604041121.O18947@real-time.com> <20010605074341.A49524@sorry.cs.umn.edu> Message-ID: <20010605115525.D32656@real-time.com> Quoting dopp@acm.cs.umn.edu (dopp@acm.cs.umn.edu): > I noticed you don't have any thing that is directly acquirable from Sun > (jdks, swing, webstart, etc). Does Sun not allow redistribution of their > java stuff? Sun has a binary license only thing, so that is why there is nothing there except the .spec file. -- Bob Tanner | Phone : (952)943-8700 http://www.mn-linux.org | Fax : (952)943-8500 Key fingerprint = 6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9 From tanner at real-time.com Thu Jun 14 20:31:08 2001 From: tanner at real-time.com (Bob Tanner) Date: Mon Jan 17 14:29:20 2005 Subject: [TCLUG-DEVEL] MIME type multipart/x-mixed-replace;boundary=End Message-ID: <20010614203108.A15516@real-time.com> Writing some java servlet code and I want to use the mime type multipart/x-mixed-replace;boundary=End So I can do server push to the web browser. But it looks like IE does not support this mime type. First question, what do use for a server push under IE? Second question, does IE even support the concept of a server push? -- Bob Tanner | Phone : (952)943-8700 http://www.mn-linux.org | Fax : (952)943-8500 Key fingerprint = 6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9 From sbernsen at innoveda.com Fri Jun 15 13:44:09 2001 From: sbernsen at innoveda.com (Seth Bernsen) Date: Mon Jan 17 14:29:21 2005 Subject: [TCLUG-DEVEL] kernel module scope Message-ID: <3B2A5779.C0349136@innoveda.com> Provided you load kernel modules in the correct order (or build them in), can modules use each other? For example, can you write a kernel module that utilizes the TCP functionality implemented by a NIC kernel driver? I don't particularly see why not, but I've been wrong before... Thanks! Seth -- Seth Bernsen V-CPU Engineer Innoveda, Inc. Phone: 651-765-2252 Fax: 651-765-2205 http://www.innoveda.com From foeclan at winternet.com Fri Jun 15 13:57:31 2001 From: foeclan at winternet.com (Michael Vieths) Date: Mon Jan 17 14:29:21 2005 Subject: [TCLUG-DEVEL] kernel module scope In-Reply-To: <3B2A5779.C0349136@innoveda.com> Message-ID: Yeah, they can. Type 'lsmod' and it'll show which modules are in use, followed by information on what's using them (don't have a Linux box in front of me or I'd describe the format... man lsmod ought to tell you) -- Michael Vieths Foeclan@Winternet.Com On Fri, 15 Jun 2001, Seth Bernsen wrote: > > Provided you load kernel modules in the correct order (or build them > in), can modules use each other? For example, can you write a kernel > module that utilizes the TCP functionality implemented by a NIC kernel > driver? > > I don't particularly see why not, but I've been wrong before... > > Thanks! > Seth > > -- > > Seth Bernsen > V-CPU Engineer > Innoveda, Inc. > Phone: 651-765-2252 > Fax: 651-765-2205 > http://www.innoveda.com > _______________________________________________ > tclug-devel mailing list > tclug-devel@mn-linux.org > https://mailman.mn-linux.org/mailman/listinfo/tclug-devel > From esper at sherohman.org Fri Jun 15 14:03:23 2001 From: esper at sherohman.org (Dave Sherohman) Date: Mon Jan 17 14:29:21 2005 Subject: [TCLUG-DEVEL] kernel module scope In-Reply-To: <3B2A5779.C0349136@innoveda.com>; from sbernsen@innoveda.com on Fri, Jun 15, 2001 at 01:44:09PM -0500 References: <3B2A5779.C0349136@innoveda.com> Message-ID: <20010615140323.K413@sherohman.org> On Fri, Jun 15, 2001 at 01:44:09PM -0500, Seth Bernsen wrote: > Provided you load kernel modules in the correct order (or build them > in), can modules use each other? For example, can you write a kernel > module that utilizes the TCP functionality implemented by a NIC kernel > driver? Take a look at the output of lsmod. The last column is labeled "Used by". Draw your own conclusions... -- That's not gibberish... It's Linux. - Byers, The Lone Gunmen Geek Code 3.12: GCS d? s+: a C++ UL++++$ P++>+++ L+++>++++ E- W--(++) N+ o+ !K w--- O M- V? PS+ PE Y+ PGP t 5++ X+ R++ tv+ b+ DI++++ D G e* h r y+ From sbernsen at innoveda.com Fri Jun 15 16:54:24 2001 From: sbernsen at innoveda.com (Seth Bernsen) Date: Mon Jan 17 14:29:21 2005 Subject: [TCLUG-DEVEL] kernel module question/problem Message-ID: <3B2A8410.1A653118@innoveda.com> Thanks to those who answered my previous question. I have a new one. I've got Rubini's book, "Linux Device Drivers" and I'm trying the little sample program demonstrated in the first chapter. The program is very simple and looks like: #define MODULE #include int init_module(void) { printk("<1>Hello World\n"); return 0; } void cleanup_module(void) { printk("<1>Goodbye World\n"); } It compiles with gcc -c hello.c The problem comes when I try to install it. I have two machines, on the first, both RedHat distributions. The first is RH6.0 (2.2.5-5) and the other is RH6.2 (2.2.14-5). On the first machine I do: insmod hello.o and the module is installed. On the second machine, with the newer kernel I do the same thing and printk is unresolvable. I've tried a number of insmod options to no avail. The kernel is built to support dynamic modules so why can't the modules see any of the exported functions? One other difference is that the kernel on the older machine has been rebuilt in the past (for unrelated reasons) and the newer machine has not and so has no kernel object code laying around. Any ideas? Thanks, Seth -- Seth Bernsen V-CPU Engineer Innoveda, Inc. Phone: 651-765-2252 Fax: 651-765-2205 http://www.innoveda.com From sbernsen at innoveda.com Fri Jun 15 17:33:25 2001 From: sbernsen at innoveda.com (Seth Bernsen) Date: Mon Jan 17 14:29:21 2005 Subject: [TCLUG-DEVEL] kernel module question/problem References: <3B2A8410.1A653118@innoveda.com> <20010616002546.B4804@io.stderr.net> Message-ID: <3B2A8D35.3488FB8D@innoveda.com> Thomas Eibner wrote: > > On Fri, Jun 15, 2001 at 04:54:24PM -0500, Seth Bernsen wrote: > > > > Thanks to those who answered my previous question. I have a new one. > > I've got Rubini's book, "Linux Device Drivers" and I'm trying the little > > sample program demonstrated in the first chapter. The program is very > > simple and looks like: > > > > #define MODULE > > #include > > > > int init_module(void) { printk("<1>Hello World\n"); return 0; } > > void cleanup_module(void) { printk("<1>Goodbye World\n"); } > > > > It compiles with > > > > gcc -c hello.c > > > > The problem comes when I try to install it. I have two machines, on the > > first, both RedHat distributions. The first is RH6.0 (2.2.5-5) and the > > other is RH6.2 (2.2.14-5). On the first machine I do: > > > > insmod hello.o > > > > and the module is installed. On the second machine, with the newer > > kernel I do the same thing and printk is unresolvable. I've tried a > > number of insmod options to no avail. The kernel is built to support > > dynamic modules so why can't the modules see any of the exported > > functions? One other difference is that the kernel on the older machine > > has been rebuilt in the past (for unrelated reasons) and the newer > > machine has not and so has no kernel object code laying around. > > Don't you need this: > > #include > > before you include > > as printk is defined in include/linux/kernel.h If that were the case I think there would be warnings from the compiler about implicitly defined functions (printk in this case). Either way, I tried adding the kernel.h reference, but it had no effect on the outcome. Thanks, Seth -- Seth Bernsen V-CPU Engineer Innoveda, Inc. Phone: 651-765-2252 Fax: 651-765-2205 http://www.innoveda.com From Troy.A.Johnson at state.mn.us Tue Jun 19 09:24:07 2001 From: Troy.A.Johnson at state.mn.us (Troy.A Johnson) Date: Mon Jan 17 14:29:21 2005 Subject: [TCLUG-DEVEL] Java Gurus Message-ID: I just got this email with a book endorsement from Jame Gosling: >Subject: News at InformIT: JavaScript, Security, Photoshop, GoLive, IT Management, and More > >Announcing the "Effective Java(TM) Programming Language Guide" > > James Gosling, Fellow and Vice President, Sun Microsystems, > Inc., and inventor of the Java(TM) programming language says: > > "I sure wish I had this book ten years ago. > Some might think that I don't need any Java > books, but I need this one." > > Order your copy of Effective Java and save 10% > when you purchase at > http://www.informit.com/newsletter.asp?link=547 > Does anyone have this book? Is it good? What audience are they shooting for? Curiously george, Troy From dutchman at uswest.net Tue Jun 19 09:47:03 2001 From: dutchman at uswest.net (Perry Hoekstra) Date: Mon Jan 17 14:29:21 2005 Subject: [TCLUG-DEVEL] Java Gurus References: Message-ID: <3B2F65E7.6F0BBC45@uswest.net> "Troy.A Johnson" wrote: > I just got this email with a book endorsement from Jame Gosling: > > >Subject: News at InformIT: JavaScript, Security, Photoshop, GoLive, IT Management, and More > > > >Announcing the "Effective Java(TM) Programming Language Guide" > > > > James Gosling, Fellow and Vice President, Sun Microsystems, > > Inc., and inventor of the Java(TM) programming language says: > > > > "I sure wish I had this book ten years ago. > > Some might think that I don't need any Java > > books, but I need this one." > > > > Order your copy of Effective Java and save 10% > > when you purchase at > > http://www.informit.com/newsletter.asp?link=547 > > > > Does anyone have this book? Is it good? What audience are they shooting for? I went and looked at what information was available on FatBrain. I would say that it is targetting the same audience as Meyer's Effective C++, the mid to advanced-level Java developer looking to further their craft. Some of the material covered is common to Java/OO developers (like aggregation over inheritance) and other material looked like an interesting read. My question on the Gosling endorsement would be, "would he have endorsed it if the publisher was someone other than Addison-Wesley"? The reason I say that is A-W is the "official" publisher of the Java language, by that I mean, they are Sun-blessed. -- Perry Hoekstra E-Commerce Architect Talent Software Solutions perry.hoekstra@talentemail.com From tanner at real-time.com Wed Jun 20 03:19:22 2001 From: tanner at real-time.com (Bob Tanner) Date: Mon Jan 17 14:29:21 2005 Subject: [TCLUG-DEVEL] Perl guru and regex? Message-ID: <20010620031922.G27127@real-time.com> I want to do a substitution like this: s/#4/Blah hash $288/gi In perl. So, the raw file looks like this: End of the line #4 After substitution: End of the line Blah hash The $288 is dropped, I know I can escape the $288, with \$288, but I am wondering if there is a more elegant way? -- Bob Tanner | Phone : (952)943-8700 http://www.mn-linux.org | Fax : (952)943-8500 Key fingerprint = 6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9 From tanner at real-time.com Wed Jun 20 03:26:52 2001 From: tanner at real-time.com (Bob Tanner) Date: Mon Jan 17 14:29:21 2005 Subject: [TCLUG-DEVEL] Perl guru and regex? In-Reply-To: <20010620031922.G27127@real-time.com>; from tanner@real-time.com on Wed, Jun 20, 2001 at 03:19:22AM -0500 References: <20010620031922.G27127@real-time.com> Message-ID: <20010620032652.H27127@real-time.com> Quoting Bob Tanner (tanner@real-time.com): > I want to do a substitution like this: > > s/#4/Blah hash $288/gi I guess a better question what is a quick and easy was to escape all meta-characters in a string? Like, if I want to escape * ? $ -- Bob Tanner | Phone : (952)943-8700 http://www.mn-linux.org | Fax : (952)943-8500 Key fingerprint = 6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9 From thomas at stderr.net Wed Jun 20 03:39:27 2001 From: thomas at stderr.net (Thomas Eibner) Date: Mon Jan 17 14:29:21 2005 Subject: [TCLUG-DEVEL] Perl guru and regex? In-Reply-To: <20010620032652.H27127@real-time.com>; from tanner@real-time.com on Wed, Jun 20, 2001 at 03:26:52AM -0500 References: <20010620031922.G27127@real-time.com> <20010620032652.H27127@real-time.com> Message-ID: <20010620103927.A48892@io.stderr.net> On Wed, Jun 20, 2001 at 03:26:52AM -0500, Bob Tanner wrote: > Quoting Bob Tanner (tanner@real-time.com): > > I want to do a substitution like this: > > > > s/#4/Blah hash $288/gi > > I guess a better question what is a quick and easy was to escape all > meta-characters in a string? > > Like, if I want to escape * ? $ perldoc -f quotemeta -- Thomas Eibner DnsZone mod_pointer From thomas at stderr.net Wed Jun 20 03:50:06 2001 From: thomas at stderr.net (Thomas Eibner) Date: Mon Jan 17 14:29:21 2005 Subject: [TCLUG-DEVEL] Perl guru and regex? In-Reply-To: <20010620034631.I27127@real-time.com>; from tanner@real-time.com on Wed, Jun 20, 2001 at 03:46:31AM -0500 References: <20010620031922.G27127@real-time.com> <20010620032652.H27127@real-time.com> <20010620103927.A48892@io.stderr.net> <20010620034631.I27127@real-time.com> Message-ID: <20010620105006.B48892@io.stderr.net> On Wed, Jun 20, 2001 at 03:46:31AM -0500, Bob Tanner wrote: > Quoting Thomas Eibner (thomas@stderr.net): > > On Wed, Jun 20, 2001 at 03:26:52AM -0500, Bob Tanner wrote: > > > Quoting Bob Tanner (tanner@real-time.com): > > > > I want to do a substitution like this: > > > > > > > > s/#4/Blah hash $288/gi > > > > > > I guess a better question what is a quick and easy was to escape all > > > meta-characters in a string? > > > > > > Like, if I want to escape * ? $ > > > > perldoc -f quotemeta > > > > perldoc -f quotameta ^ quotEmeta ;-) > No documentation for perl function `quotameta' found quotemeta EXPR quotemeta Returns the value of EXPR with all non-"word" characters backslashed. (That is, all characters not matching "/[A-Za-z_0-9]/" will be preceded by a backslash in the returned string, regardless of any locale settings.) This is the internal func- tion implementing the "\Q" escape in double-quoted strings. If EXPR is omitted, uses "$_". $ perl $test = quotemeta '*?$-'; print $test, "\n";^D \*\?\$\- -- Thomas Eibner DnsZone mod_pointer From Troy.A.Johnson at state.mn.us Wed Jun 20 09:40:51 2001 From: Troy.A.Johnson at state.mn.us (Troy.A Johnson) Date: Mon Jan 17 14:29:21 2005 Subject: [TCLUG-DEVEL] Perl guru and regex? Message-ID: Another possibility is to treat the replacement as an expression and single quote it: s/#4/'Blah hash $288'/gie Notice the additional regex modifier 'e' on the end. It should work and might be more understandable (you judge). Good luck, Troy >>> Thomas Eibner 06/20/01 03:50AM >>> On Wed, Jun 20, 2001 at 03:46:31AM -0500, Bob Tanner wrote: > Quoting Thomas Eibner (thomas@stderr.net): > > On Wed, Jun 20, 2001 at 03:26:52AM -0500, Bob Tanner wrote: > > > Quoting Bob Tanner (tanner@real-time.com): > > > > s/#4/Blah hash $288/gi > > > I guess a better question what is a quick and easy was to escape all > > > meta-characters in a string? > > > Like, if I want to escape * ? $ > quotemeta EXPR >$ perl >$test = quotemeta '*?$-'; >print $test, "\n";^D >\*\?\$\- From patrickm at eltecinc.com Wed Jun 20 12:58:30 2001 From: patrickm at eltecinc.com (patrickm) Date: Mon Jan 17 14:29:21 2005 Subject: [TCLUG-DEVEL] Perl guru and regex? Message-ID: <00a001c0f9b2$a65cd310$5cc8a8c0@eltecinc.com> Use s'#4'Blah hash $288'gi This treats the replacement string as single quoted and avoids variable interpolation. Adding quotemeta in your case won't do it because the variable interpolation happens first: s/#4/\QBlah hash $288/gi gives you End of the line Blah\ hash\ Patrick McCabe ----- Original Message ----- From: Bob Tanner To: Sent: Wednesday, June 20, 2001 3:26 AM Subject: Re: [TCLUG-DEVEL] Perl guru and regex? > Quoting Bob Tanner (tanner@real-time.com): > > I want to do a substitution like this: > > > > s/#4/Blah hash $288/gi > > I guess a better question what is a quick and easy was to escape all > meta-characters in a string? > > Like, if I want to escape * ? $ > > -- > Bob Tanner | Phone : (952)943-8700 > http://www.mn-linux.org | Fax : (952)943-8500 > Key fingerprint = 6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9 > > _______________________________________________ > tclug-devel mailing list > tclug-devel@mn-linux.org > https://mailman.mn-linux.org/mailman/listinfo/tclug-devel > From dutchman at uswest.net Mon Jun 25 15:11:10 2001 From: dutchman at uswest.net (Perry Hoekstra) Date: Mon Jan 17 14:29:21 2005 Subject: [TCLUG-DEVEL] Java exec and rsync Message-ID: <3B379ADE.E149A06B@uswest.net> Greet the sun all: Has anybody worked with the exec statement? I am trying to call rsync from a Java exec statement. How do I determine what actually executed (I want to check the format of the command)? Is that information obtainable from the Process.getInputStream? -- Perry Hoekstra E-Commerce Architect Talent Software Services perry.hoekstra@talentemail.com From nobody170 at yahoo.com Wed Jun 27 08:50:54 2001 From: nobody170 at yahoo.com (Bill Gladen) Date: Mon Jan 17 14:29:21 2005 Subject: [TCLUG-DEVEL] Java exec and rsync In-Reply-To: <3B379ADE.E149A06B@uswest.net> Message-ID: <20010627135054.62220.qmail@web10005.mail.yahoo.com> I've used it a little. getInputStream and getOutputStream get stdout and stdin, respectively, which always seems a little bit backward to me ( just the naming, not the direction ). You can read the data that comes in on the stream and put it somewhere useful. I've often wished for a InputStreamToOutputStreamBridge, but as far as I know, you have to do it yourself. Hope this answered the question you asked. Bill --- Perry Hoekstra wrote: > Greet the sun all: > > Has anybody worked with the exec statement? I am trying to call > rsync > from a Java exec statement. How do I determine what actually > executed > (I want to check the format of the command)? Is that information > obtainable from the Process.getInputStream? > > -- > Perry Hoekstra > E-Commerce Architect > Talent Software Services > perry.hoekstra@talentemail.com > > > _______________________________________________ > tclug-devel mailing list > tclug-devel@mn-linux.org > https://mailman.mn-linux.org/mailman/listinfo/tclug-devel __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ From dutchman at uswest.net Wed Jun 27 09:14:56 2001 From: dutchman at uswest.net (Perry Hoekstra) Date: Mon Jan 17 14:29:21 2005 Subject: [TCLUG-DEVEL] Java exec and rsync References: <20010627135054.62220.qmail@web10005.mail.yahoo.com> Message-ID: <3B39EA60.7DF4372A@uswest.net> Bill Gladen wrote: > > I've used it a little. > > getInputStream and getOutputStream get stdout and stdin, respectively, > which always seems a little bit backward to me ( just the naming, not > the direction ). > > You can read the data that comes in on the stream and put it somewhere > useful. I've often wished for a InputStreamToOutputStreamBridge, but > as far as I know, you have to do it yourself. > > Hope this answered the question you asked. > I was getting confused on the different forms of exec and how to pass commands through it. I thought that the commands had to be passed to the String array but another gentleman showed me how to invoke a command with all options from a single String. I now just call a shell script passing it parameters from the Java exec and let it do th rsync work. Thank you for your time. -- Perry Hoekstra E-Commerce Architect Talent Software Services perry.hoekstra@talentemail.com From tanner at real-time.com Thu Jun 28 06:00:34 2001 From: tanner at real-time.com (Bob Tanner) Date: Mon Jan 17 14:29:21 2005 Subject: [TCLUG-DEVEL] jikes and emacs Message-ID: <20010628060034.A8580@real-time.com> Anyone know how to get jikes and emacs to like each other? What I mean by this is, when I compile using Sun's jdk using emacs jde, the errors from the Sun jdk can be parsed by emacs and you can using the c-` to step to each error. The emacs/jde does not like jikes error messages. But jikes is sooo much faster, I'd really like to use it. -- Bob Tanner | Phone : (952)943-8700 http://www.mn-linux.org | Fax : (952)943-8500 Key fingerprint = 6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9 From hopper at omnifarious.org Thu Jun 28 09:11:49 2001 From: hopper at omnifarious.org (Eric M. Hopper) Date: Mon Jan 17 14:29:22 2005 Subject: [TCLUG-DEVEL] jikes and emacs In-Reply-To: <20010628060034.A8580@real-time.com>; from tanner@real-time.com on Thu, Jun 28, 2001 at 06:00:34AM -0500 References: <20010628060034.A8580@real-time.com> Message-ID: <20010628091149.A9617@omnifarious.org> On Thu, Jun 28, 2001 at 06:00:34AM -0500, Bob Tanner wrote: > Anyone know how to get jikes and emacs to like each other? > > What I mean by this is, when I compile using Sun's jdk using emacs > jde, the errors from the Sun jdk can be parsed by emacs and you can > using the c-` to step to each error. > > The emacs/jde does not like jikes error messages. > > But jikes is sooo much faster, I'd really like to use it. jikes only problem, IMHO, is its IBMish error messages, and IBMish options. :-P Otherwise, jikes is wonderfully picky and wicked fast. I like it. You can get it to produce error messages that emacs likes with '+E'. 'jikes --help' will tell you this. Have fun (if at all possible), -- "It does me no injury for my neighbor to say there are twenty gods or no God. It neither picks my pocket nor breaks my leg." --- Thomas Jefferson "Go to Heaven for the climate, Hell for the company." -- Mark Twain -- Eric Hopper (hopper@omnifarious.org http://www.omnifarious.org/~hopper) -- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available Url : http://shadowknight.real-time.com/pipermail/tclug-devel/attachments/20010628/064ff2b9/attachment.pgp From mike at fruitioninc.com Thu Jun 28 22:30:44 2001 From: mike at fruitioninc.com (Mike Bresnahan) Date: Mon Jan 17 14:29:22 2005 Subject: [TCLUG-DEVEL] jikes and emacs References: <20010628060034.A8580@real-time.com> Message-ID: <0aa601c1004b$e240f6a0$0300000a@anelginanalas> The error message parsing is done by a list of regular expressions in one of the many lisp files. Several years ago I was able to make emacs parse errors produced by the HP C++ compiler by fiddling with the regular expressions. I think the file I fooled with was compiler.el. Mike ----- Original Message ----- From: "Bob Tanner" To: Sent: Thursday, June 28, 2001 4:00 AM Subject: [TCLUG-DEVEL] jikes and emacs > Anyone know how to get jikes and emacs to like each other? > > What I mean by this is, when I compile using Sun's jdk using emacs jde, the > errors from the Sun jdk can be parsed by emacs and you can using the c-` to step > to each error. > > The emacs/jde does not like jikes error messages. > > But jikes is sooo much faster, I'd really like to use it. > -- > Bob Tanner | Phone : (952)943-8700 > http://www.mn-linux.org | Fax : (952)943-8500 > Key fingerprint = 6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9 > > _______________________________________________ > tclug-devel mailing list > tclug-devel@mn-linux.org > https://mailman.mn-linux.org/mailman/listinfo/tclug-devel From tanner at real-time.com Sat Jun 30 01:53:37 2001 From: tanner at real-time.com (Bob Tanner) Date: Mon Jan 17 14:29:22 2005 Subject: [TCLUG-DEVEL] Any Cybercash people? Message-ID: <20010630015337.B3469@real-time.com> Anyone worked with Cybercash enough to understand the -implementation- details? Like what algorithm(s) does it use when a merchant sends a CPI or MO to the Cybercash server? I get a mix of info. Some web pages say RSA other 3DES. Now, if I get RSA right, it offers both encryption and digital signatures. And it's a public-key cryptosystem, so it's slower. DES is a symmetric cryptosystem and it just does encryption, but it's faster. Cybercash hides their encryption and decryption inside a binary lib or an statically linked stripped executable. What I want to do is implement it all in Java without JNI or exec(). I got it all down except the encryption part. Any encrption gurus who can lend me a hand? -- Bob Tanner | Phone : (952)943-8700 http://www.mn-linux.org | Fax : (952)943-8500 Key fingerprint = 6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9 From dieman at ringworld.org Sat Jun 30 08:06:37 2001 From: dieman at ringworld.org (Scott M. Dier) Date: Mon Jan 17 14:29:22 2005 Subject: [TCLUG-DEVEL] Any Cybercash people? References: <20010630015337.B3469@real-time.com> Message-ID: <3B3DCEDD.2060406@ringworld.org> Bob Tanner wrote: > Anyone worked with Cybercash enough to understand the -implementation- details? I think theres a module in CPAN for it. But I might be wrong. -- Scott Dier http://www.ringworld.org/ #linuxos@irc.openprojects.net