Tagged Questions
The code-sharing tag has no wiki summary.
18
votes
9answers
9k views
How do you share code between projects/solutions in Visual Studio?
I have two solutions which have some common code, so I'd like to extract it out and share it between them. Furthermore, I'd like to be able to release that library independently because it might be ...
15
votes
6answers
2k 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 ...
9
votes
1answer
1k 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 ...
9
votes
10answers
2k views
Do you know any code sharing sites?
I am always looking to organize and make my resource bookmarks better and easier to access when I need them. One thing I really like is code sharing sites, they let you enter in code and then give ...
4
votes
3answers
3k 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
190 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.
...
4
votes
5answers
2k 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 ...
2
votes
1answer
44 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 ...
2
votes
2answers
65 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 ...
2
votes
2answers
71 views
Java string: classes or packages with advanced functions?
I'm new to Java so please excuse the naivety.
I am doing string manipulations and I need more advanced functions than the original ones provided in Java.
For example, I'd like to return a substring ...
2
votes
2answers
119 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 ...
2
votes
1answer
588 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 ...
2
votes
1answer
429 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
121 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 ...
2
votes
4answers
831 views
Code sharing in GWT app engine
I have an Employee class
@PersistenceCapable(identityType = IdentityType.APPLICATION)
public class Employee {
@PrimaryKey
@Persistent(valueStrategy = ...
1
vote
2answers
38 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 ...
1
vote
1answer
36 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 ...
1
vote
2answers
37 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
133 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
138 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 ...
0
votes
2answers
16 views
Where can I save my code file in the web and link to it?
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 ...
0
votes
0answers
14 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: ...
0
votes
2answers
12 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 ...
0
votes
0answers
19 views
Is there any easy way to validate code snippets on the fly?
I am building a small code sharing website. Where-in users of the site will submit code snippets. Is there any robust or easy way I can validate code snippets written in a decent number of ...
0
votes
2answers
102 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
34 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
2answers
23 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
210 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 ...
0
votes
2answers
108 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
33 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 ...
0
votes
4answers
93 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
82 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 = ...
0
votes
4answers
509 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 ...
0
votes
3answers
1k views
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 ...