google-code

white-label collaborative open-source development (e.g. github/sourceforge/google-code in a box)? [closed]

倾然丶 夕夏残阳落幕 提交于 2019-12-24 01:22:26
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . Does anyone have a recommendation for an open-source or paid (either packaged or SaaS) solution for integrating collaborative development features into your own website? Here's more details: We currently host an online plugin gallery for our product. Users can upload and download plugins. But users can't easily

Authenticating SourceTree with a Google Code project

三世轮回 提交于 2019-12-23 21:58:16
问题 I'm trying to use the latest version SourceTree with a Google Code project that uses Git. The problem is that when I try pushing the changes, it complains about authentication: git push -v --tags --set-upstream origin master:master Pushing to [project] fatal: remote error: Invalid username/password. You may need to use your generated googlecode.com password; see https://code.google.com/hosting/settings Completed with errors, see above I can't see a place to enter in a password anywhere in the

Dependency trouble using CassandraUnit with Astyanax

落爺英雄遲暮 提交于 2019-12-23 16:44:39
问题 I have a SessionDaoCassandraImpl class that reads data from Cassandra using Astyanax that I would like to test with an embedded Cassandra server. CassandraUnit seems perfect to do so but I am running into an exception ERROR - 2012-11-21 14:54:34,754 - AbstractCassandraDaemon.activate(370) | Exception encountered during startup java.lang.NoSuchMethodError: com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder.maximumWeightedCapacity(I)Lcom/googlecode/concurrentlinkedhashmap

AutoUpdate using Google Code

偶尔善良 提交于 2019-12-23 03:14:41
问题 I want to make my software autoupdate itself, but I don't have extensive webdesign skills, nor any available website/online hosting. I want to do it in C#/WPF. So I was wondering if there could be a way to make an autoupdate service using google code, something clean. I'm guessing I'm not the first one to think of it. I'd do it this way: 1) Use a WebBrowser (silently) and navigate to my google code page. On that page I'd put a field where I enter the latest version number. (I need to somehow

Best way to read/edit/add to the googlecode wiki offline

旧巷老猫 提交于 2019-12-20 05:14:25
问题 I finally after too much of pondering started my project on googlecode. One of the best features I liked about googlecode was the revision control for wiki, where I can add/edit the wiki pages locally offline and then commit/push later. I have pulled the wiki to my local repository, is there any good googlecode-wiki-toolbar-attached editor for googlecode wiki, as from my knowledge evey wiki has its own syntax for writing. Or if someone is also using a local repository for wiki.code.google,

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

杀马特。学长 韩版系。学妹 提交于 2019-12-19 11:52:43
问题 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 draw attention to the line type: "GET", With $.ajax performing a http PUT would be simply change type: "PUT", This code example comes from JSON parsing from cross domain using jquery ajax Not using $.ajax Using google-code's jquery.jsonp https://github.com

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

旧巷老猫 提交于 2019-12-18 17:28:35
问题 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 all images to Drive, seperately. Collection example: var surfaceReflectanceL5 = ee.ImageCollection('LANDSAT/LT5_SR'); var dateSR5=surfaceReflectanceL5.filterDate('1984-01-01', '1985-01-01'); var prSR5=dateSR5.filter(ee.Filter.eq('wrs_path', 182))

problem compiling libjingle

时光怂恿深爱的人放手 提交于 2019-12-18 04:10:13
问题 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 Makefile twice, attempting to follow the rather poorly-written README, I came up with the following Makefile that almost works: # First, make sure the SCONS_DIR environment variable is set correctly. SCONS_DIR ?= /usr/src/scons-local/scons-local-2.1.0

what may happen if the size of my git repo on github exceeds 1GB? [closed]

会有一股神秘感。 提交于 2019-12-14 03:33:09
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . The following is from github:help, https://help.github.com/articles/what-is-my-disk-quota: my question is what will happen if the size of repo exceeds 1GB, what may happen if I don't reduce its size? (That is i just ignore that polite email, and can I push more files to my repo if the size of my repo exceeds 1GB

Google Code Git URL

随声附和 提交于 2019-12-13 06:07:59
问题 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/ 来源: https://stackoverflow.com/questions/19166515/google-code-git-url