As of the March 4, 2006 build,
NAnt has begun including .NET 2.0 support and NUnit 2.2.7 support. These builds have not become part of a release candidate yet, but you can pull down a
nightly build, or simply subscribe to the
CVS process.
According to an
article on eWeek, Google pulled in $6 billion in web based advertising revenue in the last fiscal year, while Yahoo generated $4.6 billion. Microsoft, which generated $1.4 billion in online ad revenue, hopes to double their numbers in the next 3 to 5 years. All three companies are competing for a slice of a pie that is expected to reach $26 billion by 2009.
If you download the free VmWare Player, you can also download free,
prebuilt versions of Redhat, Ubuntu or SUSE Linux to run inside it.
Thus, without needing to go through a Linux install, you can get Linux
running on your Windows desktop for free. Alternatively, you can run
Ubuntu or another distribution in a virtual machine inside your regular
copy of Fedora Core or some other Linux distro.
It's hard to keep up with all the cool technologies being developed by
Google. For instance, you can use Google to define the word "category"
by typing in define: category at the Google prompt. Besides define, there
are ten other special Google search operators that can, for instance
look up stock symbols, search only in the title of articles, or find
pages that link to a particular page.
A few of us at Falafel had a very brief discussion the other day about
MySql. During that discussion we mentioned the licensing for this
product. Cofusion arose because
MySql is both a free product, and a commercial product. To help clarify
the issue for myself, I decided to write up this brief description of
the dual licensing of free software.
It's been a long time coming, but SourceForge is finally ready to adopt Subversion.
Simple hints on how to get MP3 support on Fedora Core 4.
You can use the dump and load commands of the svnadmin utility to back up and restore your repository.
Right now I have two copies of mono on my system. The out of date one that I installed from binaries when I was running Fedora Core 2, and the up to date one that I am building from source.
When running Mono on Linux, you might get errors about libgobject-2.0-0.dll and libgtk-win32-2.0-0.dll:
Unhandled Exception: System.DllNotFoundException: libgtk-win32-2.0-0.dll
Unhandled Exception: System.DllNotFoundException: libgobject-2.0-0.dll
The following entry in /etc/inetd.conf ended up working for me:
cvspserver stream tcp nowait root /usr/sbin/tcpd /usr/bin/cvs -f --allow-root=/path/to/repos pserver
Then go to /etc/init.d and run
./inetd restart
All the cool people, like the developers who created Google Maps, are using
Ajax, a new approach to JavaScript development.
In the future, expect some significan improvements to the Windows command line. Click the title of this article to read more.
I got this error: "ASP.NET is not installed or is not registered with your web server" To fix it and start ASP.NET, I did this:
[C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322]aspnet_regiis.exe -i
If you have installed VS 2005, and want to move from ASP.NET 2.0 to 1.1, try this:
aspnet_iisreg -u
Read this article to learn how to test for a parameter count of zero in a batch file.
They have taken the original Quake 2 source files and ported them to Java. If you have Java installed already, then you need only one button click to download, install and start running. The key is to use the WebStart option.
http://www.bytonic.de/html/jake2.html
Perhaps it is a little slower than under the original binaries? It is hard to tell.
Sometimes you want to query MS Sql server to find out about
existing tables. Here is one way to write a query to get that
information