ISO doesn't get it, says Microsoft; starts new international IT standards body


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News ISO doesn't get it, says Microsoft; starts new international IT standards body
# 1  
Old 04-01-2008
ISO doesn't get it, says Microsoft; starts new international IT standards body

Tue, 01 Apr 2008 18:08:01 GMT
GREEDMOND, WA -- Bruised, battered, fined, and ridiculed over its fight for OOXML acceptance, Microsoft has decided it's had enough. The company is so angry with ISO that it has decided to form its own standard-setting organization.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need to write a shell script that starts one, then kills it, then starts another?

This is on a CentOS box, I have two scripts that need to run in order. I want to write a shell script that calls the first script, lets it run and then terminates it after a certain number of hours (that I specify of course), and then calls the second script (they can't run simultaneously) which... (3 Replies)
Discussion started by: btramer
3 Replies

2. Red Hat

How to make boot.iso image from rhel6 installation dvd iso ?

Hello Everyone, Can anyone let me know how to make minimal boot.iso from rhl6 installation dvd iso image. I have a dvd image with me but i want to make just a minimal boot media. Somehow it is not shipped with dvd iso. I know we can download boot.iso from redhat site but is there any anyway we... (5 Replies)
Discussion started by: Rohit Bhanot
5 Replies

3. UNIX for Dummies Questions & Answers

Emacs starts in c++ mode but doesn't use c++ setup

Hi, I'm trying to use Emacs to edit C++ files (extension .cpp). My ~/.emacs file contains: (defun my-c++-indent-setup () (setq c-basic-offset 4) (setq c-default-style "linux") ) (add-hook 'c++-mode-hook 'my-c++-indent-setup) When I open a C++ file in Emacs, it's in C++ mode (the... (1 Reply)
Discussion started by: linuxnoob12
1 Replies
Login or Register to Ask a Question