Hello,
How can i go about using bar code reading capabilities with my S60 application?
Is there any free libs that i can use? or even comercial ones?
Thanks.
Hello all,
Is anyone aware of an OS X tool to monitor SVN repositories for new commits? I am looking for an OS X equivalent to CommitMonitor of the Windows world.
Thanks in advance.
Hello,
My application gets configured via a lot of key/values (let's say 30.000 for instance)
I want to find the best deployment method for these configurations, knowing that I want to avoid DEFINEs to allow for runtime re-configuration.
I have thought of
- pre-compiling them into an array via a php file
- pre-compiling them into a tmpfs sqlite database
- pre-compiling them into a memcached db
what are my options for the best random access time to these configuration (memory is not an issue) ?
Thanks
Jerome
Hello!
Basically I want to find a path between two NP tokens in the dependencies graph. However, I can't seem to find a good way to do this in the Stanford Parser. Any help?
Thank You Very Much
Hello,
I have two stocks with their prices, example:
STOCK1:
10.56
11.23
12.32
8.90
STOCK2:
1.26
5.80
3.26
10.3
I only found Pearson correlation, but, is there another method to know if two stocks move togheter? (esample: co-integration??)
Thank you so much!
Hello everyone,
I am using SharePoint Server 2007 with collaboration portal template on Windows Server 2008. The default search address for a site is pointed to /SearchCenter/Pages/Results.aspx. Any ideas how to change the address to some other address? Either programming solution or easy config solution is fine.
thanks in advance,
George
Hello all
I was wondering how it's possible to find out if an image in the iPhone photo library is isotropic or anisotropic. Basically how many millimeters each pixel measures in height and in width.
In JPG images the information is hardcoded into the data stream so it's possible to do by simply pointing a const char* to the image file, but I'm not sure I can do that with the data the iPhone image returns.
Thank you in advance
Hi Folks,
this call
my $th = threads->create(\&print, "Hello thread World!\n");
$th->join();
works fine. But as soon as I add
binmode(STDOUT, ":encoding(ISO-8859-1)");
to my script file, I get an error like "segmentation fault", "access denied".
What is wrong to define an encoding type when trying to call a perl thread?
Kind Regards
--Andy
Hello,
I want to add a new function to the default User model of Django for retrieveing a related list of Model type.
Such Foo model:
class Foo(models.Model):
owner = models.ForeignKey(User, related_name="owner")
likes = models.ForeignKey(User, related_name="likes")
........
#at some view
user = request.user
foos= user.get_related_foo_models()
Hwo can this be achieved ?
Hello All..
I have just entered into the Blackberry Arena...
So, have gone through with the overview concepts of blackberry api.
But, for the UI part, I could not find any interesting facts or tutorial.
So, can anybody provide me some book or tutorial link for reach UI design for blackberry api ?
Basically I want similar controls as iPhone, like Tab Bar, Segmented control etc.
Thanks in advance...
Hello
I have a MFC application that launches a IWebBrowser2 window. On users computers where Internet Explorer is not their default browser they get the following warning message
"Internet explorer is not currently your default browser.
Would you like to make it your default browser?"
Is there a way to disable this check before I launch a IWebBrowser2 window?
Hello, I am attempting to calculate the miles per gallon for logged fuel full-ups. My table consists of the flowing:
FillUp(CarID, Date, ODReading, Gallons, StopGo, Highway, FillupID, MPG)
I want to subtract the ODReading from the previous record and divide gallons by this computed value.
How do I work between records to achieve this within Visual Studio 2008's column properties (formula) section?
Thanks much, Carl
hello, we recently got DevExpress components, and now we are working on XtraReports. I would like to know how do I manually code data source and datatable and the most important how to assign the data source to the labels on the report ?
Please any help will be appreciated. Thanking you all in advance for your time and consideration.
Hello,
I want to make graph of perf4j on the basis of request and not on the basis of timeslice as shown when graph drawn for perf4j. How can the graph be drawn and maintained for current and past requests without using timeslice?
Thank You
Hello guys...
I have a Mapserver application with SDE layers...
I´d like to know how can I edit my SDE spatial data (add/edit a point/line layer) in .NET ...
Thanks
Hello,
I want to read the contents of a csr in c#, however I haven't found any way to do it in c#.
What I've found was the namespace System.Security.Cryptography.X509Certificates, but it only handles existing certificates, not certificate requests:/
Can anyone give me an hint about it?
Thanks in advance.
Jorge
Um so I was in for a little bit of a surprise tonight. I spent a good 20 mins trying to figure out why I was able to submit a form knowing that what I entered into the recaptcha field was invalid. Is it true that you don't need to input the exact words it displays? If it shows me two words and I misspelled one of the words, I still pass validation? Same goes if "hello world" and I input "hell man" it still works.
Hello.
Does anyone know, whether/how it is possible to link your FB account to your Foursquare account within an own IPhone App? This is the functionality implemented by a lot of sites for their Web services.
Hello
I got child / parent tables as below.
MasterTable:
MasterID, Description
ChildTable
ChildID, MasterID, Description.
Using PIVOT / UNPIVOT how can i get result as below in single row.
if (MasterID : 1 got x child records)
MasterID, ChildID1, Description1, ChildID2, Description2....... ChildIDx, Descriptionx
Thanks
Hello world,
For one of my projects, I'm using the DOMDocument class to load and manipulate XML documents.
I'd need to retrieve every namespace used in the document; however, I can't find how I'd do that. The DOMDocument class has methods to get the namespace prefix of an URI or the URI of a namespace prefix, but I've seen nothing to actually enumerate registered namespaces.
The SimpleXML library has a getNamespaces() method for that. Is there an equivalent for DOMDocument?
Hello,
I have implemented successfully this code:
http://stackoverflow.com/questions/1020762/does-anyone-know-how-to-write-an-apple-push-notification-provider-in-c
It works great. But I have a question, can anybody help me how to send non english messages like Hebrew Or Arabic?
If the string contains any non english characters, it is not sent.
Thank you
Hello friend
I have code name and surname put into same string with coma in the middle ,as "JohnSmith"
I need to insert into database to separate
Can you show me how to code that please.
Thanks
vijay
Hello community,
i have the following problem sometimes my openURL-Dialog works perfectly, then i looked at the variable from the url and that is the variable:
www.brehm-gmbh.de
but some other times there are some crazy elements at the end of the variable like this:
www.adamczyk-fenster.de%E2%80%8E
i get this pages from an .asc file and both are in this file normal without this elements,
what can i do to solve this problem?
thank you all for helping beforehand