collaboration

Using Emacs server and emacsclient on other machines as other users

天大地大妈咪最大 提交于 2019-11-28 15:39:17
I know that after I call (start-server) inside an existing Emacs session I can then use emacsclient -c (on the same computer) to create new frames that connect into that server, so that each new frame created by emacsclient has access to the same set of shared state (e.g. buffers). Most of the documentation I've found focuses on the "give me fast access to my local Emacs" use case, and so there are two things that I haven't seen any details of yet: Can emacsclient -c access Emacs servers started by other users, or is it hard-wired to detect only sessions started by my own user? Does Emacs

Github: readonly access to a private repo

三世轮回 提交于 2019-11-28 04:13:45
I am developing some private projects on Github, and I would like to add nightly cronjobs to my deployments servers to pull the latest version from github. I am currently doing this by generating keypairs on every deployment server and adding the public key to the github project as 'Deployment key'. However, I recently found out that these deployment keys actually do have write access to the project. Hence, every of the server administrators could potentially start editing. Furthermore I can add every deployment key to only one repository, whereas I would like to be able to deploy multiple

Any collaborative tool/website to localize an Android app? [closed]

拜拜、爱过 提交于 2019-11-28 03:15:22
My open source Android application has internationalization done the Android way, with strings.xml files. The community has many people from many countries, and they are willing to contribute/improve translations using a collaborative website. There is Launchpad but it only supports the gettext format so we would have to use scripts, not very convenient. What website is convenient for translating open source Android applications? Anybody must be able to start contributing without any sort of prior approval. One tool was not yet listed so far - Weblate . It has native support for Android string

How do you handle different Java IDEs and svn?

99封情书 提交于 2019-11-27 18:13:21
问题 How do you ensure, that you can checkout the code into Eclipse or NetBeans and work there with it? Edit: If you not checking in ide-related files, you have to reconfigure buildpath, includes and all this stuff, each time you checkout the project. I don't know, if ant (especially an ant buildfile which is created/exported from eclipse) will work with an other ide seamlessly. 回答1: The smart ass answer is "by doing so" - unless you aren't working with multiple IDEs you don't know if you are

Is there an Eclipse plugin for collaborative editing? [closed]

浪尽此生 提交于 2019-11-27 15:00:19
问题 I setup etherpad and showed my co-worker, and he swears there is an Eclipse plugin that does the same thing but can not remember the name. Neither of us use Eclipse regularly except if we were both interested in making the switch. 回答1: Have a look at http://wiki.eclipse.org/DocShare_Plugin This is the current "official" solution to collaborative editing in Eclipse. 回答2: Have a look into Saros project: http://www.saros-project.org/ 回答3: I think a similar project should exist based on the

How do you collaborate with other coders in real time? [closed]

让人想犯罪 __ 提交于 2019-11-27 10:34:50
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . Pretend you're hitting me up for some javascript help on IM. How can you make it as easy as possible for me to help you get your code working? I run into this all the time. I'm on instant messenger and someone is asking me a question (or maybe it's me that's asking them) and

Practices for programming in a scientific environment? [closed]

与世无争的帅哥 提交于 2019-11-27 09:57:55
Background Last year, I did an internship in a physics research group at a university. In this group, we mostly used LabVIEW to write programs for controlling our setups, doing data acquisition and analyzing our data. For the first two purposes, that works quite OK, but for data analysis, it's a real pain. On top of that, everyone was mostly self-taught, so code that was written was generally quite a mess (no wonder that every PhD quickly decided to rewrite everything from scratch). Version control was unknown, and impossible to set up because of strict software and network regulations from

Migrations in Entity Framework in a collaborative environment

大城市里の小女人 提交于 2019-11-27 06:37:17
We have multiple developers working on a project that uses Entity Framework 5.0. Every developer uses his own local SQL 2012 database so he can develop and test without impeding others. At first, we used a hybrid of automatic migrations and code-based migrations. That didn't work well at all so we decided to disable automatic migrations and to only allow code-based. I should add that we started again with a clean database without a 'corrupted' _MigrationsHistory from all the automatic migrations. So now the workflow is: Developer changes his datamodel Does add-migration <Name> and applies it

Github: readonly access to a private repo

假装没事ソ 提交于 2019-11-27 00:19:23
问题 I am developing some private projects on Github, and I would like to add nightly cronjobs to my deployments servers to pull the latest version from github. I am currently doing this by generating keypairs on every deployment server and adding the public key to the github project as 'Deployment key'. However, I recently found out that these deployment keys actually do have write access to the project. Hence, every of the server administrators could potentially start editing. Furthermore I can

Practices for programming in a scientific environment? [closed]

前提是你 提交于 2019-11-26 17:53:09
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . Background Last year, I did an internship in a physics research group at a university. In this group, we mostly used LabVIEW to write programs for controlling our setups, doing data acquisition and analyzing our data. For the first two purposes, that works quite OK, but for data