Advertisement

1 - 10 of 1280 containing alltags:("matching") (0.001 seconds)
I have a field in my table called "DateCreated". It holds the NOW() value when record created. Ie 11/10/99 06:10:54 How do I right a SQL code query to find records that are 24 hours o...
Zones: MS AccessDate Answered: 03/09/2002 Grade: A Views: 0
Hi,    I'm a newbee. I've got an HTML file <HTML> <BODY> Hi There ---stick XSL/XML data here </BODY> Now,  I've got an XSL file <?xml version="1.0"?> <xsl:stylesheet xmlns:xs...
Zones: XMLDate Answered: 04/19/2000 Grade: B Views: 0
Hi, I have a text file in html format, which I want to parse for images. Generally I need to extract the href= values for all images from the html document, already fatched and saved as an ht...
Zones: PerlDate Answered: 09/24/2001 Grade: A Views: 0
Hi, I have a MySQL database that I would like to search using a PHP script. There are three fields in the database that would be involved. The first is one called "word" this contains a word ...
Zones: PHPDate Answered: 10/08/2001 Grade: A Views: 0
I am looking for a regular expression that matches: $n or more lines; each of these lines is shorter than $m characters; the first and last lines are not just whitespace; the last line might no...
Zones: PerlDate Answered: 11/27/2002 Grade: A Views: 0
Hello friends, I need to create a panoramic image (combine 4 images which has overlapped area,in my case only linear),In this I need to find an image matching areas,Can any body help me in prov...
Zones: LanguagesDate Answered: 03/30/2004 Grade: A Views: 0
I'm having a problem with the Waitfor in Net::Telnet.  When I hardcode the string as in:    $tn2->waitfor('/prompt\@SYSTEM>/'); it works just fine.  But when I assign the prompt string to a varia...
Zones: PerlDate Answered: 01/14/2003 Grade: A Views: 0
I have this code: <xsl:template match="change"> <xsl:if test="ancestor::body"> <span class="change" title="Change Level: {attribute::level}">       <span style="color: red;">&#729;</span><xsl:appl...
Zones: XMLDate Answered: 09/16/2003 Grade: B Views: 0
Dear Experts, in my spreadsheet i use two regular expressions one after another to match two similar patterns. Here is the working code: Sub OptionValuation() Dim i As Integer, c As Range Dim ...
Zones: Visual BasicDate Answered: 01/30/2004 Grade: A Views: 0
Hi Friends, I have a file like x.dat 80018,0,0,1,0,,0,0,0,0,0,,,1,N,,0,,,,0,1,,2,0,0  80060,0,2,3,0,,0,0,0,0,0,,,1,N,,0,,,,0,1,,2,0,0  100265,0,1,2,0,,0,0,0,0,0,,,1,N,,0,,,,0,1,,2,0,0  1...
Zones: PerlDate Answered: 03/19/2004 Grade: A Views: 0