Hey guys!
Does anyone know if there is support for Chinese pinyin? I get the results here with correct Chinese pinyin (see "Show romanization" link).
Thank you.
To be more specific:
My delicious account is a Yahoo ID so access via OAuth is required.
It's for my use only to add/remove bookmarks. I have the password.
It's a command line python program, not web-based.
My question is:
Is it possible to access my delicious account without being redirected to a Yahoo OAuth authorization page? Any examples…
I am writing a script in Powershell to get the update information from each computer and correlate the information with another System which identifies updates by CVE ID. I have discovered that there is a "CVEIDs" property for an update in WSUS, which is documented in MSDN, but I have no idea how to access the property. Retrieving the CVE ID from…
I need to read the user's fingerprint from my application.
What I really want is a simple SDK that works with a lot of inexpensive fingerprint readers but I can deal with something that works only with one specific model if that model is cheap and available worldwide.
And it has to be royalty-free, I can pay for a development license but if I…
I am writing a native function that will return multiple Python objects
PyObject *V = PyList_New(0);
PyObject *E = PyList_New(0);
PyObject *F = PyList_New(0);
return Py_BuildValue("ooo", V, E, F);
This compiles fine, however, when I call it from a Python program, I get an error:
SystemError: bad format char passed to Py_BuildValue
How…
I've looked at sites and MSDN documentation but I still don't understand the last parameter of PostMessage().
On forums in which people ask how to use PostMessage, people reply with one of two implementations:
PostMessage(WindowHandle, WM_KEYDOWN, KeyCode, MapVirtualKey(KeyCode, 0) << 16);
PostMessage(WindowHandle, WM_KEYDOWN, KeyCode,…
I am experimenting with making Blackberry widgets but having a little trouble.
My first trial involves displaying a button which, when clicked, calls a JavaScript function that should alert the phones latitude and longitude.
The function looks:
function whereAmI() {
var latitude = blackberry.location.latitude;
var longitude =…
I'm using VS2008, my OS is Win7.
I tried WinAPI IOCTL_VIDEO_QUERY_SUPPORTED_BRIGHTNESS on my netbook. I can retrive a correct the LCD handle, but DeviceIoControl returns 0. I haven't found any APIs for GMA 3150 either.
Hello all,
I am a bit stucked constructing a dynamic query using the CriteriaBuilder of JPA 2.0.
I have quite a common use case I guess: User supplies a arbitrary amount of search parameters X to be and / or concatenated: like :
select e from Foo where (name = X1 or name = X2 .. or name = Xn )
The Method or of CriteriaBuilder…
All the Python-provided types have a check method (i.e., PyList_Check) that allows you to check if an arbitrary PyObject* is actually a specific type.
How can I implement this for my own types? I haven't found anything good online for this, though it seems like a pretty normal thing to want to do.
Also, maybe I'm just terrible…
I have function problem using this code (below), the embedded flash movieclip disappears or completely prevents the scrollto.js query to function in DW cs3. Communication between Flash and JavaScript is without problems, it is the call back I can't find to work and more frustratingly, should be simple, as no values are not…
Can somebody help me to suggest how can I get the play list from the youtube URL:
this is the URL :
http://www.youtube.com/CalgaryStampede1912
And I want to get the playlist or the first 2 videos from this video category with jQuery .
Or there is some jQuery plugin for that ...
Thank You !!!!!
Hi,
In the weather.com site it has forecast for 10 days.
For example, in this url: http://www.weather.com/weather/narrative/GRXX0004
I cannot seem to find a feed for that kind of data. Could I pull a feed for each one of those days?
Is there something I am missing? How could I easily parse data for 10 days?
Thank you!
Hi,
I'm trying to use the MVC objects in google maps version 3. What I can't seem to figure out is why my zoom_changed method is only invoked once. When I first load the map the zoom_changed method is invoked. But not when I zoom on the map.
function MarkerWidget (options) {
this.setValues(options);
…
Hi, I've looked through other questions but i don't think this has been asked before:
I have an email client i'm building in the .NET framework, and would like to automatically create google calendar events (just like in gmail). Is there a way to feed an email message (i.e. a string) and automatically…
I have the following google chart code that im working with as an example:
Type: Line
Dimensions: 270x150
283,285,295,204,340,#41C0E4
64,120,130,170,175,180,#3962C2
1,2,5,12,28,34,#005E91
Bottom Label: test
The following is the URL which generates the image below
…
I'm busy using Google Charts in one of my projects to display data in a table. Everything is working great. Except that I need to see what line a user selected once they click a button.
This would obviously be done with Javascript, but I've been struggling for days…
Hi,
I try to insert features on a custom google map : i use the sample code from the doc
but i get a ServiceException (Internal server error) when i call the
service's insert method.
Here is what i do :
I create a map and get the resulting MapEntry object :…
Hi,
I am looking for an open source image processing libraries or APIs those provide me to create a program which captures the license plate of a car in a parking system and gives me the number plate as a text . It would be great if I can have it in managed code…
would anyone have a working example of an amazon ITEMLOOKUP ?
i have the following code but it does not seem to work:
string ISBN = "0393326381";
string ASIN = "";
if (!(string.IsNullOrEmpty(ISBN) && string.IsNullOrEmpty(ASIN)))…
Hi there,
I'm trying to make use of google's ajax apis in a chorme extension's "content script". On a regular html page, I would just do this:
<script src="http://www.google.com/jsapi"></script>
<script>
google.load("language", "1");…
Hi,
I am trying to make a program to work on top of an existing GUI to annotate it and provide extra calculations and statistical information. I want to do this using image recognition, as I have learned a fair amount about this in University using…
Hi i tried the following code
Appsprovisioning.java
public void calluser() throws AppsForYourDomainExceptiion IOException,
{
for(UserEntry userEntry : retrieveAllUsers().getEntries())
{
m[x]=…