Articles tagged with: source code
Software »
Mono is a project led by Novell (formerly by Ximian) to create an Ecma standard compliant .NET compatible set of tools, including among others a C# compiler and a Common Language Runtime. Mono can be run on Linux, BSD, UNIX, Mac OS X, Solaris and Windows operating systems.
Microsoft has a version of .NET available for FreeBSD, Windows and Mac OS X called the Shared Source CLI (Rotor). Microsoft’s shared source license may be insufficient for the needs of the community (it explicitly forbids commercial use). The Mono project has many …
OS »
ReactOS is a computer operating system intended to be binary-compatible with application software and device drivers made for Microsoft Windows NT versions 5.x and up (Windows 2000 and its successors). It is composed entirely of free software, by means of a complete clean room reverse engineering process.
Although the project is in the alpha development stage as of 2008, many Windows programs already work well. While the ReactOS kernel has been written from scratch, the userland is mostly based on the Wine compatibility layer for Unix-like operating systems.
ReactOS is primarily written …
It news »
Channel your inner geek for fun and prizes by commanding your own pet developer
Ever wonder what happens behind the cubicle walls of a software developer? QNX Software Systems strips away the mystery and gives you the chance to be both master and tormentor of its virtual online software developer.
The Pocket Geek (www.thepocketgeek.com) is a Flash-based game in which you play manager to a pocket-sized coder with five days to finish the big project. To ensure that your geek successfully finishes the project, you need to keep him energized and …
It news »
Raleigh NC – February 14, 2008 – Red Hat (NYSE: RHT), the world’s leading provider of open source solutions, today announced the global availability of the JBoss Enterprise SOA Platform, a next-generation, enterprise-class, open source solution for organizations seeking to enhance business performance by integrating people, partners, information, applications, business services and processes in the value chain. The solution provides Service Oriented Architecture (SOA), application and business-process integration capabilities in a single, easy-to-consume enterprise distribution. The JBoss Enterprise SOA Platform is the first comprehensive open source SOA product offering, …
It news »
SCO Group, best known for suing IBM and claiming it deserved royalties from companies using the popular Linux operating system, said Thursday that a private investment firm has agreed to put up the money to take SCO out of bankruptcy court.Stephen Norris Capital Partners and its partners from the Middle East, which SCO did not identify, have agreed to provide up to $100 million to reorganize SCO and take it private. As part of the plan, SNCP would take control of SCO.
Because of the investment, SCO is poised …
OS »
QNX (pronounced either Q-N-X or Q-nix) is a commercial POSIX-compliant Unix-like real-time operating system, aimed primarily at the embedded systems market. As of September 12 2007, the source of the QNX kernel has been released for non-commercial use.
Description
As a microkernel-based OS, QNX is based on the idea of running most of the OS in the form of a number of small tasks, known as servers. This differs from the more traditional monolithic kernel, in which the operating system is a single very large program composed of a huge number of …
OS »
Magnussoft ZETA, previously yellowTAB ZETA, was an operating system formerly developed by yellowTAB of Germany based on the BeOS operating system developed by Be Inc.; because of yellowTAB’s insolvency, ZETA was later being developed by an independent team of which little was known, and distributed by magnussoft. As of February 28, 2007 the current version of ZETA is 1.5. On March 28, 2007, magnussoft announced that it has discontinued funding the development of ZETA by March 16, because the sales figures had fallen far short of the company’s expectations, so …
Linux, Software »
Wine is a software application which aims to allow Unix-like computer operating systems on the x86 architecture to execute programs that were originally written for Microsoft Windows. Wine also provides a software library known as Winelib which developers can compile Windows applications against in order to port them to Unix-like systems.
The name ‘Wine’ derives from the recursive acronym Wine Is Not an Emulator. While the name sometimes appears in the forms “WINE” and “wine”, the project developers have agreed to standardize on the form “Wine”.
The Wine developers released the first …
howto »
Procedure.
The installation procedure for software that comes in tar.gz and tar.bz2 packages isn’t always the same, but usually it’s like this:
# tar xvzf package.tar.gz (or tar xvjf package.tar.bz2)
# cd package
# ./configure
# make
# make install
If you’re lucky, by issuing these simple commands you unpack, configure, compile, and install the software package and you don’t even have to know what you’re doing. However, it’s healthy to take a closer look at the installation procedure and see what these steps mean.
Unpacking.
Maybe you’ve already noticed that the package containing the source code of …
Linux »
Linux usage has grown rapidly among American companies. Most experts estimate there are nearly 10 million Linux users today and that as many as 40% of all new servers sold have Linux installations.
Advantages Of Linux are:
1.) Linux is free.
2.) Linux can run on as little as 150 Mb of space and can run on as little as 2Mb of Ram.
3.) A Full Multitasking, Multiuser and Time Sharing OS.
4.) A portion of the hard disk can be used as the Ram thus creating room for virtual Ram.
5.) It have got windows …

