A friend of mine was interviewing for a data warehouse and Business Object role But he was asked about the Manhattan database?
I have Googled "Manhattan database" and even searched for it on Bing and Yahoo but have found no relevant information.
Any help would be greatly appreciated!
I was just looking at analytics for an ASP.NET MVC 1 site running on Mono.
I saw that once in a while users are brought to this URL: /?aspxerrorpath=/UrlRouting.axd
What would cause this?
The table is:
currency_name exchange_rate
USD 1.000000
EUR 1.194929
CAD 0.942142
etc.
What I want is to make a simple little cron job Python script to run every couple hours and update these values in the database. Are there any open APIs? I mean I am like 99% sure Yahoo! or Google finance has something like this but cannot find. Maybe someone here has done this?
I am looking for a usb based video capture card (to be used with cctv analog cameras) which comes with an api. An api of sorts would help as I am planning to do some analytics on the video stream.
Any ideas on such a device?
Hello everyone,
When accessing my site, the SSL session is successful while the page loads.
A few seconds after the page loaded FireFox shows that SSL is no longer available.
I am guessing its some script (all I have is Google Analytics and Facebook).
How can I see what caused FireFox (or IE/Chrome) to drop the SSL and why ?
Is there any possible way to find out if an email address exists in c#?
e.g. I have an email address like [email protected] or [email protected] How can I do the validation?
How do VoIP services, such as Skype and Yahoo, connect to landlines?
We have a server connected to a landline using asterisk, so I'm thinking this server will bridge our VoIP conversation and connect it to a landline.
But if this is the case, wouldn't Skype need a lot of servers placed around the whole world just to connect to landlines?
The question wasn't clear enough, I think; here's an updated straight to the point question:
What are the common architectures used in building a meta search engine and is there any libraries available to build that type of search engine?
I'm looking at building an "enterprise" type of search engine where the indexed data could be coming from proprietary (like Autonomy or a Google Box) or public search engines (like Google Web or Yahoo Web).
I am getting stock prices from yahoo, and want to have each stock have its own time series data structure, but also don't want to have hundreds of variables, so naturally I would want to have an array, but when I do something like array = [stock1 stock2]; it actually merges the series together. How can I make a real array?
Thanks,
CP
i am calling a java webservice from C#. i generate the wdsl proxy through visual studio which works fine and i see the methods. etc.
I have one issue where i get this error in one of the requests:
org.xml.sax.SAXException: No object was found for class type class com.ml.ets.ease.analytics.soap.Request
does anyone have any idea why i might be getting this error.
I have implemented column resizing with YUIs DataTable as demonstrated in this example:
http://developer.yahoo.com/yui/examples/datatable/dt_complex_clean.html
Is there anyway to enable column resizing without column moving?
I need to generate the playlist dynamically. What is the best way to extract the playlist so that the playlist json below is separated into a different method or variable.
$f(videoid, "/swf/flowplayer-3.1.5.swf", {
playlist: [
{
url: videoUrl
},
{
url: '59483.flv',
title: 'Palm trees and the sun'
},
{
url: '58192.flv',
title: 'Happy feet in a car'
},
{
url: '63617.flv',
title: 'People jogging'
}
],
wmode: 'opaque',
plugins: {
gatracker: {
url: "/swf/flowplayer.analytics-3.1.5.swf",
trackingMode: "Bridge",
debug: false
}
}
});
Where can I read more about creating linked slides like at the top of nytimes.com, slate.com, yahoo.com, nyu.edu, etc. I assume it's javascript, but I'm not sure what it's called, so I'm not sure how to look it up. I want to create a box at the top of a website with blocks of html text which slide in sequence if the user clicks next or after a certain amount of time.
Where can I read more about this?
Using the new API, is it possible to get the insights (analytics) data from a page that you are an admin of?
I can successfully get the data from an app I own, but its not clear how to do this for a page.
If not, is it possible to download the CSV of data from the API?
Currently I'm leveraging http://developer.yahoo.com/search/content/V1/termExtraction.html which isn't ideal for performance and quality reasons. Before I embark on spending time on writing a system I wanted to see if there are any other available options that can do the trick.
I'm moving some code from YUI to javascript and some of it is using YUI's YAHOO.util.Dom.getElementsBy(function). I've been reading through the prototype API docs and haven't been able to find something equivalent. It needs to be able to take an arbitrary function not just select off a CSS selector or the like. Can anyone suggest to me the best way to accomplish this in Prototype?
I'm using the org.jboss.seam.security.openid.OpenId class to login user's to my seam webapp. Currently I'm saving the validatedId (openid.getValidatedId()) into the database, and asking the user to provide their own email address and first and last name after logging in. I'm using Google, Yahoo, AOL, and MyOpenID for the openId Providers.
Is there any way to retrieve the email address and or first/last name of the user without having them enter this in manually?
Hi
I am sending email from my localhost There occurs a server error
Failed to connect to mailserver at "smtp.bizmail.yahoo.com" port 465, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()
when i host my project to the server my function works
Now i need a solution such that the mail functionality must work in my localhost too
I am dumping the a number of things including the following into a db INSERT statement
\"$rec->{reqHdrs}\"
However when for example my value for reqHdrs contains quotes it causes the statement to end and thus cause invalid sql.
e.g.
bla;bla="http://www.yahoo.com/xhtml",bla bla
How do I escape the double quotes inside this statement ?
I need this video to play automatically. It would be nice, this code can play videos from other sources like yahoo etc.. Is it also possible to use HTML5, instead of jquery?
when ever i write the following line of code any where in any app i program with delphi
ShellExecute(self.WindowHandle,'open','www.yahoo.com',nil,nil, SW_SHOWNORMAL);
kaspersky 2010 beeps this message
''behavior similar to pdm.hidden data sending. detected''
why is that and how do i get rid of this
note: i am using delphi 2007
I want to add a cookie so that I can exclude my interaction with my website from google analytics (I don't have access to put files on server as is third party application)
Is it possible to set a cookie with javascript by executing code in teh address bar of the browser?
I'm using YAHOO.util.Dom.get in IE.
It seems to be case sensitive and YUI (2.8) can't seem to deal with. FF lets you get ID's without case sensitivity issues. I was wondering if there is a way to also do it in IE.
This link says there is a problem. But has YUI been able to get around this ?