When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Source Code Control System - Wikipedia

    en.wikipedia.org/wiki/Source_Code_Control_System

    SCCS was the dominant version control system for Unix until later version control systems, notably the RCS and later CVS, gained more widespread adoption. Today, these early version control systems are generally considered obsolete, particularly in the open-source community, which has largely embraced distributed version control systems.

  3. IBM AIX - Wikipedia

    en.wikipedia.org/wiki/IBM_AIX

    AIX (pronounced / ˌ eɪ. aɪ. ˈ ɛ k s / ay-eye-EKS [5]) is a series of proprietary Unix operating systems developed and sold by IBM since 1986. The name stands for "Advanced Interactive eXecutive".

  4. dbx (debugger) - Wikipedia

    en.wikipedia.org/wiki/Dbx_(debugger)

    Free for download and use as described in the Sun Studio product license. dbx is a source-level debugger found primarily on Solaris , AIX , IRIX , Tru64 UNIX , Linux and BSD operating systems. It provides symbolic debugging for programs written in C , C++ , Fortran , Pascal and Java .

  5. curses (programming library) - Wikipedia

    en.wikipedia.org/wiki/Curses_(programming_library)

    curses is a terminal control library for Unix-like systems, enabling the construction of text user interface (TUI) applications. The name is a pun on the term "cursor optimization". It is a library of functions that manage an application's display on character-cell terminals (e.g., VT100). [2] ncurses is the approved replacement for 4.4BSD ...

  6. Category:Unix books - Wikipedia

    en.wikipedia.org/wiki/Category:Unix_books

    Download QR code; Print/export Download as PDF; Printable version; In other projects ... Help. Pages in category "Unix books" The following 6 pages are in this ...

  7. The Linux Programming Interface - Wikipedia

    en.wikipedia.org/wiki/The_Linux_Programming...

    It chronicles the history of Unix and how it led to the creation of Linux. The book provides samples of code written in C , and learning exercises at the end of chapters. The author is a former writer for the Linux Weekly News [ 1 ] and the current maintainer for the Linux man pages project.

  8. AIX Toolbox for Linux Applications - Wikipedia

    en.wikipedia.org/wiki/AIX_Toolbox_for_Linux...

    Each of these packages includes its own licensing information and while IBM has made the code available to AIX users, the code is provided as is and has not been thoroughly tested. [4] The Toolbox is meant to provide a core set of some of the most common development tools and libraries along with the more popular GNU packages. [5]

  9. The Unix Programming Environment - Wikipedia

    en.wikipedia.org/wiki/The_Unix_Programming...

    The book addresses the Unix philosophy of small cooperating tools with standardized inputs and outputs. Kernighan and Pike gives a brief description of the Unix design and the Unix philosophy: [1] Even though the UNIX system introduces a number of innovative programs and techniques, no single program or idea makes it work well.