Questions tagged [credits]
The credits tag has no summary.
8 questions
-2
votes
1
answer
1k
views
How should I list authors and their roles in doxygen comments?
Suppose I'm the first person write a proper Doxygen comment for a source file. Suppose also that there have been multiple contributors to the file - original author, previous maintainers, current ...
2
votes
1
answer
167
views
How should I treat image licenses in my program?
In the program I'm making I have a pixtureBox (.NET) that is used to show related images. I found images after searching online, and some are CC BY-SA 2.0, 3.0, 4.0, and some belong to the public ...
2
votes
1
answer
193
views
Facebook Payments & Credits vs. Real-World & Charities [closed]
I am having a difficult time understanding Facebook's internal "e-commerce microcosm" and what it allows Facebook App developers to do (and what it restricts them from doing).
Two use cases:
I'm an e-...
3
votes
3
answers
691
views
What is ethical/unethical while seeking help on the web with programming assignments?
I have used the web and Stack Overflow extensively during the past month or so in creating my final project for my C# class. I have used so much code that I didn't write myself that I feel I am being ...
5
votes
3
answers
2k
views
How do I properly design a many-to-many (charges/payments) accounting system?
This is just as much a db/programming question as an accounting/math question, so I'm actually posting to all relevant boards. I appreciate your patience in advance.
Basically I'm having trouble ...
7
votes
4
answers
2k
views
Is listing developer's full names in splash screen or about box still a widely spread and desirable practice?
Just like in the closing credits of movies, some software vendors list the full names of the team that worked on the piece of software you are using.
They are usually displayed in the splash screen (...
1
vote
2
answers
101
views
What is the ettiquite for releasing a Perl module based on someone else's module?
I have written a Perl module by starting with an existing Perl module of related functionality and modifying heavily. In fact, acccording to git blame I have changed (or created) every line of non-...
4
votes
7
answers
374
views
How much credit do you take when you used plugins etc.? [closed]
I often develop an application entirely myself. But did I really?
I feel strange about that claim and never know when that is true.
I mean I designed it, coded it, but I used XYZ plug-in. Can I still ...