From roland.bauer at fff.at Thu Aug 5 00:23:34 2004 From: roland.bauer at fff.at (roland.bauer@fff.at) Date: Thu Aug 5 00:23:34 2004 Subject: [vienna.pm] Suchen/Ersetzen Problem Message-ID: <200006261417.JAA26876@ns1.hit.net> * * * vienna-pm-list * * * Mit quotemeta geht's. Roland ####################################### #!/usr/bin/perl -w use strict; while () { chomp; my $translate = quotemeta $_; # <<<< quotemeta my $replace = ; chomp($replace); print "source:'$translate'\n"; print "transl:'$replace'\n"; s/$translate/$replace/; # my $repl = qr/$replace/; # $_ =~ s/$find/$repl/; print "-->$_<--\n"; } __DATA__ &Invert selected items AusgewSigmahlte EintrSigmage &invertieren &Mark messages as read\tCtrl+R Als &gelesen markieren\tStrg+R ################################## --------------------------------------------- This message was sent using Endymion MailMan. http://www.endymion.com/products/mailman/ ### You are subscribed to vienna-pm-list as roland.bauer@fff.at http://www.fff.at/fff/vienna.pm/ From roland.bauer at fff.at Thu Aug 5 00:23:34 2004 From: roland.bauer at fff.at (roland.bauer@fff.at) Date: Thu Aug 5 00:23:34 2004 Subject: [vienna.pm] Probleme mit einem script Message-ID: <200006261514.KAA27538@ns1.hit.net> * * * vienna-pm-list * * * > open (EIN, "/bin/ls *.asc |"); > @files=; > close (EIN); > $nf=@files; > $n=0; > for ($m=0 , $m <5 , $m++) > { > print "$n "; > print "$files[$n]
"; > $n++;} Der entscheidende Fehler war, dass Du im "for"-Ausdruck (in diesem Fall) Strichpunkte verwenden musst. Es gibt naemlich zwei Arten von for-Ausdruecken: 1) for ( ... ; ...; ...) = 3 Befehle, durch ";" getrennt 2) for (@liste) Du hast Typ 1 gemeint, aber wegen der Beistriche wurde Dein dreiteiliger Ausdruck als Liste mit folgenden 3 Elementen interpretiert: ($m=0 , $m <5 , $m++) Versuch einmal diese Version: #################################### #use strict; @files= glob "*.asc"; close (EIN); $nf=@files; $n=0; for ($m=0 , $m <5 , $m++) { print "$n ### $m\n"; # <<<<<< \n ergaenzt print "$files[$n]
\n"; # <<< \n ergaenzt $n++; } #################################### Da habe ich die Beistriche noch nicht ausgebessert ... So geht es auch: ################# use strict; my $n; for (glob "*.asc") { print $n++, "\n"; print qq($_
\n); } ######################## Und immer use strict verwenden ... Schoene Gruesse Roland --------------------------------------------- This message was sent using Endymion MailMan. http://www.endymion.com/products/mailman/ ### You are subscribed to vienna-pm-list as roland.bauer@fff.at http://www.fff.at/fff/vienna.pm/ From michael.kroell at uibk.ac.at Thu Aug 5 09:52:33 2004 From: michael.kroell at uibk.ac.at (=?UTF-8?B?TWljaGFlbCBLcsO2bGw=?=) Date: Thu Aug 5 09:51:38 2004 Subject: [Vienna-pm] JOB: Perl Entwickler =?utf-8?q?f=C3=BCr_Umstellung_des_LFU-iPoint?= =?utf-8?q?_gesucht?= Message-ID: <411249B1.4010301@uibk.ac.at> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hallo! Gesucht wird eine EntwicklerIn zur Umstellung des iPoint Portals der Leopold-Franzens-Universit?t Innsbruck (http://www2.uibk.ac.at/ipoint/) auf eine XIMS (http://xims.info) basierte Wartung. Technisches Anforderungsprofil: Fundierte OO-Perl Kenntnisse, Erfahrung mit RDBMS (Oracle), XML und verwandter Technologien, sowie Erfahrung mit der Entwicklung von Web-Applikationen. Die Umsetzung wird auf Werkvertragsbasis erfolgen. Fragen bzgl. weiterer Informationen bitte an michael.kroell@uibk.ac.at MfG, Michael Kr?ll - -- IT Services University of Innsbruck 063A F25E B064 A98F A479 1690 78CD D023 5E2A 6688 http://zis.uibk.ac.at/.m/uibk.ac.at_pgp_pubkey.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iD8DBQFBEkmxeM3QI14qZogRAon8AKDSORJlkO1R+UYTP5iiWTNvjLdt8ACgsUhv +LaIB0yX5L6dS09KqbX8k8w= =Gclc -----END PGP SIGNATURE----- From armin.zendron at wuerth.it Tue Aug 10 10:59:02 2004 From: armin.zendron at wuerth.it (Armin Zendron) Date: Tue Aug 10 10:59:06 2004 Subject: [Vienna-pm] DBI for Red Brick Message-ID: <4118F0C6.8030202@wuerth.it> Has anyone attempted to use DBI with Red Brick and had success? Specifically DBD::Informix? I am going to be attempting this on a unix machine (hpux). Thanks Armin Zendron armin.zendron@wuerth.it From sigel at wim.uni-koeln.de Tue Aug 10 10:09:32 2004 From: sigel at wim.uni-koeln.de (Alexander Sigel) Date: Thu Aug 12 12:22:45 2004 Subject: [Vienna-pm] =?iso-8859-1?q?7=2E_Deutscher_/_deutschsprachiger_Pe?= =?iso-8859-1?q?rl-Workshop_2/2005=3A_Beitr=E4ge_=28CfP=29=2C_Tagun?= =?iso-8859-1?q?gsort_=28CfV=29?= Message-ID: Liebe Interessenten/innen am Deutschen Perl-Workshop, [CfP and CfV for 7th German Perl Workshop announced] ein vorl?ufiger Aufruf zur Einreichung von Beitr?gen f?r den n?chsten Workshop (CfP) sowie der Aufruf zur Einreichung von Vorschl?gen f?r die lokale Organisation (CfV) wurden heute ver?ffentlicht (u.a. auf use.perl.org). Die Webseiten des Workshops www.perl-workshop.de werden alsbald entsprechend aktualisiert. Schon heute laden wir Dich/Sie/Euch herzlich ein, ?ber einen eigenen Vortrag nachzudenken - und vielleicht sogar den n?chsten Workshop mitzuorganisieren. Diese Info gibst Du ja sowieso an andere Perl-Enthusiasten weiter. http://kpeer.wim.uni-koeln.de/~sigel/GPW05/cfp05.txt http://kpeer.wim.uni-koeln.de/~sigel/GPW05/cfv05.txt R?ckfragen bitte an: wsorga@perl-workshop.de Alexander Sigel, sigel@wim.uni-koeln.de http://kpeer.wim.uni-koeln.de/~sigel/ -- From domm at zsi.at Fri Aug 13 15:09:47 2004 From: domm at zsi.at (Thomas Klausner) Date: Fri Aug 13 15:05:02 2004 Subject: [Vienna-pm] Fwd: Perl MicroWorkshop in Budapest Message-ID: <20040813200947.GB26270@domm2.zsi.at> Hi! Ich werd hoffentlich hinfahren, Leo sicher (zumindest haelt er einen Talk...) ----- Forwarded message from Gabor Szabo ----- Date: Thu, 5 Aug 2004 13:48:47 +0300 (IDT) From: Gabor Szabo To: pm_groups@pm.org Cc: Subject: [pm_groups] Perl MicroWorkshop in Budapest Hi ppl, I'd appreciate if you sent this over to near-by Perl Mailing lists. The Hungarian Perl Mongers are going to have their 2nd Hungarian Perl MicroWorkshop 28th August in Budapest We would like to invite you to join our meeting and even give a presentation. We are looking for a number of speakers to give short presentations either in English or Hungarian about, well, Perl. For further details you can visit http://www.perl.org.hu/ (in Hungarian) or http://www.perl.org.hu/english/ (in English). Please send your proposal or RSVP to Gabor Szabo regards Gabor -- Gabor Szabo http://www.perl.org.hu/ -- ----- End forwarded message ----- -- #!/usr/bin/perl http://domm.zsi.at for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/} From wilhelm.nagy at umweltbundesamt.at Mon Aug 23 01:41:06 2004 From: wilhelm.nagy at umweltbundesamt.at (Nagy Wilhelm) Date: Mon Aug 23 01:41:36 2004 Subject: [Vienna-pm] Perl+Java = Applikation Message-ID: <6D5BF24847A0A44AB725899D3CE6CB6902ADAD8E@pcmail4.ubavie.gv.at> Hallo Jungs & Maedls... Ich habe wiedermal ein obskures problem. Wir haben eine menge guter und bewaehrter perl-applikation. Jetzt zieht die neue zeit bei uns ein und ein schwung neur mitarbeiter koennen ohne java nicht mehr auskommen. Jetzt stellt sich die Frage: Wie rufe ich java-klassen in perl auf: Ich habe da ein Ding namens Java.pm gefunden. http://search.cpan.org/~metzzo/Java/Java.pm Irgendwie happerts - wenn man das ding unter windows betreiben will (jaja selber schuld, wenn man windows verwendet...). Und zwar beim starten des "JavaServers". Meine Frage also: A) Hat jemand schon erfahrungen mit dem ding und wie sehen diese aus. Ich m?chte grossartige java-runtime installatinsarbeiten vermeiden wenn sowiso nichts bringt. B) Weiss jemand wie man das ding (JavaServer) unter Windows zum laufen bringt. Ich glaube alles richtig gemacht zu haben (CLASSPATH etc.) aber sicher bin ich mir bei Java nie. Ich habe mich jedenfalls an die Installatinsanweisung gehalten und die install-scripts aufgerufen, diese haben dann alles OK gemeldet - funktionieren tuts trotzdem nicht. C) gibt es andere Methoden um Javaklassen zu verwenden? ------------ PERL ----------------------------------------- C:\Dokumente und Einstellungen\nagy>perl -v This is perl, v5.6.1 built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail) ------------- OS: Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:\Documents and Settings\nagy>ver Microsoft Windows 2000 [Version 5.00.2195] ------------------------------------------------ Lg \^/ili From andreas.koenig at anima.de Mon Aug 23 02:55:42 2004 From: andreas.koenig at anima.de (Andreas J Koenig) Date: Mon Aug 23 02:55:46 2004 Subject: [Vienna-pm] Perl+Java = Applikation In-Reply-To: <6D5BF24847A0A44AB725899D3CE6CB6902ADAD8E@pcmail4.ubavie.gv.at> (Nagy Wilhelm's message of "Mon, 23 Aug 2004 08:41:06 +0200") References: <6D5BF24847A0A44AB725899D3CE6CB6902ADAD8E@pcmail4.ubavie.gv.at> Message-ID: <87wtzqwao1.fsf@franz.ak.mind.de> >>>>> On Mon, 23 Aug 2004 08:41:06 +0200, Nagy Wilhelm said: > C) gibt es andere Methoden um Javaklassen zu verwenden? Ich bin lurker auf der Inline Mailing Liste (inline@perl.org) und habe dort den Eindruck gewonnen, dass Inline::Java state of the art ist. Ich hoffe, andere koennen Dir dazu mehr sagen, -- andreas From domm at zsi.at Mon Aug 23 03:23:30 2004 From: domm at zsi.at (Thomas Klausner) Date: Mon Aug 23 03:17:49 2004 Subject: [Vienna-pm] Perl+Java = Applikation In-Reply-To: <6D5BF24847A0A44AB725899D3CE6CB6902ADAD8E@pcmail4.ubavie.gv.at> References: <6D5BF24847A0A44AB725899D3CE6CB6902ADAD8E@pcmail4.ubavie.gv.at> Message-ID: <20040823082330.GA6501@domm2.zsi.at> Hi! On Mon, Aug 23, 2004 at 08:41:06AM +0200, Nagy Wilhelm wrote: > Jetzt stellt sich die Frage: > Wie rufe ich java-klassen in perl auf: Wie schon Andreas gemeint hat sollte das Inline::Java http://search.cpan.org/~patl/Inline-Java-0.49/ koennen. Ob/wie das ganze aber fuer das von dir beschriebene Setting funktioniert, kann ich nicht sagen, weil ich weder Windows- noch Java-Erfahrung hab. Wenn hier sonst niemand was weiss, wuerde ich vorschlagen, du postest das auf http://www.perlmonks.org -- #!/usr/bin/perl http://domm.zsi.at for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/} From domm at zsi.at Mon Aug 23 14:41:18 2004 From: domm at zsi.at (Thomas Klausner) Date: Mon Aug 23 14:35:39 2004 Subject: [Vienna-pm] Newsletter from O'Reilly UG Program, August 23 Message-ID: <20040823194118.GC7895@domm2.zsi.at> ----- Forwarded message from Marsee Henon ----- From: Marsee Henon To: domm@zsi.at Subject: Newsletter from O'Reilly UG Program, August 23 Date: Mon, 23 Aug 2004 12:19:27 -0700 ================================================================ O'Reilly UG Program News--Just for User Group Leaders August 23, 2004 ================================================================ -Free Expo Hall Passes available for PhotoShopWorld in Orlando, FL--September 2 -Put Up an O'Reilly Mac OS X Conference Banner, Get a Free Book ---------------------------------------------------------------- Book Info ---------------------------------------------------------------- ***Review books are available Copies of our books are available for your members to review-- send me an email and please include the book's ISBN number on your request. Let me know if you need your book by a certain date. Allow at least four weeks for shipping. ***Please send copies of your book reviews Email me a copy of your newsletters or book reviews. For tips and suggestions on writing book reviews, go to: http://ug.oreilly.com/bookreviews.html ***Discount information Don't forget to remind your members about our 20% discount on O'Reilly, No Starch, Paraglyph, Pragmatic Bookshelf, and Syngress books and O'Reilly conferences. Just use code DSUG. ***Group purchases with better discounts are available Please let me know if you are interested and I can put you in touch with our sales department. ---------------------------------------------------------------- General News ---------------------------------------------------------------- ***Free Expo Hall Passes available for PhotoShopWorld in Orlando, FL--September 2 Let me know how many you need and I can send some. ***Put Up an O'Reilly Mac OS X Conference Banner, Get a Free Book We are looking for user groups to display our conference banner on their web sites. If you send me the link to your user group site with our O'Reilly Mac OS X Conference banner, I will send you the O'Reilly book of your choice. O'Reilly Mac OS X Conference Banners: http://ug.oreilly.com/banners/macosx2004/ ================================================================ O'Reilly News for User Group Members August 23, 2004 ================================================================ ---------------------------------------------------------------- Book News ---------------------------------------------------------------- -Understanding Open Source and Free Software Licensing -PDF Hacks -iMovie 4 & iDVD: The Missing Manual, 4th Edition -The Linux Cookbook, 2nd Edition -CSS Cookbook -The Official Blender 2.3 Guide -Mono: A Developer's Notebook -SpamAssassin -Managing Security with Snort & IDS Tools ---------------------------------------------------------------- Upcoming Events ---------------------------------------------------------------- -Peter Morville ("Information Architecture for the World Wide Web"), Information Architecture & Findability, Boston, MA--September 17 -O'Reilly at the Macintosh Computer Expo, Santa Rosa, CA--September 18 -David Pogue (Missing Manual series), Digital Lifestyle Expo, New York, NY--September 25-26 ---------------------------------------------------------------- Conference News ---------------------------------------------------------------- -Registration Is Open for O'Reilly's Mac OS X Conference, Santa Clara, CA--October 25-28, 2004 ---------------------------------------------------------------- News ---------------------------------------------------------------- -Securing Key Chain Flash Drives -Technology and Tools of Change -Syngress Authors Scheduled to Appear on "60 Minutes" in September -Oracle Magazine's Editors' Choice Awards -Alleviate RSI the Hacker Way -A Day in the Life of #Apache -PHP Debugging Basics -What's on Your Macdar? -The Inside Scoop on the O'Reilly Mac OS X Conference -Further Your CS Development with Mac OS X -Performing Web Queries in Excel 2003 -Personalization in ASP.NET -Windows Server Hacks: Using Preconfigured User Profiles -Develop Your Own Plugins for Eclipse, Part 1 -An Introduction to IKVM ================================================ Book News ================================================ Did you know you can request a free book to review for your group? Ask your group leader for more information. For book review writing tips and suggestions, go to: http://ug.oreilly.com/bookreviews.html Don't forget, you can receive 20% off any O'Reilly, No Starch, Paraglyph, Pragmatic Bookshelf, or Syngress book you purchase directly from O'Reilly. Just use code DSUG when ordering online or by phone 800-998-9938. http://www.oreilly.com/ ***Free ground shipping is available for online orders of at least $29.95 that go to a single U.S. address. This offer applies to U.S. delivery addresses in the 50 states and Puerto Rico. For more details, go to: http://www.oreilly.com/news/freeshipping_0703.html ---------------------------------------------------------------- New Releases ---------------------------------------------------------------- ***Understanding Open Source and Free Software Licensing Publisher: O'Reilly ISBN: 0596005814 Licensing is a major part of what open source and free software are all about, and it's one of the most complicated areas of law. This concise guide focuses on annotated licenses, offering an in-depth explanation of your licensing options, how they compare and interoperate, and how license choices affect project possibilities. If you're an open source/free software developer, this book is an absolute necessity, bridging the gap between the open source vision and the practical implications of its legal underpinnings. http://www.oreilly.com/catalog/osfreesoft/ Chapter 2, "The MIT, BSD, Apache, and Academic Free Licenses," is available online: http://www.oreilly.com/catalog/osfreesoft/chapter/index.html ***PDF Hacks IISBN: 0596006551 "PDF Hacks" is ideal for anyone who works with PDF on a regular basis. The hacks presented here cover the full range of PDF functionality, from generating and manipulating to annotating and consuming PDF information. Far more than another guide to Adobe Acrobat, the book covers a variety of readily available tools for generating, deploying, and editing PDF. You'll be creating documents that are far more powerful than simple representations of paper pages. http://www.oreilly.com/catalog/pdfhks/ Ten sample hacks are available online: http://www.oreilly.com/catalog/pdfhks/chapter/index.html ***iMovie 4 & iDVD: The Missing Manual, 4th Edition Publisher: O'Reilly ISBN: 0596006934 Many annoyances have been eliminated and polished touches added to the new incarnations of iMovie and iDVD. This witty and entertaining guide from celebrated author David Pogue has been updated to reflect all of the changes, in detail and with scrupulous objectivity. The book covers every step of iMovie video production, from choosing and using a digital camcorder to burning the finished work onto DVDs. The book also provides a firm grounding in basic film technique. Make your movies look like Hollywood hits with "iMovie 4 & iDVD: The Missing Manual, 4th Edition." http://www.oreilly.com/catalog/imoviemm4/ ***The Linux Cookbook, 2nd Edition Publisher: No Starch Press ISBN: 1593270313 "The Linux Cookbook, 2nd Edition" is your guide to getting the most out of Linux. Organized by general task (such as working with text, managing files, and manipulating graphics), each section contains a series of step-by-step recipes that help you get your work done quickly and efficiently, most often from the command line. Perfect as an introduction to Linux and the command line, or as a desktop reference for the seasoned user. Covers the major Linux distributions. http://www.oreilly.com/catalog/1593270313/ ***CSS Cookbook Publisher: O'Reilly ISBN: 0596005768 "CSS Cookbook" offers hundreds of examples and CSS code recipes you can use immediately to format your web pages. An explanation accompanies each recipe, enabling you to customize the formatting for your specific purposes, and showing why the solution works so the techniques can be adapted to other situations. Reflecting CSS2 and including topics that range from basic web typography and page layout to techniques for formatting lists, forms, and tables, "CSS Cookbook" is a must-have resource for any web author considering CSS. http://www.oreilly.com/catalog/cssckbk/ Chapter 2, "Page Elements," is available online: http://www.oreilly.com/catalog/cssckbk/chapter/index.html ***The Official Blender 2.3 Guide Publisher: No Starch Press ISBN: 1593270410 Blender is a powerful, open source, cross-platform, free 3D graphics creation suite. Written by the developers who created and currently maintain Blender, "The Official Blender 2.3 Guide" covers methods of designing models, defining materials, and simulating light; rendering 3D scenes; creating 3D animations; as well as advanced topics such as using Blender as a video editor. Includes a 4-color insert and CD-ROM. http://www.oreilly.com/catalog/1593270410/index.html ***Mono: A Developer's Notebook Publisher: O'Reilly ISBN: 0596007922 This no-fluff, lab-style guide jumps right into Mono 1.0 as you work through nearly 50 mini-projects that introduce you to the most important and compelling aspects of the 1.0 release. You'll learn how to acquire, install, and run Mono on Linux, Windows, or Mac OS X. You'll work with the various Mono components: Gtk#; the CLR; the class libraries (.NET and Mono); and much more. This book lets you roll up your sleeves and see what Mono can do. http://www.oreilly.com/catalog/monoadn/ Chapter 3, "Core .NET," is available online: http://www.oreilly.com/catalog/monoadn/chapter/index.html ***SpamAssassin Publisher: O'Reilly ISBN: 0596007078 SpamAssassin is the leading open source spam-fighting tool. The drawback? Until now, it was SpamAssassin's lack of published documentation. This clear, concise new guide shows system administrators how to integrate this tool effectively into their networks. The book clarifies installation, configuration, and use of SpamAssassin versions 2.63 and 3.0 for Unix sysadmins using Postfix, sendmail, Exim, or qmail mail servers. SpamAssassin, together with this essential book, provides the tools you need to take back your organization's inboxes. http://www.oreilly.com/catalog/spamassassin/ Chapter 2, "SpamAssassin Basics," is available free online: http://www.oreilly.com/catalog/spamassassin/chapter/index.html ***Managing Security with Snort & IDS Tools Publisher: O'Reilly ISBN: 0596006616 This practical guide to managing network security covers reliable methods for detecting network intruders, from using simple packet sniffers to more sophisticated IDS (Intrusion Detection Systems) applications and the GUI interfaces for managing them. The book provides step-by-step instructions on getting up and running with Snort 2.1, and it covers how to shut down and secure workstations, servers, firewalls, routers, sensors, and other network devices. This is your comprehensive resource for monitoring illegal entry attempts. http://www.oreilly.com/catalog/snortids/ Chapter 6, "Deploying Snort," is available free online: http://www.oreilly.com/catalog/snortids/chapter/index.html ================================================ Upcoming Events ================================================ ***For more events, please see: http://events.oreilly.com/ ***Peter Morville ("Information Architecture for the World Wide Web"), Information Architecture & Findability, Boston, MA--September 17 Peter leads a new full-day seminar on information architecture from top to bottom, explaining how search and navigation systems can be designed to support and shape user behavior. http://semanticstudios.com/presentations/iaf/ ***Come Join O'Reilly at the Macintosh Computer Expo, Santa Rosa, CA--September 18 MCE is the North Coast Mac Users Group annual fundraising event. Speakers include O'Reilly authors Tom Negrino and Dori Smith ("Mac OS X Unwired"), Jason Snell (Macworld Magazine), Mike Descher (Adobe), author Jim Heid (Peachpit Press and Avondale Media), and Ronnie Roche (Apple Certified Help Desk Specialist). O'Reilly will be selling books onsite as one of the vendors. http://www.ncmug.org/mce.html MCE Flier: http://www.ncmug.org/mce/MCE_ad.pdf MCE Poster: http://www.ncmug.org/mce/MCE_poster.pdf Mac Computer Expo Saturday, September 18 9:30am to 3:30pm Student Lounge/Cafeteria Santa Rosa Junior College 1501 Mendocino Ave Santa Rosa, CA 95401 Admission is free to event, but parking fee is $3.00. ***David Pogue (Missing Manual series), Digital Lifestyle Expo, New York, NY--September 25-26 Author and Mac guru David Pogue is a keynote speaker at this event at the Marriott Marquis Hotel, New York, NY. http://www.dlexpo.com/ ================================================ Conference News ================================================ ***Registration Is Open for O'Reilly's Mac OS X Conference Join us for the third annual Mac OS X Conference, October 25-28, 2004, in Santa Clara, California. You'll hear from Stewart Copeland, the former drummer for The Police who now creates award-winning film and television scores using Mac OS X technology; "New York Times" columnist David Pogue; Andy Ihnatko of the "Chicago Sun-Times"; Karelia Sofware's Dan Wood; Brent Simmons of Ranchero Software; Michael Bartosh of 4AM Media; Mac authors Dori Smith, Gordon Meyer, and Ted Landau; and many more. User Group members who register before September 10, 2004 get a double discount. Use code DSUG when you register, and receive 20% off the "Early Bird" price. To register, go to: http://conferences.oreillynet.com/cs/macosx2004/create/ord_mac04 O'Reilly Mac OS X Conference October 25-28, 2004 Westin Santa Clara, Santa Clara, CA http://conferences.oreilly.com/macosxcon/ ================================================ News From O'Reilly & Beyond ================================================ --------------------- General News --------------------- ***Securing Key Chain Flash Drives The current crop of key chain Flash drives have incredible storage capacity. They are perfect for keeping personal data with you at all times. But what if you lose your keys? Here are a couple of easy ways to protect yourself, and your data. http://www.macdevcenter.com/pub/a/mac/2004/08/20/secure_flash.html ***Technology and Tools of Change Building the next generation of technology won't be easy, and will require developers, entrepreneurs, and the customers they serve to learn new skills. O'Reilly has a collection of tools for building the future, including a new book series, a new conference, and a new print-on-demand, custom books service. http://www.oreillynet.com/pub/a/oreilly/tim/opensource/toolsofchange_0804.html ***Syngress Authors Scheduled to Appear on "60 Minutes" in September Dr. Herbert Thompson and Spyros Nomikos, authors of "The Mezonic Agenda: Hacking the Presidency" (due out in October), will appear on the show on either September 22 or September 26. Make sure you tune in. For more information on this upcoming book go to: http://www.oreilly.com/catalog/1931836833/ ***Oracle Magazine's Editors' Choice Awards O'Reilly authors Cary Millsap and Jeff Holt have been named by Oracle Magazine's editors as Authors of the Year in recognition of their work on the "definitive tuning text," Optimizing Oracle Performance. http://www.hotsos.com/e-library/oop.html --------------------- Open Source --------------------- ***Alleviate RSI the Hacker Way Chances are, if you use a keyboard for several hours a day you'll eventually experience repetitive strain injury. Thankfully, it's possible to avoid or alleviate the symptoms with exercises, breaks, posture, and software. Software? Jono Bacon explores free software to help save your tender wrists. http://www.onlamp.com/pub/a/onlamp/2004/08/19/rsi_prevention.html ***A Day in the Life of #Apache Rich Bowen is back this month after a brief summer hiatus with his latest column based on his conversations on the IRC channel #apache. Want to know how to make your web site faster? Rich has some tips to enhance your server's performance. Rich is a coauthor of O'Reilly's "Apache Cookbook." http://www.onlamp.com/pub/a/apache/2004/08/19/apacheckbk.html ***PHP Debugging Basics Whether you're a PHP newbie or a wizard, your programs are going to have bugs in them. Nobody's perfect. David Sklar, author of "Learning PHP 5," provides some basic techniques for finding and fixing the problems in your programs. In particular, he covers how to set up error reporting as you like it, how to find parse errors, and how to inspect program data. http://www.onlamp.com/pub/a/php/2004/08/12/DebuggingPHP.html --------------------- Mac --------------------- ***What's on Your Macdar? O'Reilly Editor Chuck Toporek asks in his latest weblog "What would you like to see us publish a book on? Is there something we might have missed in one of the Panther editions that you'd like to see us work into an update?" http://www.oreillynet.com/pub/wlg/5453 ***The Inside Scoop on the O'Reilly Mac OS X Conference Sometimes, looking at a conference program grid is like looking at Edinburgh Castle. It's impressive, but you really don't know where all the bodies are buried unless you have a tour guide. http://www.macdevcenter.com/pub/a/mac/2004/08/12/osxcon.html ***Further Your CS Development with Mac OS X As the new school year approaches, Julie Starr has some ideas about what type of computer CS students should be considering. We'll give you a hint: It isn't a Windows box. http://www.macdevcenter.com/pub/a/mac/2004/08/13/dev_osx.html --------------------- Windows --------------------- ***Performing Web Queries in Excel 2003 "Excel 2003 Programming: A Developer's Notebook" shows programmers how to best use Excel 2003's new features, through a series of hands-on projects. In this sample lab from the book, learn how to perform a web query to import data from a web page into a worksheet using Excel's QueryTable object. http://www.windowsdevcenter.com/pub/a/windows/excerpt/excel2003prog_chap1/index.html ***Personalization in ASP.NET Personalizing your web site can enhance the experiences of users visiting your site. Personalization allows information about visitors to be persisted so that the information can be useful to the visitor when he visits your site again. Wei-Meng Lee shows you how it all works in ASP.NET 2.0. http://www.ondotnet.com/pub/a/dotnet/2004/08/16/whidbey_personalization.html ***Windows Server Hacks: Using Preconfigured User Profiles Roaming profiles make life easier for both users and system administrators. Mitch Tulloch, author of "Windows Server Hacks," shows you how to preconfigure roaming profiles to make them even more effective. http://www.windowsdevcenter.com/pub/a/windows/2004/08/17/roaming_profiles.html --------------------- Java --------------------- **Develop Your Own Plugins for Eclipse, Part 1 Part of the appeal of the Eclipse platform is its extensibility--in Eclipse, almost everything is a plugin, and it's easy to get plugins from third parties or write your own. Jerome Moliere shows how to get started with deploying Eclipse plugins. http://www.onjava.com/pub/a/onjava/2004/08/18/eclipseplugins.html ***An Introduction to IKVM Java and .NET are two different worlds, but they can live within one process with IKVM. This "JVM for .NET" allows .NET (or Mono) to leverage Java code, and vice versa. Avik Sengupta provides an introduction to this important new environment. http://www.onjava.com/pub/a/onjava/2004/08/18/ikvm.html Don't forget to check out the O'Reilly UG wiki to see what user groups across the globe are up to: http://wiki.oreillynet.com/usergroups/lpt?HomePage Until next time-- Marsee ----- End forwarded message ----- -- #!/usr/bin/perl http://domm.zsi.at for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/} From rs at ednet.at Tue Aug 24 04:17:02 2004 From: rs at ednet.at (Schroettner Robert) Date: Tue Aug 24 04:17:19 2004 Subject: [Vienna-pm] Perl+Java = Applikation In-Reply-To: <6D5BF24847A0A44AB725899D3CE6CB6902ADAD8E@pcmail4.ubavie.gv.at> Message-ID: Hallo ! On Mon, 23 Aug 2004, Nagy Wilhelm wrote: > Date: Mon, 23 Aug 2004 08:41:06 +0200 > From: Nagy Wilhelm > To: "'vienna-pm@mail.pm.org'" > Subject: [Vienna-pm] Perl+Java = Applikation > > Hallo Jungs & Maedls... > > Ich habe wiedermal ein obskures problem. Wir haben eine menge guter und > bewaehrter perl-applikation. Jetzt zieht die neue zeit bei uns ein und ein > schwung neur mitarbeiter koennen ohne java nicht mehr auskommen. Auch auf die Gefahr hin jetzt geteert und gefedert zu werden: Waere es nicht besser, die 'Alte'-Welt in die 'Neue' zu packen als umbekehrt? Also Perl von Java aus aufzurufen. Schon aleine aus dem Grund, dass das hochstarten der JavaVM sicher mehr resourcen beansprucht, als das starten des perl Interpreters? Liebe Gruesse, Schroettner Robert | Schroettner Robert | IT-Services | Eurodata Datenverarbeitungsdienst Ges.m.b.H. __ _ | Tel: +43-1-7747076-51 / / (_)__ __ ____ __ | +43-664-4345798 / /__/ / _ \/ // /\ \/ / | Fax: +43-1-7747076-12 /____/_/_//_/\_,_/ /_/\_\ | WWW: http://www.ednet.at TUX for President | | EURODATA - WIEN - PRAG - BRUENN - BUDAPEST - BUCAREST From wilhelm.nagy at umweltbundesamt.at Tue Aug 24 06:06:31 2004 From: wilhelm.nagy at umweltbundesamt.at (Nagy Wilhelm) Date: Tue Aug 24 06:07:21 2004 Subject: AW: [Vienna-pm] Perl+Java = Applikation Message-ID: <6D5BF24847A0A44AB725899D3CE6CB6902ADAD98@pcmail4.ubavie.gv.at> Hallo Robert, Danke fuer deinen input, war auch mein erster gedanke, ist aber leider nix damit. Wir verwenden ein seltsames ding namens "hibernate" das irgendwie persistente objekte in einen relationale datenbank speichert. Dies erzeugt zugriffsmodule (eben jene javaklassen) welche dann das abbild der daten darstellen. Jetzt m?chte ich natuerlich die Methoden der Klasse verwenden und mit dem "Klebstoff" des internes huebsche reports udergl. basteln kann. Dzg. Versuche ich Inline::Java auf meiner windows kiste zum laufen zu bringen. Ist aber ziemlich mit viel arbeite verbunden weil keine binary distribution auftreibbar und ich mal erst das/die c-file(s) kompelieren muss dass wieder heisst ein "make" auftreiben welches auch so funktioniert wie unter linux etc. Und dann ist auch nicht sicher ob's funktioniert weil ja ggf. irgend ein verstecktes fork zum trangen kommen koennt oder sonst eine seltsamkeit. Aargggg.... Mein chef guckt auch schon ein bisschen schief weil doch so viel aufwand und inzwischen haette ich das ding schon in java geschrieben (ist ja auch richtig soviel java bring ich noch - aber in perl machts halt mehr spass) Aber: die hoffnung stirbt zuletzt und: "real programmer using perl" JAWOLL :-)))) Lg \^/ili > -----Urspr?ngliche Nachricht----- > Von: Schroettner Robert [mailto:rs@ednet.at] > Gesendet: Dienstag, 24. August 2004 11:17 > An: Nagy Wilhelm > Cc: 'vienna-pm@mail.pm.org' > Betreff: Re: [Vienna-pm] Perl+Java = Applikation > > > Hallo ! > > On Mon, 23 Aug 2004, Nagy Wilhelm wrote: > > > Date: Mon, 23 Aug 2004 08:41:06 +0200 > > From: Nagy Wilhelm > > To: "'vienna-pm@mail.pm.org'" > > Subject: [Vienna-pm] Perl+Java = Applikation > > > > Hallo Jungs & Maedls... > > > > Ich habe wiedermal ein obskures problem. Wir haben eine menge guter > > und bewaehrter perl-applikation. Jetzt zieht die neue zeit > bei uns ein > > und ein schwung neur mitarbeiter koennen ohne java nicht mehr > > auskommen. > > Auch auf die Gefahr hin jetzt geteert und gefedert zu werden: > > Waere es nicht besser, die 'Alte'-Welt in die 'Neue' zu > packen als umbekehrt? Also Perl von Java aus aufzurufen. > > Schon aleine aus dem Grund, dass das hochstarten der JavaVM > sicher mehr resourcen beansprucht, als das starten des perl > Interpreters? > > Liebe Gruesse, Schroettner Robert > > | Schroettner Robert > | IT-Services > | Eurodata Datenverarbeitungsdienst Ges.m.b.H. __ _ > | Tel: +43-1-7747076-51 / / (_)__ __ ____ __ > | +43-664-4345798 / /__/ / _ \/ // /\ \/ / > | Fax: +43-1-7747076-12 /____/_/_//_/\_,_/ /_/\_\ > | WWW: http://www.ednet.at TUX for > President > | > | EURODATA - WIEN - PRAG - BRUENN - BUDAPEST - BUCAREST > > >