Questions tagged [code-sharing]

100 questions
0
votes
1 answer

Is it possible to add svn commits made after the svn repo was converted to git?

Last week, I converted our svn repository to git, which took about 4 days to run. Our initial plan was to run the script during the weekend and switch to git on monday, but due to the size of our repository this proved to be impossible. We're now…
0
votes
1 answer

Connect to external subversion repository via mac and host a xcode project

I have made a free private subversion repository at assembla.com. Now i want to host my project to this repository or in layman terms i want to put my xcode project in this repository so that only my colleague is able to use this project at his own…
Chiran
  • 183
  • 1
  • 5
  • 14
0
votes
2 answers

Sharing button picking the wrong url in webpage containing different news. How to correct it?

In my website a webpage contains different news each links to different pages which has detail info. I put sharethis button under each news headings. But when I started sharing specific headline the current webpage where all the news headings are…
0
votes
0 answers

Code sharing among student groups and access permisions over Local area network, no command line

I need a smart code sharing tool that can be installed on windows machines. It should enable a students club to do the following: Enable EASY folder and file sharing over lan network, (can work without internet) Manage access levels for individuals…
Timothy
  • 4,198
  • 6
  • 49
  • 59
0
votes
1 answer

Source files added as links do not open in Windows 8 App project if they have been added to another project as well

I'm trying to share code over several platforms by adding the source as a link into each project. If, for example, I add the same source file as a link in a Windows 8 Store App project and a Windows Phone 8 project, no matter which link I click (in…
usw
  • 37
  • 1
  • 4
  • 7
0
votes
1 answer

Sharing common class in wcf project

class MyCommonClass { //properties } This class should be accessible in service project wcf-client project the other for which they are references. In this common project I can't generate servicereferences. I think, I could don't generate…
Saint
  • 5,397
  • 22
  • 63
  • 107
0
votes
3 answers

Ruby on Rails modules, code sharing, and community

Prologue: I know about gems. I use Drupal at work. In case you don't know, Drupal is modules. There is a framework and a core framework, but when you build a site in Drupal, installing and configuring modules is most of the work. So what, being…
jon skulski
  • 2,305
  • 3
  • 18
  • 27
-1
votes
1 answer

Best place to work together on a python project?

What is the best place to work with someone else on a python project and be able to edit the same code live (kind of like what you can do when you share a google document). Is there a way to work tighter with someone in pycharm?
-1
votes
1 answer

How to handle infrastructure for the website in PHP which will be used many times?

I have a few PHP Laravel projects (restful API, admin app, client app). There is only one database which is used by API. The project is some kind of app which can be used by some companies. They have access to admin panel, client web page, they can…
Maciej
  • 76
  • 9
-1
votes
2 answers

How can I share my code on some web from where it can be down loaded?

I need to make available my code for some reviewers to be downloaded from web. How can I do that & through which website. I need to put all files & installation instructions using which they can install my app from link that I give.
XCeptable
  • 1,247
  • 6
  • 25
  • 49
1 2 3 4 5 6
7