Gleam is a software sound synthesizer. It receives
timestamped synthesis events such as note on or
program change and generates a raw audio stream.
Early versions will provide wavetable synthesis
based on the SoundFont 2 standard, but support for
other synthesis models may be added in the future.
Gleam is intended as a library that provides sound
synthesis capabilities to other projects, but a
few simple executable examples are included.
License: GNU Lesser General Public License (LGPL)
Changes:
This tutorial explains how to install Django on a Debian Etch server. Django is a web framework that allows to develop Python web applications quickly with as much automation as possible. I will use it with Apache2 and mod_python in this guide.
Several remote vulnerabilities have been discovered in Xulrunner, a
runtime environment for XUL applications. The Common Vulnerabilities
and Exposures project identifies the following problems:
Several remote vulnerabilities have been discovered in the Iceweasel
web browser, an unbranded version of the Firefox browser. The Common
Vulnerabilities and Exposures project identifies the following problems:
Damian Put discovered a vulnerability in the ClamAV anti-virus
toolkit's parsing of Petite-packed Win32 executables. The weakness
leads to an invalid memory access, and could enable an attacker to
crash clamav by supplying a maliciously crafted Petite-compressed
binary for scanning. In some configurations, such as when clamav
is used in combination with mail servers, this could cause a system
to "fail open," facilitating a follow-on viral attack.
Several weeks ago, the people in charge of maintaining the Windows machines in my institute were desperate because of a series of virus outbreaks - Specially, as expected, in the public lab - but the whole network smell virulent. After seeing their desperation, I asked Rolman to help me come up with a solution. He suggested me to try replacing the Windows workstations by substituting local installations by a server having several virtual machines, all regenerated from a clean image every day, and exporting rdesktop sessions.
Representational state transfer (REST) is a style of designing loosely coupled applications that rely on named resources rather than messages. Using the open source Restlet framework makes building RESTful Web services a snap. This tutorial guides you step-by-step through the fundamental concepts of REST and building applications with Restlets.
In general, "state" refers to information about the conditions of program execution-runtime data stored in memory. "State" is a key concern of Web applications, as HTTP and its derivatives are intrinsically stateless. Clear thinking about how data persists across retrievals, sessions, processes, and other boundaries can help you improve your Web applications.
Discover Text Analysis Perspective for DB2 Warehouse, an Eclipse perspective that can be integrated into DB2 Warehouse Design Studio and InfoSphere Warehouse Design Studio 9.5.1. It allows you to quickly and easily configure the analysis engines that are used in text operators.
This tutorial explains how to install Django on a Debian Etch server. Django is a web framework that allows to develop Python web applications quickly with as much automation as possible. I will use it with Apache2 and mod_python in this guide.
http://www.howtoforge.com/installing-django-on-debian-etch-apache2-mod_python
This tutorial shows how to install and use mod_python on various distributions (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE) with Apache2. mod_python is an Apache module that embeds the Python interpreter within the server. It allows you to write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.
AIX provides a vast array of commands to handle user and group management. This article discusses some of these core security commands and provides a list that you can use as a ready reference.
Hungarian notation is a naming convention in programming where the naming of a variable indicates its usage. Moreover, it can be used in code and design artifacts. In this article, learn a simple technique of Hungarian notation that you can apply during data modeling and implementation to improve the quality of your applications.
---------------------------------------------------------------------------
Debian Project News
http://www.debian.org/News/project/
Debian Project News - July 21st, 2008
---------------------------------------------------------------------------
Welcome to this year's 7th issue of DPN, the newsletter for the Debian
community.
Some of the topics covered in this issue:
* Updates to the Lenny release process
* Debian-installer to support loading of external firmwares
* Best practice for debug packages
* ... and much more.
Updates to the Lenny release process
Discover Sharable Code, an online platform for developing, reusing, managing, and deploying Web 2.0 applications and Web API mashups. The platform also includes Web application tools for facilitating the overall design activities of mashups as well as for sharing the resulting deployed mashups and the different parts.