Forum: Java Mar 18th, 2008 |
| Replies: 0 Views: 9,291 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,761 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: 2,176 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: 900 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: 3,133 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 12th, 2007 |
| Replies: 2 Views: 6,337 Actually the truth is when i remove all the
<Root xmlns="http://www.wfmc.org/2002/XPDL1.0" xmlns:xpdl="http://www.wfmc.org/2002/XPDL1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"... |
Forum: XML, XSLT and XPATH Feb 8th, 2007 |
| Replies: 4 Views: 2,920 Just Changing to Solution Icon...
Solution is in the above thread. |
Forum: XML, XSLT and XPATH Feb 8th, 2007 |
| Replies: 2 Views: 6,337 Hi guys,
Here is my snippet of input xml file..
<Root xmlns="http://www.wfmc.org/2002/XPDL1.0" xmlns:xpdl="http://www.wfmc.org/2002/XPDL1.0"... |
Forum: XML, XSLT and XPATH Feb 8th, 2007 |
| Replies: 4 Views: 2,920 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,920 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,920 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: 2,151 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,804 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,804 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: 4,427 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: 7,283 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,914 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 15th, 2006 |
| Replies: 4 Views: 7,283 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: 6,100 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 4th, 2006 |
| Replies: 3 Views: 6,100 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: 7,283 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: 7,283 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
... |