I’ve been working on software to modify a game’s resource files, and I’m planning on releasing it in open source. I’m perfectly fine with releasing my code under gpl v3. However, I’m afraid that that would deter others from writing extensions for my software, as I have had others offer to do so – the community which I’m working with is very much afraid of open source leeches, and as a result, the majority of popular released projects are closed source. As such, I’d be more comfortable with something like BSD o..
Category : softwareengineering
Closed 8 years ago
Hi and thanks for lo..
We recently experienced a deployment issue where it turned out that the version objects were not in sync in one of the environm..
I have to learn OpenGL and get a basic OpenGL app built, and I have a few ques..
Been building a WP7 app and now I need it to communicate to a WCF service I made to make changes to an SQL database. I am a little concerned about security as the user name and password for accessing the SQL database is in the App.Config. I have read in places that you can encrypt the user name and password in the config..
I have designed a small library for work that consists of a few exposed classes. These can basically be thought of as a server
class and client
class. But now that I am writing all the test cases and examples, I am questioning myself on whether the classes should be used in a class or inhe..
Closed 9 years ago
Smalltalk supports a syntax feature called “message cascades”. Cascades are being adopted by the Dart Programming lan..
I am using cppcms to create a blog like application and I’m trying to write a permission system, although I’m confused as to what would be the most efficient and manageable m..