Questions tagged [google-code]

Google Code is Google's site for developer tools, APIs and technical resources.

Google Code

Google Code is Google's site for developer tools, APIs and technical resources. The site contains documentation on using Google developer tools and APIs—including discussion groups and blogs for developers using Google's developer products.
There are APIs offered for almost all of Google's popular consumer products, like Google Maps, YouTube, Google Apps and others.

The site also features a variety of developer products and tools built specifically for developers. Google App Engine is a hosting service for web apps. Project Hosting gives users version control for open source code. Google Web Toolkit (GWT) allows developers to create Ajax applications in the Java programming language.

347 questions
9
votes
1 answer

How do I remove my reported issue from google code bug tracking?

I have accidentally added personal information during the creation of a bug ticket on google code https://code.google.com/p/chromium/issues/list I would like to know how to delete this ticket, as I cannot see any delete or remove option.
GibboK
  • 71,848
  • 143
  • 435
  • 658
8
votes
1 answer

Google code downloading source

This might be an extremely stupid question, but for the life of me, I cannot figure out how to download this: http://code.google.com/p/xmppframework/source/browse/#hg%253Fstate%253Dclosed There is nothing under the "downloads" tab. And when I try to…
objectiveccoder001
  • 2,981
  • 10
  • 48
  • 72
8
votes
2 answers

problem compiling libjingle

I downloaded and installed libjingle-0.5.2.zip, and according to the README also downloaded and installed swtoolkit.0.9.1.zip, scons-local-2.1.0.alpha.20101125.tar.gz, and expat-2.0.1.tar.gz, and got nrtp by cvs download. After overwriting my…
jcomeau_ictx
  • 37,688
  • 6
  • 92
  • 107
8
votes
1 answer

Exporting all images in a Google Earth Engine image collection (Google Earth Engine API)

I need to download a bunch of Landsat images for my thesis. My problem seems simple but I don't have a clue about JavaScript and the documentation didn't help enough. I have filtered the collection to my region and time period and i want to export…
8
votes
5 answers

How to initialize google-code project in Mercurial

I have started a Mercurial based project on google code. I have worked in subversion for sometime, but I am confused with what to do what in Hg. I would like help on the following: How do I initialize project (first on my local machine) (then from…
OrangeRind
  • 4,798
  • 13
  • 45
  • 57
7
votes
1 answer

Is it dangerous to include your googlecode password in .git/config?

Because the trick with my .netrc file doesn't work (even though it has correct filepermissions), I modified my local .git/config to like like so: [remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* url =…
hiobs
  • 618
  • 1
  • 6
  • 20
7
votes
2 answers

How does the inline editing and formatting used in code.google.com works?

Recently code.google.com added the feature to edit a file and syntax highlight it! From what I can understand they added a textarea along with at iframe, where the textarea is where you type in content and the iframe displays the formatting. The…
OscarRyz
  • 196,001
  • 113
  • 385
  • 569
7
votes
2 answers

Google Code Hosting vs Sourceforge

From your experience what is better SF.net or Google code? To publish open source code? What is indexing faster in the search engine so it has more exposure?
user63898
  • 29,839
  • 85
  • 272
  • 514
7
votes
3 answers

Are there any inherent benefits or drawbacks to choosing Google Code vs. SourceForge vs. Codeplex?

I've got a couple of different projects that I'd like to post up as open source. I've been trying to decide which of the three big open-source project hosting sites makes the most sense, or if I should just host it myself. Are there any inherent…
kdmurray
  • 2,988
  • 3
  • 32
  • 47
6
votes
2 answers

Adding image to project description in google code

I want to update a background image in google code projects.I searched their wiki, it talks about pointing image to an external world.Is there anyway we can upload the image to google code and provide a link?
UVM
  • 9,776
  • 6
  • 41
  • 66
6
votes
2 answers

How to add files to project on google code?

I normally organize my project in multiple files. Now, for the first time I have created a project at code.google.com/hosting. How to add files to the project? The project has got directory structure and many files. I want them to be visible under…
Pratik Deoghare
  • 35,497
  • 30
  • 100
  • 146
6
votes
3 answers

What are the free alternatives to Google Code (project hosting)?

I'm using Google Code to host some of my hobby projects. I want to make some of my code private, and unfortunately you can't do this on the Google Code site. I was looking at Project Kenai but I've read some rumours that Oracle are pulling the plug…
Jimmy
  • 16,123
  • 39
  • 133
  • 213
6
votes
6 answers

Google code or GitHub for project hosting?

Is Google code similar to Github where you can put your source code for collaboration? Which is the de-facto SCM it's using? And which one is recommended for project hosting?
never_had_a_name
  • 90,630
  • 105
  • 267
  • 383
6
votes
2 answers

The library 'javacv-android-arm.jar' contains native libraries that will not run on the device

How can I resolve this issue? I've just copy javacv jar files under my project Lib folder and got this error! I can find this thread from google but the page can not be opened because of google restrictions policy in my country unfortunately. The…
A23149577
  • 2,045
  • 2
  • 40
  • 74
6
votes
2 answers

How do I sort/filter Google Code projects by stars?

I would like to know what projects hosted on Google Code that have the most stars, especially when searching by label, like this: https://code.google.com/hosting/search?q=label%3aAndroid
CodeMonkey
  • 635
  • 1
  • 7
  • 16
1 2
3
23 24