Questions tagged [code-sharing]
100 questions
1
vote
2 answers
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 to use whatever free site that supports the…

Andrew Thompson
- 168,117
- 40
- 217
- 433
1
vote
6 answers
How to share Java project with other developers?
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 separately but see what has the other has written.…

I Like to Code
- 7,101
- 13
- 38
- 48
1
vote
1 answer
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 what I get on bitbucket and github?

satyaakam
- 23
- 3
0
votes
2 answers
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 1001st time.
For example, today I am coding tic tac…

wfbarksdale
- 7,498
- 15
- 65
- 88
0
votes
2 answers
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 coding and a simple way of copying the code. I know…

Jacksonkr
- 31,583
- 39
- 180
- 284
0
votes
1 answer
Tools for real-time collaborative editing; based on a server/repository
I am writing this post with floobits in mind. (works a bit like a real-time git)
Floobits lets you host a server/workspace and work off of that, let other people connect by using a single workspace link. The main point is you don't need to share a…

pu239
- 707
- 7
- 17
0
votes
1 answer
How to share only the demo in Codepen?
Whenever I open the Codepen links, I am shown this UI.
I want to share this with someone but without the code being shown on the UI since that irrelevant to the target person. I want share only the demo part of this snippet.
Is there a way to share…

SagarM
- 311
- 4
- 14
0
votes
1 answer
How to hide some code part and run full in machine
I want to know whether the following thing can be achieved by Github Actions or other Github feature:
I have a repository having hundreds of file, I want to share only a few files by my developer/ team. (They can only able to saw those few files, I…

Tanmay Jain
- 123
- 1
- 2
- 12
0
votes
1 answer
How do I go about sharing a class instance in a monorepo?
I have a JavaScript / TypeScript monorepository generated using something similair to Angular CLI, I have 3 apps: frontend, server and a Discord bot.
The Discord bot is the core of this project, the bot is basically a discord.js class instance…
user13103906
0
votes
0 answers
xcode 11, sharing a group of utility classes between different projects
I have a set of utility classes that I reuse in several xcode projects.
I want to include the utility classes in every project.
I currently do this by adding inside every xcode project a group and dropping there the files from the file system.
This…

Mike
- 436
- 5
- 9
0
votes
1 answer
Nativescript 6 code sharing project and tns-platform-declarations: error during compilation
I've created a new Nativescript Code Sharing Project following this page:
https://docs.nativescript.org/angular/code-sharing/creating-a-new-project
ng new -c=@nativescript/schematics TestProject --shared --style=scss
Then I've added the…

demetrio812
- 290
- 3
- 15
0
votes
2 answers
How to manage single angular project containing different apps with shared features
If I have multiple angular 'apps' which are similar in features and functions like I have one product and I want to tailor it for different client with slightly different needs.
How do I develop within the single code base? Because feature module,…

Hao
- 6,291
- 9
- 39
- 88
0
votes
0 answers
Aurelia code sharing on custom elements and custom attributes
I am developing some custom elements and some custom attributes in aurelia. these custom elements will be then used in more that one project. So I don't want to copy the resource folder from project to project. What is the best way to share these…

ConductedClever
- 4,175
- 2
- 35
- 69
0
votes
1 answer
Using Nativescript to build a Library for Third-Party Use
Just curious if anyone here has ever used Nativescript to build up a Library or if Nativescript is solely intended for building standalone apps.
If not, is the only way to share work done in Nativescript to have those third parties also rebuild…

drew covi
- 891
- 1
- 6
- 8
0
votes
0 answers
How to distribute python package to small enterprise
I work at a small enterprise, where the number of end users and contributes for a particular set of packages would be no more than 5 forever (this is guaranteed). For the past 3 months, we've just been doing all our research and development on a…

kguo
- 111
- 1
- 5