Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
13answers
14k views

How would you sort 1 million 32-bit integers in 2MB of RAM?

Please, provide code examples in a language of your choice. Update: No constraints set on external storage. Example: Integers are received/sent via network. There is a sufficient space on local disk ...
1
vote
1answer
256 views

How extensible is Google Moderator?

I am trying to integrate vote-up-buttons similar as in Reddit to Google Moderator. However, Google Moderator does not give me Shell access. This suggests me that the only way is to use ...
0
votes
0answers
41 views

Google Moderator API (PHP)

I am trying to figure out how to use the Google API Google API Library - Moderator and have hit a snag. I am currently trying to create a series like so if ($client->getAccessToken() && ...
0
votes
0answers
17 views

method not allowed creating submission google moderator

i have problem when i tried to create a new submission with google moderator api. instead of i put a POST type ajax call, i see on firebug that the request has been sent using GET method, also i has a ...