Forum: Java Mar 18th, 2008 |
| Replies: 0 Views: 1,896 Get Pixel values from Image Hi,
I am writing a code to get pixels value of the entire image and store it into a array.
But i am facing the problems, as outlined below.
I would be grateful if someone could help me in... |
Forum: XML, XSLT and XPATH Feb 12th, 2008 |
| Replies: 0 Views: 1,019 Using Axis C++ Server with Axis Java client Hi,
this is my requirement :
I have a c++ library/API in the server and client computers running Java applets can send data over to the server and server after processing will send the... |
Forum: Java Jan 29th, 2008 |
| Replies: 1 Views: 781 Java Applet calling C++ Code Hei guys,
I have a c++ library of sorts. A user has written a Java Applet and wants to be able to call the C++ library functions.
This is something my supervisor proposed. He suggested that Applet... |
Forum: C++ Jan 28th, 2008 |
| Replies: 0 Views: 346 Applet calling C++ Code Hei guys,
I have a c++ library of sorts. A user has written a Java Applet and wants to be able to call the C++ library functions.
This is something my supervisor proposed. He... |
Forum: C Sep 27th, 2007 |
| Replies: 0 Views: 1,534 Calling Matlab functions from VS.NET I have already posted this on Mathworks website, but currently till now nobody has been able to solve it.
Basically, I want to port over matlab code in .m format so I can call the matlab functions... |
Forum: XML, XSLT and XPATH Feb 11th, 2007 |
| Replies: 2 Views: 3,834 |
Forum: XML, XSLT and XPATH Feb 8th, 2007 |
| Replies: 4 Views: 2,337 |
Forum: XML, XSLT and XPATH Feb 8th, 2007 |
| Replies: 2 Views: 3,834 |
Forum: XML, XSLT and XPATH Feb 8th, 2007 |
| Replies: 4 Views: 2,337 Re: XML Tranformations Hi guys, finally found a solution to my problem. If you guys are interested, U cud chk out the solution here...
http://forums.asp.net/thread/1557045.aspx
Cheers again.. |
Forum: XML, XSLT and XPATH Jan 31st, 2007 |
| Replies: 4 Views: 2,337 Re: XML Tranformations Hi, let me rephrase the question to make it more comprehendable.
Initially, I had input file with this format.
<Activity routeattr="4ID">
but later I had changed it to
<Activity>
... |
Forum: XML, XSLT and XPATH Jan 31st, 2007 |
| Replies: 4 Views: 2,337 XML Tranformations Hi this is my first paste...
http://paste.plone.org/12700 (http://paste.plone.org/12700)[Contains my input.xml and transform.xslt and output file it generated.
http://paste.plone.org/12706 .. this... |
Forum: XML, XSLT and XPATH Jan 17th, 2007 |
| Replies: 1 Views: 1,718 XML Transforming Help This is my input.xml file. input.xml (http://paste.plone.org/12516)
This is my output.xml
output.xml (http://paste.plone.org/12518)
This is xsl transformer file.
tranformer.xsl... |
Forum: XML, XSLT and XPATH Jan 15th, 2007 |
| Replies: 5 Views: 2,295 Re: XML Transformations hi guys, sorry for the late reply..Was away for a few days.
Anyways, my collegue passed me a partially completed xsl file and he told me, he was using Pyana (XSL parser)..
What I want to... |
Forum: XML, XSLT and XPATH Jan 12th, 2007 |
| Replies: 5 Views: 2,295 XML Transformations Hi guys i am pretty new to XML. Well I have transform a xml file in format A(let's say) to format B. By surfing the websites, I found that XLST can do this.But these 2 formats dun not neccesarily... |
Forum: MS SQL Sep 15th, 2006 |
| Replies: 3 Views: 2,881 connection problem via driver Hi,
My server machine is running on Windows XP and running MSSQL.
I have another client machine which also installed on Windows 2000 and since i cannot install the whole MSSQL, I installed the... |
Forum: MS SQL Aug 17th, 2006 |
| Replies: 4 Views: 4,513 Re: MSSQL connection strings Hi it is solved.. the linux problem...
I never knew MSSQL uses different port for every instance...dats it...
Bottom line: U must specify ur port number in ur connectionstring..
Cheers |
Forum: MS SQL Aug 17th, 2006 |
| Replies: 2 Views: 1,479 SQL query Hi guys,
Need some help in some query processing...
Here goes,this is the results i have obtained so far
|id |cat | name |
1 .....a ... |
Forum: MS SQL Aug 14th, 2006 |
| Replies: 4 Views: 4,513 Re: MSSQL connection strings Hi man,
Your above solution werks..I am hosting to the database and my collegue running on Linux has prob connecting. He can connect to the 193.168.1.111 but not to the one with the... |
Forum: MS SQL Aug 4th, 2006 |
| Replies: 3 Views: 3,519 Re: Min function Hi,
Below stated is my original query from my database but for the sake of simplicity , I have used the pubs database to convey my thoughts.
select p.pub_name,min(t.price),max(t.price) from... |
Forum: MS SQL Aug 3rd, 2006 |
| Replies: 3 Views: 3,519 Min function Hi guys,
I have this situation..
The Min funcition in SQL returns lowest value in query but I what to return is the 2nd lowest instead.
Take this table for example... |
Forum: MS SQL Jul 24th, 2006 |
| Replies: 4 Views: 4,513 Re: MSSQL connection strings Thanks a million...It finally werks... After a shit whole of week, sumtin to cherish..
Kudos to U guys at daniWeb... |
Forum: MS SQL Jul 24th, 2006 |
| Replies: 4 Views: 4,513 MSSQL connection strings Hi,
I am using MSSQL (Microsoft SQL)to liase with python via third party driver.
Well here goes...
I have created two instances of SQL registration in my Enterprise manager. It is under... |