Tampilkan postingan dengan label Making. Tampilkan semua postingan
Tampilkan postingan dengan label Making. Tampilkan semua postingan

Jumat, 22 Juli 2011

TameJs: A JavaScript Extension for Making Event Programming Easier

TameJs is an extension to JavaScript created by the OK Cupid team. Its purpose is to make event programming "easier to write, read, and edit." It can be used with Node.js or other V8 projects. According to the site: "Tame is not an attempt to dumb down async programming. It's just a cleaner way to write it."

You can find it in GitHub, licensed under the MIT license.

Comments (0)Add Comment
You must be logged in to post a comment. Please register if you do not have an account yet.
busy

View the original article here

Sabtu, 25 Juni 2011

Best Practices for Making Source Code Available Under the GPL

When you release code under the GNU General Public License (GPL), you undertake a specific set of obligations. Many of these obligations, such as providing a copyright notice and a copy of the GPL version you are using, are relatively simple.


When you release code under the GNU General Public License (GPL), you undertake a specific set of obligations. Many of these obligations, such as providing a copyright notice and a copy of the GPL version you are using, are relatively simple. However, the obligation to provide source code with the object code is more complex, because you have several choices about how to fulfill it – and the choice you make can cause ongoing problems, especially if you are not set up to administer it.


View the original article here