I wish to develop a software for mesh simplification (3D object compression) in flex using papervision 3D. Which algorithm will be the best one to implement?
This is quite possibly an extremely retarded question, but what is the best way to draw a line over a black and white (binary) image in MATLAB, provided the start and end coordinates are known?
Please note, I am not trying to add an annotation line, I would like the line to become part of the image.
Hi,
I am wondering if anyone can advise on the best way to add a FAQ page in iphone app. I would like to display a 'local' file (perhaps HTML) with local images into a web view. Essentialy to enable users access to FAQ within the app.
Any advice on whether to use HTML or any other way of doing this will be very helpful..
Thanks in advance..
mb
Short radio link with a data source attached with a needed throughput of 1280Kbps over IPv6 with a UDP Stop-and-wait protocol, no other clients or noticeable noise sources in the area. How on earth can i calculate what the best packet size is to minimise overhead?
I am scanning over a large amount of data and looking for common trends in it. Every time I meet a recurrence of a unit, I want to increment the count of it. What is the best data structure or way to hold this data. I need to be able to search it quickly, and also have a count with each unit of data.
I would like to embed an actity graph created by hgactivity inside my hgweb webinterface. What's the best method to do so.
Here's a screenshot of a hgactivity graph:
It shows the number of commits through time to a Mercurial repository.
In an ASP.NET environment, what's the best way to play a mp3 file? Do I need to use a flash plugin (some users may not have flash). Also, this needs to work on a IPhone or an IPod.
I want to use ApplicationSettings in the markup code of an ASP.NET Web Application. Inspired by code behind this was my first try:
<%= My.Settings.MyApplicationSetting %>
No success.
I ended up with this lengthy statement
<%= Global.MyRootNameSpace.My.MySettings.Default.MyApplicationSetting %>
I can’t believe that this is the best solution. Isn’t it?
hi
param can be one
of the following
a,b, f,d
a, b, c,e
r , q ,c , d
but we want a,b,c,d without spaces
for example if we get: a , b ,c,d
need to change it to a,b,c,d
sytax to do that
yael
what the best sed syntax to change it
I tend to believe that developing mobile applications in an enterprise environment is best suited by developing intranet web applications. That said I have been asked to think about whether there are specific enterprise applications that could only be accomplished or would be more successful as native applications. I am curious as to what the Stack Overflow community thinks.
Note: As an organization we primarily use BlackBerry devices but are other platform curious.
Hey, I have put together an iPhone web app and i'm currently reading and displaying data from a MySQL database. I have added a search bar to this page and was wondering what the best way would be to search the content on the page.
http://j.mp/c6lV8c
Hi,
I need to add rounded corners to an image in a UITable View cell to 3px. What's the best way to go about this? Apparently you can use the quartz framework?
Thanks.
I am new to ASP.NET Development and can't decide between developing with Webforms or MVC 2. Nevermind the pros and cons of each. I've seen mixed opinions of each. But which method would be the best for someone who has no prior experience in ASP.NET or C#?
If your answer is: learn both, then which should I learn first? MVC 2 or Webforms?
I need to measure the length of time requests are taking to be processed on an ASMX ASP.NET web service. What is the best approach for this? Is there an support in ASP.NET that "natively" supports this without me having to write code? Thanks.
I want to create the membership tables online that are used for ASP.Net 3.5 login controls. I thought their was a script I could use or executable on my computer to install those tables.
Is that the case? or what would be the best method to create the tables online.
Hi!
Users authenticate normally on my iPhone app, and the permission for publish_stream is requested correctly. When the user want to post something on his wall, the text is transmitted to my backend and the backend posts it (with the transmitted session key) to the users facebook wall. The first post is always possible but at the second, the response is:
"The user hasn't authorized the application to perform this action"
But I was already able to post some seconds ago. What is wrong?
Best
Steve
Hi,
I'm wondering what the best way is to use the XDocument.load and save methods on files located on a password protected netshare. I'm building an asp.net mvc application.
There are several elements that are selected by $("#foo"). $("#foo").text() returns the text of each element concatenated together. I just want the text of one element. What is the best way to do this?
$("#foo")[0].text() fails.
I'm trying t build a somekind a clone to wordpress and have some problems understanding the functions that are used there. But that's not the problem..
The thing I'm looking for is good book that detailed explains what aspects to be aware of during the creation of the cms and some code snippets or something in that direction..
With best regards
I'm getting this error when I use 'startmigration' in South.
My guess is that I have data that is not serializable.
What is the best way for me to determine the offending model?
I have a large project in Vb.net which drives a web browser control around. What's the best, and easiest, way to manage browser pop ups? Note, I am not just looking to cancel or close them. I need to manage them just like the main window.
Hi,
Does anyone know of a good solution for converting PDF files to a word .doc files (not docx) programmatically? I've tried SautinSoft's solution but even though it does the job, it's not the best quality.
Any suggestions would be welcome.
Many thanks.
What is the standard way to retrive and check for the argc and argv and what is the best usage and how to do that in linux?
Please provide examples.
Thanks