Yuanma.org

China Open Source community - News and Technical articles!

Entries for 08月, 2009

Install minimum X11 on Ubuntu Server

sudo apt-get install xorg gdm xfce4orsudo apt-get install xorg gdm fluxboxorsudo apt-get install xorg gdm icewmorsudo apt-get install xorg gdm gnome-coreorsudo apt-get install xorg gdm kde-core
No tags in the article.
No related blog

No related blog

Leave a Comment

High-Performance Server Architecture

Introduction
The purpose of this document is to share some ideas that I’ve
developed over the years about how to develop a certain kind of
application for which the term "server" is only a weak approximation.
More accurately, I’ll be writing about a broad class of programs that
are designed to handle very large numbers of discrete messages or
requests per [...]

Leave a Comment

Text-To-Speech on Android

                               TTS
1 Introduction
The Text-To-Speech (TTS) library is allows developers to add speech
to their applications. Developers give the TTS object a text string,
and the TTS will take care of converting that string to text and
speaking it to the user.
The TTS library is designed such that different underlying speech
engines can be used without affecting the higher level [...]

Leave a Comment