Penguin
Diff: CrossPlatform
EditPageHistoryDiffInfoLikePages

Differences between version 6 and predecessor to the previous major change of CrossPlatform.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Friday, July 7, 2006 2:02:16 pm by CraigBox Revert
Older page: version 5 Last edited on Friday, June 17, 2005 11:42:35 pm by AristotlePagaltzis Revert
@@ -6,4 +6,8 @@
  
 Writing CrossPlatform [GUI]s is particularly difficult. Most ToolKit~s originating on [Unix] have been ported to many other systems: [Tk] and [GTK] are examples. [Qt] was designed from the very beginning to be CrossPlatform itself, and has ports for MicrosoftWindows and [X11]. [wxWidgets] is an attempt to provide a consistent [API] with binary-compatible binding libraries that allow code to run equally well will any ToolKit that happens to be available. 
  
 [Java] programs, even complex [GUI] ones like the the [Eclipse] [IDE], tend to be CrossPlatform without much effort. The same is true of programs written in dynamic languages like [Perl], [Python], [Ruby] and the like. 
+  
+-----  
+  
+[The Sysadmin's Rosetta Stone| http://bhami.com/rosetta.html] is a very useful web page that lists the comparable commands between any of the major unix operating systems. If you want to do the equivilent of fdisk(8) on Linux, but you're on HP-UX, then the Rosetta Stone can tell you its "lvcreate" or "sam". (Hint: don't use killall on [Solaris]).