C Cod is a front end to your C, C++, or Objective-C compiler that lets you treat C more like a scripting language. C Cod comes with C Server Pages, which provides support for CGI so you can write Web applications in C or C++ and have them automatically compiled on demand.
Read the Rest -
6 comments
Few free and open source software projects have attracted such a range of reactions as Mono. On one hand, as an implementation of Microsoft's .Net that's sponsored by Novell, it has been vilified both for the company it keeps and as a possible source of patent claims, should Microsoft choose to get nasty. On the other hand, Mono has been the platform of choice for such major projects as Second Life, which uses it to increase the efficiency of its servers. This week, as the Mono project reached version 2.0, Miguel de Icaza, the project's founder and maintainer, talked with Linux.com about the history of the project, its application and the criticism leveled at it, and where the project goes from here.
Read the Rest -
39 comments
Ask any independent software vendor what he hates most about developing for Linux and he'll tell you that it's having to develop for SUSE and for Red Hat and for Ubuntu and ... you get the idea. The Linux Foundation has just released a beta of a new program, Linux Application Checker (AppChecker), that's going to make ISVs and other programmers start to love developing for Linux.
Read the Rest -
12 comments
The ISO C90 standard introduced a wide character type named wchar_t, thereby appointing an official standard for wide characters in the C language. Its usage, however, is not well understood among C programmers, and debugging wide characters with the GNU Debugger is a challenge few can get to work. As a result, many programmers fall back to using ASCII character arrays, which is not good; today, localized code matters more and more.
Read the Rest -
8 comments
Many, if not most, free and open source software projects are developed primarily on Linux-based systems using the
GNU C Library (glibc). Projects that use glibc are likely to depend on functions that are not available on systems that use different C libraries, such as the different BSD flavors. When packages are built on systems that don't use glibc they often fail, because the other C libraries are missing functions found in glibc. The GNU Portability Library can help developers with cross-platform programming needs.
Read the Rest -
6 comments
One of the things I usually take care of as a Gentoo packages maintainer is sending patches to upstream developers. If a patch is applied upstream, we can remove it from future versions of a package so we have less work to do to maintain the package. Unfortunately, it seems that other distributions and packagers don't always do the same. This is true not only for Linux distributions such as Debian, Fedora Core, and SUSE, but also for maintainers of packages in places like FreeBSD's Ports, DarwinPorts or Fink. Here are some tips for developers on making things easier for yourself and everyone who has to touch your code.
Read the Rest -
8 comments
on July 31, 2002 (8:00:00 AM)
- By Robin "Roblimo" Miller -
It's a national phenomenon: All over the United States, small-town and rural Wireless Internet Service Providers (WISPs) are springing up, often because wireless is the only practical way to bring broadband Internet access to the areas they serve. These are not hobbyists using consumer-grade 802.11b equipment, but professionals hoping to make substantial money providing professional-level service. And some -- but not all -- of these entrepreneurs are starting to become profitable even though most of them have offered wireless service for less than a year.
Read the Rest -
14 comments
on July 15, 2002 (8:00:00 AM)
- By Robin "Roblimo" Miller -
I just downloaded
Internet Porn from The Washington Post's Web site. It's one of the quirkier songs available from
MP3.washingtonpost.com, a section of the Post's site that allows local musicians to self-publish their work online for free. MP3 download sections are not yet common in daily newspapers, but if enough of them pick up on the idea, newspapers could become as strong a promotional force in the music industry as traditional record companies.
Read the Rest -
22 comments
on June 25, 2002 (8:00:00 AM)
- By Robin "Roblimo" Miller -
I spent part of last week at
INET 2002, billed as "The Internet Society's 12th Annual INET Conference:
'Internet Crossroads: Where Technology and Policy Intersect.'" I came away wondering where, if anywhere, the Internet Society (
ISOC) is going. I was not the only one who came away from INET 2000 with questions about ISOC's future, either.
Read the Rest -
7 comments
on April 19, 2002 (8:00:00 AM)
-
by Tina Gasperson -
I've got mail. On AOL. On Linux. Thanks to WineX 2.0, running America Online 5.0
in SuSE 7.3 is a reality.
Read the Rest -
29 comments