Skip to main content

Questions tagged [forking]

3 votes
1 answer
208 views

TL;DR: How distributed open-source apps like Scuttlebutt are secured from DoS and hackers who can make custom version of application? I'm struggle with designing an open-source distributed application ...
Daniil Miroshnykov's user avatar
2 votes
1 answer
241 views

I have a data synchronisation concurrent algorithm. It does the following: get data and files from server, send data and files to server, save them to database / filesystem. Imagine the system like ...
user1658358's user avatar
1 vote
1 answer
1k views

We have an on-premises BitBucket server with a git repo for an embedded device. We use a multi-branch pipeline in Jenkins to: Build and run tests Build the firmware (and a little supporting PC tool) (...
Daniël Schenk's user avatar
2 votes
1 answer
71 views

I built a base/skeleton user-based web app. It just has sign up, log in, log out, forgot password, verify email address, etc. Now I can easily build user-based apps by developing on top of the base ...
Ryan's user avatar
  • 1,645
2 votes
1 answer
796 views

There's a RFID Reader library for Arduino that I wish to adapt to another reader model. But since the original library not only has the same name of the reader it supports, the reader model name is ...
Gutierrez PS's user avatar
1 vote
1 answer
1k views

Section 15.3.3.3 of UML specification says: Fork Nodes A ForkNode is a ControlNode that splits a flow into multiple concurrent flows. Also 15.3.3.4 says: Join Nodes A JoinNode is a ...
hasanghaforian's user avatar
6 votes
2 answers
1k views

I'm new to forking and open source and I'm porting a Rust library into Swift but I wasn't sure if I needed to fork the original repo and then replace it with my new files or just upload my own repo ...
swigganicks's user avatar
4 votes
1 answer
128 views

I found a module (single file) contained within a large project (100s of files) on github that was of use to me. Licence is MIT. I created some PRs but the author didn't seem to have the time to ...
Jibbity jobby's user avatar
-2 votes
1 answer
174 views

In general, what is the legality of website forking? I am based in the United Kingdom and intending to host my website on U.S. or Canadian servers. I am looking at creating a website about ...
avenas8808's user avatar
0 votes
1 answer
85 views

If there's a large contribution to a library X licensed under Apache v2.0 from user A and user A decides to create a "friendly" fork of the contributions he/she made in library X to a new library Y ...
alvas's user avatar
  • 101
3 votes
2 answers
559 views

I am working at translating a github repo, which I do not own, from Python to Java. The logic will remain the same, which is significant, as this is a Neural Network application, but I need to be ...
therealmitchconnors's user avatar
4 votes
2 answers
3k views

I'm programming on a c project and use code from another author. I change the main functionality to a new, complete other one. The most of the new code is my own but some files are untouched and ...
C-Jay's user avatar
  • 141
1 vote
1 answer
105 views

Should a daemon, forked from a CGI script (whenever the CGI script is called and the daemon is not yet running), hang running (most of the time just waiting for a connection) all time, or should it be ...
porton's user avatar
  • 791
9 votes
2 answers
624 views

This is ALMOST a direct duplicate of (What is the netiquette for forking other people's open source projects?) except that I could not find my answer there, and I cannot comment (because I don't ...
ndtreviv's user avatar
  • 201
1 vote
0 answers
64 views

I am hoping for some advice on how best to perform a particular bitbucket/git maneuver which will fork a repo back to a team from which it was previously forked. Let's call it Repo R, originally in ...
gwideman's user avatar
  • 121

15 30 50 per page