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
0
votes
1 answer

Link Open Source Google Code Project with own Open Source Project in Git Hub

I am setting up an open source project on Github and want to make use of a GPL v3 project residing in Google Code repo. How would I do that? Checkout the Google Code repo and make it (unmodified) available in my repo?
chris-kuhr
  • 355
  • 1
  • 5
  • 19
0
votes
1 answer

Programmatically get URL of latest file released in a Google Code project's Downloads section?

My C# app needs to check for updates at http://code.google.com/p/cmissync/downloads I could scrap the HTML, but is there a better solution? I did not find any Google API that allows this. Note: I don't want to maintain a text file containing the…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
0
votes
2 answers

Google Code wiki

Is there a wiki engine that is similar to the one used on Google Code? I want to use that wiki with one of my websites.
skub
  • 2,266
  • 23
  • 33
0
votes
1 answer

Google code Wiki Homepage

How can I be able to set a wiki page as a homepage (make it appear every time I click on the "Wiki" tab) in my google code project. Thanks in advance
bolzano
  • 816
  • 2
  • 13
  • 30
0
votes
1 answer

How to migrate to just 1 or 2 hg + svn repository hosts?

I use svn + hg. Should I merge to just one or 2 repository hosts? Is there disadvantage in merging to just one or 2 repository hosts? I used hg (bitbucket, googlecode) and svn (xp-dev.com and googlecode). So if it matters to choose between…
Niklas Rosencrantz
  • 25,640
  • 75
  • 229
  • 424
0
votes
1 answer

Secure login script on Google Code - without mail form field?

I need a login system on my site. On this page, I found the "secure login scripts" - this is the header of the page. But there is no: mail verification, mail field on the form (duplicate mails are allowed), limit for false login try, …
Alegro
  • 7,534
  • 17
  • 53
  • 74
0
votes
1 answer

How to embed Google Code into Google Earth Balloons

I'm trying to embed Google Code, specifically the Motion Chart Time Format into a Google Earth balloon: https://code.google.com/apis/ajax/playground/?type=visualization#motion_chart_time_formats Any ideas? I copy paste the code into the placemark…
0
votes
2 answers

Problems pushing local code repository to mercurial project on Google Code

I have a project that I want to push to a Mercurial repository on Google Code. I initialized a Mercurial project locally and checked in the code locally. The only instructions I can find on the Google Code repository are for cloning: hg clone…
tent
  • 1,069
  • 2
  • 9
  • 9
0
votes
0 answers

GoogleCode: How to enable gzip compression?

I have js file in googlecode.com/svn/trunk/Js/my.js . But page speed validator says "Enable gzip compression", "Specify a Vary: Accept-Encoding header" What property should I use to enable gzip compression and "Specify a Vary: Accept-Encoding…
Alex
  • 1,397
  • 4
  • 15
  • 26
0
votes
1 answer

Google Code Attached issue

I have been trying to use the library provided here, but I always get an error. The command I am running: GCUpload.exe -u:myUserName -p:myPassword -n:myProjectName -s:Test -f:myFile but I get the error of: That's an error. Your client does not…
Lajos Arpad
  • 64,414
  • 37
  • 100
  • 175
0
votes
4 answers

How to download sample code from google code website?

I'm looking around this Google code link from last an hour, can't find a way to download folders of sample code. When I click on any one of the Folder, it will take me inside it, and show all files, after click on any of the file, it will show the…
Hemang
  • 26,840
  • 19
  • 119
  • 186
0
votes
1 answer

Share an existing svn project

I actually have an existing svn project hosted by google code. now I had created a new svn repository on my rented vServer. Now I wanna share/copy my https://myproject.googlecode.com/svn/trunk/ into my new repo,which is available…
Kooki
  • 1,157
  • 9
  • 30
0
votes
3 answers

Do we need a DVCS for a school project?

We are about to start a simple webservice project with some JSP/servlet code as part of a course. We are a team of 4 and 3 of us have not used Version Control Software, ever. I plan to host the project on google code so that we can work on our time…
Vaishak Suresh
  • 5,735
  • 10
  • 41
  • 66
0
votes
1 answer

svn checkout with sub directories in google code error?

I am attempting to checkout some code with svn. This is the command I'm using: svn checkout http://xssm.googlecode.com/svn/trunk/commons-lib/WordNet/3.0/ xssm-read-only I am able to access the sub sub directory(/commons-lib/WordNet/3.0) as seen…
user1253952
  • 1,577
  • 8
  • 22
  • 34
0
votes
2 answers

Push to code.google.com using Tower (Mac)

I have made a copy of my repository and try to Push my code through Tower. However, that doesn't seem to work: Pushing to https://mygoogleusername@code.google.com/p/hp-xxxxxx/ fatal: remote error: Invalid username/password. You may need to use your…
holyredbeard
  • 19,619
  • 32
  • 105
  • 171