search for: createapp

Displaying 2 results from an estimated 2 matches for "createapp".

Did you mean: createadd
2012 Jul 15
1
APP-ID for using Bing search api through "rbing" gem!
...APP-ID to its constructor like this -> bing = RBing.new("MYAPPID") for getting a Bing APP-ID I searched a lot and there are some guidelines for doing it like this -> http://www.microsoft.com/web/post/using-the-free-bing-translation-apis or this -> http://www.bing.com/developers/createapp.aspx but non of these guides seems valid anymore and I don''t find the links they talk about or other parts. Can you please help me on this and give me some guidelines about how can I create a Bing APP-ID for using in my app? Thanks in advance. Best Regards -- Sam Serpoosh Software Deve...
2012 May 15
5
setting up the SQLite database
I know this isn''t Python, but I''d like to get a view on the ''one obvious'' way to set up an SQLite (or other) database and its location per-app. I''ve got a bit lost with the Camping 2 changes and various code snippets I have kicking around. 1. is it best to set up the DB creation/connection: 1.1 at the end of the app