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

Zend Framework 2 - Integrate PHP Addendum Library

I try to use the addendum library with Zend Framework 2 but I failed. I tried to add it as a module by copying the addedum il to my \module\util directory. It dosent work. Then I try something else. I copied the directory under \vendor and addendum…
Thermech
  • 4,371
  • 2
  • 39
  • 60
0
votes
1 answer

How to upload file to Google code hosting using php script

I have account on google code, and create a project, I want upload file to Hosting on google code? Please help me find solutions.
Dungz Nguyen
  • 19
  • 1
  • 8
0
votes
0 answers

Google Code Git URL

I have two projects on google code called mdpm and donoproject This url to the first git repository works http://mdpm.googlecode.com/git/ I cant see why this does not http://donoproject.googlecode.com/git/
lowcoupling
  • 2,151
  • 6
  • 35
  • 53
0
votes
1 answer

SVN in netbeans with google code

So I've successfully set up SVN on one PC and checked out the code on another. Now that I want to commit code from the second machine, I get the following error: org.apache.subversion.javahl.ClientException: E155004: There are unfinished work…
ThatGuy
  • 1,225
  • 10
  • 28
0
votes
1 answer

Use jenkins with mercurial and google code

I'm trying to use jenkins on my google code project of but I have the following problem when I do a build I downloaded the google code plugin but doesnt work :( Started by an SCM change Building in workspace /var/lib/jenkins/jobs/Zipper/workspace $…
0
votes
2 answers

Javascript library (tabSlideOut) hosted on GoogleCode returning 403 error

One of the Javascript files we use in a website is reporting a 403 error when we try to request it from googlecode.com. http://tab-slide-out.googlecode.com/files/jquery.tabSlideOut.v1.3.js Failed to load resource: the server responded with a status…
AGB
  • 2,378
  • 21
  • 37
0
votes
0 answers

Googlecode jQuery datatables inline edit restrict to one column

I think I want to use datatables editable googlecode You can find an example inline editing here: http://jquery-datatables-editable.googlecode.com/svn/trunk/inline-edit.html But, can we restrict the editing to one column only? Update me! How?
Shahid Ghafoor
  • 2,991
  • 17
  • 68
  • 123
0
votes
1 answer

How to use downloadsvn fa

I am unable to download source code files from google code for this project https://code.google.com/p/mytracks/ I am using DownlaodSVN for this. it working fine for projects which has svn. Download svn workes with this project…
TechHelp
  • 207
  • 1
  • 5
  • 12
0
votes
2 answers

no such method jsch.JSch.setLogger

The below behavior occurs when i call the getSftpUtil(). I have also ensured that all the appropriate jars are in the maven project's external libraries and are available in the WEB-INF/lib folder of the project code net.sf.opensftp.SftpUtil util =…
bouncingHippo
  • 5,940
  • 21
  • 67
  • 107
0
votes
1 answer

"jquery.jsonp.js" GET works. What about POST PUT DELETE OPTIONS?

jsonp http methods besides GET (POST, PUT, OPTIONS, DELETE) Using jquery built-in $.ajax method looks like this $(document).ready(function() { $.ajax({ type: "GET", url: "http://myurl.com/webservice&callback=?", ... }); Only want to…
faulkmore
  • 61
  • 2
  • 6
0
votes
1 answer

Is it possible to convert a googlecode hg repository to a largefile repository?

I have a remote hg repository hosted on googlecode. Thus I don't have admin access to run e.g. lfconvert on it (as far as I know), and of course lfconvert can only be used on local repositories. So, is there any way to a convert an googlecode hg…
Stephen Swensen
  • 22,107
  • 9
  • 81
  • 136
0
votes
1 answer

Downloading from Chromium source repository

I am a newbie I do not know how to download the code from repositories and stuff. I tried tortoise Hg it failed. https://chromium.googlesource.com/external/webrtc/deps/third_party/openmax/+/refs/heads/master Any help is appreciated
Wolfrum
  • 63
  • 1
  • 7
0
votes
2 answers

How to solve the Permission Error

I have downloaded the minbill project from google code, and tried to run in my wamp server. But its index.php file says error as, The projects config.php, has /* Path Information */ //session_save_path:Make sure this is read and writable by the…
Muthu Ganapathy Nathan
  • 3,199
  • 16
  • 47
  • 77
0
votes
0 answers

Google analytics API issue with domain name

I have a public facing site e.g. www.mysite.domain.com which I have registered under Google console API to get API_ID & Client_ID. Which I am using in my javascript. Now I have another site which I have to specially use for reporting purpose e.g. …
Avi Kenjale
  • 2,414
  • 6
  • 29
  • 46
0
votes
1 answer

Googlecode: View html file directly from svn source

Is it possible to view a file as real HTML instead of raw text in googlecode svn? Ex: http://jquery-json.googlecode.com/svn/trunk/test/index.html As opposed to http://dropdown-check-list.googlecode.com/svn/trunk/doc/dropdownchecklist.html Somehow…
Thanh Trung
  • 3,566
  • 3
  • 31
  • 42