query stackoverflow questions by language and date? - data.stackexchange.com

I see that we have a tool called "stack exchange data query" but I don't see there examples of using the tool and I don't see in the fields "programming language" or something similar?

this is the guide i was after: Data Explorer
basically this tool give you the abillity to query stackexchange db.

Related

How to get Infromation Link query from Spotfire Library Database

I am new to Tibco Spotfire and I am working on a query to retrieve the query used by/generated by Spotfire while designing an information link.
I have access to the Library DB which saves the metadata of all the items/elements used in dashboards and stuff like that. I have been able to locate the information link items in the DB but I can't find the actual query that is used by the information link.
I need a solution that can be implemented from the DB, UI solutions are already in use and I am looking to automate that manual process of going to each info-link and clicking the "SQL" button in the Information Designer tool
so far I have come across [this link] (https://support.tibco.com/s/article/How-to-find-the-manually-modified-SQL-query-used-by-a-particular-Information-Link) on Tibco's community forum but it doesn't show the autogenerated queries (only the manually modified queries).
Any and all help on this will be much appreciated
Thanks
This should be in the SQL logs on the server. Attempt to open the info link. Then, log into the server. Go to the folder where your spotfire installation is and find a folder that looks like this...
\Tibco\tss\10.3.6\tomcat\logs
...and you want the SQL.txt file. Search for your user name.

Is there an only-reporting tool for SCORM data?

I am new in SCORM and I am looking for a tool that takes as an input your SCORM data, in a no-matter way, analyzes it and gives you a report.
I don't care for an LMS or web analytics tool.
Are there any suggestions?
Thank you in advance!
Hi There Konstantina,
Have you looked at SCORM Cloud? It is a lightweight training delivery system that will allow you to upload SCORM, AICC, and Tin Cans easily, then has a built-in reporting tool called "Reportage". Reportage will help you track status, time, score, interactions...most of the elements people look for when they want SCORM reports. Within Reportage, there is a home page with some graphical representations of the training data as well as the ability to export your reports as CSV. If you have any questions about it, please feel free to contact us at support#scorm.com.
Thanks,
Joe

Analyzing community builder database

My server is Joomla 2.5, the version of CB is 1.8.1 and it runs on a MySQL database.
I would like to analyze the data in my database and create simple reports, for example: a list of all email addresses of all subscribers in a given period in time.
Is the right tool for this available in CB, in Joomla as an extension or should I go for a separate tool to dive into the database directly?
I searched in the CB site for reporting but didn't find a plugin for it, did find some 'advanced search' extensions for Joomla but they do not support reports as such.
I had to write custom components for this kind of requirements a few times, if you are familiar with Joomla coding I strongly suggest this approach it will be the most effective unless you need strong business intelligence, in which case you'd better switch to a bi tool.
The difference is: if you can pull all the data you need with just a few simple queries, write them yourself; if you need to analyze data, use a proper tool.
If you however are not a developer you might get away with a reporting tool, or a versatile CCK for Joomla.
Community Builder won't do this on it's own.
The easiest and quickest way to achieve this is to use an extension like ChronoForms and/or ChronoConnectivity which can help retrieve and display the required data from one or more tables.
ChronoForms: http://extensions.joomla.org/extensions/contacts-and-feedback/forms/1508
ChronoConnectivity: http://extensions.joomla.org/extensions/directory-a-documentation/directory/5661
These extensions make it easy to restrict a report to a particular group etc without having to write code.
There are plenty of examples in the chronoengine.com FAQs and the forum if you need help.
Probably the original question is not valide anymore, about an year later, but now there is a component that does what you need if you use ”registerDate” field as search criteria. The name of the component is JEmbedAll and you can find more information about that here: http://www.goldengravel.eu/jembedall-manual#.VVph_bvyNC0

Can Oracle UCM Web Form store/retrieve data directly into/from database

I have found several articles mentioning that using "UCM Web Forms" you can easily provide and interface for contributor to enter data in a specific format(split into specific fields).
In my case the data for some of the fields(e.g. drop-downs) have to be taken out from a database. And when the form is submitted it will be nice if the data is stored in the DB too, so is this possible with these web forms.
Also it will be great if someone can provide a link to a demo/tutorial/working example of using UCM Web Forms.
http://blogs.oracle.com/kyle/entry/adding_ucm_web_forms_to_site_s
Gives an explanation and example.
Hopefully this helps whoever stumbles on this question.
Oracle UCM provides a mechanism to check in documents but no to manipulate directly database entries. You have to write your own code to manipulate the form/data or use a Java framework for this.

Where is the documentation for the Google Suggest API? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there any official documentation on the Google Suggest API?
All my searches for the Google suggest API show pages with either outdated info or non-working scripts.
For example, at google.com, as soon as you type in "app", Google suggests Apple, Applebees, etc.
As you can imagine, it's changed.
The newer URL is now http://clients1.google.com/complete/search?hl=en&output=toolbar&q=YOURSEARCHTERM
Or even more recent:
http://suggestqueries.google.com/complete/search?output=toolbar&hl=en&q=YOURSEARCHTERM
Summary of working examples:
From this question working example:
http://suggestqueries.google.com/complete/search?output=toolbar&hl=en&q=theory
From this question working example:
http://suggestqueries.google.com/complete/search?output=firefox&q=theory
From mhawksey comment above working example:
http://google.com/complete/search?client=chrome&q=theory
Here client=chrome can be changed to other browser client. For example for Firefox it will look like:
http://google.com/complete/search?client=firefox&q=theory
From mahoor13 comment above working example:
google.com/complete/search?output=toolbar&q=theory
From dhiraj-pandey answer "if you want country specific suggests, you need to add &gl= in the url". That only works with links for toolbar!
So for example working country specific example for India will be:
google.com/complete/search?output=toolbar&q=theory&gl=in
To separate words use %20 or + between them. For example:
http://suggestqueries.google.com/complete/search?output=toolbar&hl=en&q=a%20mykeyword
or
http://suggestqueries.google.com/complete/search?output=toolbar&hl=en&q=a+mykeyword
Also from here it possible to get two suggestions with YQL (first sugestion chuck norris, second steven seagal):
select * from xml where url in (
‘http://google.com/complete/search?output=toolbar&q=chuck+norris’,
‘http://google.com/complete/search?output=toolbar&q=steven+seagal’
)
Using above code gives:
http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20xml%20where%20url%20in%20%28%27http%3A%2F%2Fgoogle.com%2Fcomplete%2Fsearch%3Foutput%3Dtoolbar%26q%3Dchuck%2Bnorris%27%2C%27http%3A%2F%2Fgoogle.com%2Fcomplete%2Fsearch%3Foutput%3Dtoolbar%26q%3Dsteven%2Bseagal%27%29&format=xml&diagnostics=false
Some info from google about suggestions: http://www.google.com/support/enterprise/static/gsa/docs/admin/70/gsa_doc_set/xml_reference/query_suggestion.html
Try http://google.com/complete/search?output=json&q=YOURSEARCHEDTERM or for XML output http://google.com/complete/search?output=toolbar&q=YOURSEARCHEDTERM
http://answers.oreilly.com/topic/1526-how-to-use-the-google-suggest-api-to-come-up-with-topics-for-answers/
I also found very interensting tool which use the Google Search API and it is based on Python and Flask ubersuggest and keysuggest's Googlealphabet soup method tool.
As #Harvest316 said, you can use those urls to get suggestions, but if you want country specific suggests, you need to add &gl= in the url. For example, if I search for India, it will be
http://suggestqueries.google.com/complete/search?output=toolbar&hl=en&q=YOURSEARCHTERM&gl=in
Hi I'm the author of Übersuggest the tool mentioned by JonnyPea. There is no official Google Suggest API: the URL I and other people use is just something we have found hacking around Google. Here's a couple of advice:
Have a look at my application source code on Bitbucket (beware:
I'm an hobbyist programmer so my code cold be improved a lot)
Do not call the API thousands times from the same IP or you will be banned.
[UPDATE]
Sorry the source code is no more available
There is a working API that pulls data from Google Suggest (along with YouTube, Bing and App Store): http://keywordtool.io/api
Using this API you wouldn't need to worry about the number of requests from the same IP etc.
Google doesn't have an official API to share autocomplete data, moreover it often hides keywords that appear in Google suggest from Google Keyword Planner.
Note this API is by paid subscription and starts at $280 / month.

Resources