The code-sharing tag has no wiki summary.
0
votes
1answer
59 views
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 ...
0
votes
1answer
39 views
Difference between linking files and adding another project as a reference?
I have a situation where I have functionality that I want to use across more than 1 application. In particular, I have a Repository taking the form of a C# class library containing things like a EF ...
-5
votes
1answer
42 views
Online forums to share code in private [closed]
I'm not sure if this is the correct place to ask, but I was wondering if there were any online help forums for people to share code in private and ask for help. I'm having trouble constructing a ...
0
votes
1answer
61 views
share xcode projects
I searched this but I haven't found the exact answer I'm looking for. I'm trying to email a friend/co-worker a saved xcode project I'm working on. If I send attach my saved file in an email when he ...
0
votes
2answers
47 views
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 ...
1
vote
1answer
126 views
Sharing a code between two projects in git
I have two tightly related projects (A and B) which share some source code (S). Both of them will be released at the same time and released version should always use the same version of shared code. ...
0
votes
0answers
38 views
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 ...
0
votes
1answer
33 views
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 ...
7
votes
1answer
458 views
What is the advantage of using portable class libraries instead of using “Add as Link”?
Is anybody explain to me what is the advantage of using portable class libraries instead of using "Add as Link"?
Thanks
2
votes
1answer
28 views
Preventing creep and dependencies in shared code
At work we have several C# projects and occasionally we share classes and functions between them. However sometimes that code is embedded in classes that bring along dependencies that people don't ...
0
votes
1answer
123 views
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 ...
1
vote
2answers
127 views
Recommended approach to port code using SQL database from WP7.5 to Windows 8?
I have an existing Windows Phone 7.5 app. This app is using local database to store the data on the phone (overview of local db in WP). Because of that, my business models are decorated with ...
1
vote
2answers
93 views
Code repository for specific requirements - can Git offer 'small downloads'?
I have code that is currently 'open source' but not easily accessible since it is not available from a repository. The idea is to make it available via either SourceForge or Github, but I am willing ...
0
votes
1answer
71 views
What is the best visual studio plugin that you use to share code?
May be someone asked this question before, I tried to google but I couldn't find what I was looking for.
I want to use a code sharing site that most of the developers use. It should have a visual ...
0
votes
6answers
504 views
How to share Java project with other developers? [closed]
I am working on a Java project together with a collaborator, and we are both using the Eclipse editor. What I want to do is to be able to share the .java files with him so that we can both edit it ...
0
votes
3answers
635 views
Sharing code between solutions in TFS
I have a few different applications that i need to share code between to reduce maintenance. I have tried to read a lot on stackoverflow and the web in general and it is a fairly common problem; i ...
1
vote
1answer
30 views
How do you share projects on code.google.com with multiple repos?
I had difficulty in finding a single page or a url to point to someone for all the repos you own on code.google.com.
Does anyone know how? Do I need to do anything to create a page of something like ...
10
votes
3answers
804 views
Centralized live collaborative editing in Visual Studio
Now before you shoot me for bringing up a duplicate question on SOF, let me first acquaint you with exactly what I'm looking for, and I will address other questions and answers and why it is ...
3
votes
1answer
413 views
Shared codebase for both mobile and web applications?
I've been developing a mobile application for a while now. It runs on iOS and Android as well as on the desktop as an AIR app. This is great and I'm very excited about it. However, last week I was ...
2
votes
0answers
108 views
Sharing code repositories between Mac Host and Vm Fusion Visual Studio
I keep a shared folder with all the my git repositories on mac.
I access it also with a Windows 7 Virtual Machine (Vmware Fusion) for doing Visual Studio Mvc projects.
Compared to having a duplicate ...
1
vote
5answers
455 views
Sharing code in C# between projects without making classes public
I have a C# library with lots of internal functionality exposing only a few public classes and interfaces. I would like to share this code between several projects, and each project may need to extend ...
0
votes
0answers
81 views
Where can I save my code file in the web and link to it? [closed]
What I'm looking for is really simple. I want a free website where I can (without login) save a code file which I can then share on forums and SO like sites.
Sometimes I need to share a piece of ...
1
vote
0answers
90 views
A site like codr.cc but with markdown formating
Is there such a site?
It would make for an easy way to share code with some formatting and extra info.
http://codr.cc/
(seems the homepage is broken at the moment so see this link: ...
3
votes
1answer
74 views
Sharing a mercurial repository over two servers
I'm working on a project that is hosted on Bitbucket. I would also like to have the same project on the office server connected to a local intranet so that when I commit on my system, I can push to ...
1
vote
2answers
61 views
How to program collaboratively with Eclipse
I'm in a team programming project with 2 other students and we're all using Eclipse. It seems to have sharing features which would could be a big help to us. I started to setup a CVN, but then it got ...
2
votes
1answer
109 views
How to share TinyMCE Javascript source across multiple ASP.Net sites
I'm using the Moxie code TinyMCE text editor (http://www.tinymce.com/) for content entry on a number of sites. At the moment I have the tiny_mce folder sitting in the folder of each site. This means ...
0
votes
2answers
26 views
Does A Code Database for often used functions exist?
In the various programming projects I often work on, there are various levels of logic that I always feel have been done 1000 times before by others, but none the less I'm stuck doing them for the ...
2
votes
2answers
189 views
how to share resources between multiple website?
I have three different websites that uses some base classes, usercontrols. And my questions here is that it possible to share these resources between this sites from single physical location? And also ...
1
vote
2answers
344 views
How can i share an Xcode 4 project with multiple developers using Subversion
We are multiple developers working on the same Xcode 4 iOS project. We are trying to commit to use Subversion but we keep getting conflicts with project.pbxproj when 2 developers add a new target or ...
0
votes
2answers
375 views
best HTML code sharing app
I've been searching google for a while to determine the most coder-friendly example boxes.
I'm wanting to share varying forms of ECMA script (JS for example) etc that provides the user with color ...
0
votes
0answers
38 views
Sharing Code with security-iphone
Anyone please made me clear..
Is this possible to create a static library only with .h file
if not then how can we share the code securely
Thank You
0
votes
1answer
307 views
WPF Custom control problem: 'Shape' does not have a public property named 'Background'
I'm trying to create a custom control that can be shared by both Silverlight and WPF. For the sake of this I don't use Triggers in my Custom control's templates which are not supported by Silverlight ...
11
votes
2answers
2k views
Best way to share code between WPF and Silverlight
I have a solution that contains both a Silverlight 4 and a WPF 4 solution. One is the web version of the app and one is the desktop version.
Both projects have similar domain classes and interfaces ...
2
votes
2answers
343 views
Position independent code and Shared Object
Anyone please explain what Position independent code and Shared Object meant actually. Whether the object code created after compiling is Position independent.
It would be helpful if somebody ...
0
votes
2answers
177 views
Sharing files across applications
We have a common functionality we need to share among several applications. We already have a few internal libraries, into which we put common code with a well-defined interface. Sometimes, though, ...
0
votes
2answers
92 views
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 ...
1
vote
2answers
48 views
Suggestion need for Code sharing Onsite Offsite
I am new to a project where developers still share code by sending files by mail.
We are using eclipse and cvs.
Developers from offsite send there code for reveiw to onsite where other developers ...
1
vote
3answers
225 views
Using one Java source file in two different projects, both under development
I am developing a Spring (Java framework for server-side web-development)web application, which will respond to another client-side Java application(which uses socket communication) by a JSON object. ...
1
vote
0answers
274 views
Open source software for code sharing?
What's a good open source software for code sharing?. I work in a research institute and we want to support one inhouse. Perhaps some sort of pastebin app might work as long as it's code savvy? Any ...
2
votes
1answer
1k views
The type '…' exists in both 'Util.dll" and 'Util (Silverlight).dll'
I'm attempting to follow David Betz' wonderful advice on how to use a library project in both your .NET and Silverlight code. In particular, I'm using his File-Level technique: I have a .NET library ...
4
votes
3answers
5k views
Silverlight 4 Assembly Sharing Problem
I have a WPF .NET 4.0 class library referencing a Silverlight 4 class library.
The SL library compiles fine but when I compile the WPF class library, I get:
Error 2 Unknown build error, 'Cannot ...
4
votes
3answers
398 views
Are there Code-Sharing Websites?
Since I'm not the most outspoken or outgoing person at college, I don't talk to a great variety of people. Most of them don't readily like talking and discussing programming, which is a real shame.
...
3
votes
1answer
551 views
Cocoa framework development: sharing between projects
I am currently developing a handful of similar Cocoa desktop apps. In an effort to share code between them, I have identified a set of core classes and functions that can be common across all of these ...
2
votes
4answers
145 views
Where to post code for open source usage?
I've been working for a few weeks now with the Google Maps API v3, and have done a good bit of development for the map I've been creating.
Some of the things I've done have had to be done to add ...
0
votes
4answers
121 views
What do you do with GitHub repositories you no longer maintain?
What do you do with GitHub repositories you no longer maintain?
For whatever reason a project is started with a GitHub repository and then sometime later it's abandoned Perhaps it was an experiment ...
0
votes
2answers
153 views
The right method of sharing database variables (asp.net)
I have been sharing database variables using the following code:
Namespace DataAccessVariables
Public Class Vars
Public Shared s As String
Public Shared con As String = ...
10
votes
6answers
6k views
Share c# class source code between several projects
I have written a class that will handle internal logging in my application.
Now I want to use this class in another new and totally separate project.
I could simply copy the file to the new project ...
0
votes
4answers
1k views
Codeigniter Shared Resources - Opinions Wanted
I run multiple websites all running off of a single installation of CodeIgniter on my server (separate application directories and a single system directory). This has been working fabulously and I ...
23
votes
7answers
3k views
Can different git-svn clones of the same svn repository expect to be able to share changes then git svn dcommit?
I've read a great deal of "go from svn to git" and other "git-svn workflow" articles on the web, and still I think they often deal with overly simple situations. They are often targeted at guys who ...
2
votes
4answers
1k views
Code sharing in GWT app engine
I have an Employee class
@PersistenceCapable(identityType = IdentityType.APPLICATION)
public class Employee {
@PrimaryKey
@Persistent(valueStrategy = ...


