archives

How-to enjoy YouTube videos on iPod/PSP/iPhone/Zune/Mobile phone - Pocket PC Magazine

How-to enjoy YouTube videos on iPod/PSP/iPhone/Zune/Mobile phone Pocket PC Magazine, IA - 22 hours ago button to select the output of your videos and then click the “convert” button to start the conversion .

How-to enjoy YouTube videos on iPod/PSP/iPhone/Zune/Mobile phone - Pocket PC Magazine

How-to enjoy YouTube videos on iPod/PSP/iPhone/Zune/Mobile phone Pocket PC Magazine, IA - 3 hours ago You need a special converter to convert the downloaded videos to the PSP playable videos.

FAQ 2.15 Where can I buy a commercial version of perl?

This is an excerpt from the latest version perlfaq2.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .

Deadlocks with block - 0, slot - 0 during INSERT

Hi We are getting strange deadlocks in 9.2.0.7 database: 1. They occur during INSERT into range-partitioned table where all indexes are local. 2. Both sessions were trying to execute the same SQL statement. 3. ObjectID point to table partition and index (primary key) partition corresponding to this table partition. This is strange as I would

PL/PDF: Outputting HTML formatted text

Hi I'm using PL/PDF ([link]) to generate PDF documents. This can output a string using the command plpdf.PrintFlowingText(6,l_clo b); In this case, 6 is the text size, and l_clob is a CLOB variable containing an HTML document. Does anybody know of a utility which will take the HTML text

Finally Proud of America - apparently not...

MSNBC Career Columnist Eve Tahmincioglu writes about Michelle Obama's comments: "...for the first time in my adult life I am proud of my country because it feels like hope is finally making a comeback.” She goes

What can I do with this SARM data?

I woke up this morning finding a message in my inbox. The message came from an ITtoolbox subscriber asking about SARM. Wow, I thought, someone is trying to use my baby. So I replied the message over breakfast. The information may be interesting to others who want to know more about SARM, so I am re-posting it here. >>>>>>>>>>>>>>>>>>>> I was the original product manager for SARM. Let me provide

Great Java Xpath Article

LewisC's An Expert's Guide To Oracle Technology IBM Developerworks has posted a new article, Evaluating XPaths from the Java platform. This is a really detailed article for those of you doing

FAQ 2.16 Where do I send bug reports?

This is an excerpt from the latest version perlfaq2.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .

I am an expert - Get Published

We have had several discussions here about how you become an expert. Today, my google alerts (if you aren't using them, you should be) let me know that the article I was interviewed for by Kristina Cowan at Payscale went live.

Use of uninitialized value in array dereference

Hello NG, why does the following line print the warning in the subject: $ perl -wle '@{ $x->{0} };' but this one doesn't: $ perl -wle '@{ $x->{0} }=1;' Thank you, Razvan

100% memory

Hello, Have a 10G server on solaris 10 sparc with 16GB. An alarmed user has pointed out that the memory usage look very high. I dunno whether the memory usage is just high or too high because dont have previous experience on sol10/10g. Any other commands to run to get more insight? TIA Martin [alant@milan ~]$ prstat -a grep oracle

The Bedrock (you build on)

I ran into an old friend of mine a few days ago. We happened to meet by chance at a local watering hole in the East Bay. This friend and I go way back. He's a former computer hack like me who had crossed over from the tech side of business to the business side of business. In those early days of our careers, we were stubbornly optimistic. Our favorite line was "the next six months are going

Multiple Queries

Morning! I have to write a procedure which will accept a record type and the number of records to return to the calling PHP script. We have a similar script which gets data from a single query and opens a SELECT statement for PHP like this: OPEN line FOR v_query; But in this case, I may get multiple pairs of parameters at one time.

Amateurs web camchat

Amateurs web camchat [link]

Encrypting columns for some users

Hi, 10g Here is an unusual need: some users with read access to a table must see the data in some specific columns as gibberish, while other users still must be able to see them as clear text. It has to work with sqlplus as well as other query tools. Any idea? TIA