Tagged Questions

0
votes
2answers
54 views

return html from a web service in asp.net

Is there anyway to return HTML from a web service in C#? If I have my XSLT transform output tag as XML then I'm geting the XML tag <?xml version="1.0" encoding="UTF-8"?> …
0
votes
1answer
16 views

Silverlight Image Positioning/Transformation

What I would like to do is the following: Change the points of the four corners of an image. What is possible now, is to change the top left corner. But that will only move the im …
2
votes
2answers
363 views

3D globe rotation issues

Hi all, Im trying to get my 3D sphere to rotate when a user moves their mouse/finger over the sphere. I can get it to rotate no problems, but when I try to add inertia to the sph …
0
votes
2answers
53 views

Any free polygon library for the iPhone?

I need a library that can manage polygon modeling and basic transformation like rotating and translating. I'd rather not redevelop everything from scratch Thanks
0
votes
2answers
28 views

Transform rectangular image into trapezoid

In .NET how can I transform an image into a trapezoid. The Matrix class supports rotation, shear, etc, but I can't see a trapezoidal transformation. I'm using the usual System.Dra …
0
votes
3answers
48 views

XSLT output does not reflect on Firefox

Hi, I have created a Practice.xsl file to transform the source Practice.xml to an html from javascript and add the generated html to n empty DIV element, which is working fine with …
0
votes
0answers
7 views

Easy way to extract documentation from Ecore files

I am trying to extract the packagenames and classnames AND documentation and notes stored in my Ecore-files for including them in external documents (Wiki, Word, etc.) Are there …
2
votes
7answers
94 views

Python list filtering and transformation

Hello, I have a list of library filenames that I need to filter against regular expression and then extract version number from those that match. This is the obvious way to do that …
4
votes
3answers
172 views

XSL recursive sort

Hello, I am facing a problem where I need to sort elements, depending on their value, which contains a numbers, separated by periods. I need to sort elements depending on the value …
0
votes
2answers
45 views

xsl:template match for xml with prefixes

I have this xml file <?xml version="1.0" encoding="UTF-8"?> <bo:C837ClaimParent xsi:type="bo:C837ClaimParent" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" …
0
votes
0answers
25 views

How to get OpenGL to display NV12 texture in Cocoa

I have a YUV:420 (aka NV12) frame data, how can I get OpenGL to recognize its format for glTexImage2D() rendering. I realize that I might have to perform colorspace transformation …
1
vote
2answers
163 views

J2ME like Sprite on Android

For my useless project of the month I'm working on a 'emulator' to run J2ME programs on Android. But now I'm stuck with the J2ME Sprite implementation. Specifically the transformat …
1
vote
1answer
78 views

How can I strip comments and doc strings from python source code?

Is there a program which I can run like this: py2py.py < orig.py > smaller.py Where orig.py contains python source code with comments and doc strings, and smaller.py conta …
0
votes
1answer
47 views

Comparing images using SIFT

I'm trying to compare 2 images that are taken from a digital camera. Since there may be movement on the camera, I want to first make the pictures "match" and then compare (using so …
1
vote
2answers
52 views

User defined xml transformation

I have some sample xml data, for ex: <?xml version="1.0" encoding="utf-8"?> <Account> <User> <FirstName>John</FirstName> <LastName>Doe</ …

1 2 3 4 next
15 30 50 per page