Software and Programming Reference
-
XUL - MDCXUL (XML User Interface Language) is Mozilla's XML-based language that lets you build feature-rich cross platform applications that can run connected or disconnected from the Internet. These applications are easily customized with alternative text, graphics and layout so they can be readily ...
Calvin Smith
added
8 months ago
-
UNIX TOOLBOXThis document is a collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users. This is a practical guide with concise explanations, however the reader is supposed to know what s/he is doing.
Calvin Smith
added
8 months ago
-
Beej's Guide to Network ProgrammingHello, one and all! This is my little how-to guide on network programming using Internet sockets, or "sockets programming", for those of you who prefer it. The sockets API, though started by the Berkeley folk, has been ported to many many platforms, including Unix, Linux, and even Windows. Unfor...
Calvin Smith
added
10 months ago
-
Unix Daemon Server ProgrammingUnix Daemon Server Programming Introduction Unix processes works either in foreground or background. A process running in foreground interacts with the user in front of the terminal (makes I/O), whereas a background process runs by itself. The user can check its status but he doesn't (need to) ...
Calvin Smith
added
10 months ago
-
Understanding Big and Little Endian Byte Order | BetterExplainedUnderstanding Big and Little Endian Byte Order Problems with byte order are frustrating, and I want to spare you the grief I experienced. Here's the key: Problem: Computers speak different languages, like people. Some write data "left-to-right" and others "right-to-left". A machine can ...
Calvin Smith
added
11 months ago
-
-
C Portability Guide - MDCWhat follows is a set of rules, guidelines, and tips that we have found to be useful in making C code portable across many machines and compilers.This information is the result of porting large amounts of code across about 25 different machines, and at least a dozen different C compilers. ...
Calvin Smith
added
11 months ago
-
The C Library Reference GuideThe C Library Reference Guide by Eric Huss © Copyright 1997 Eric Huss Release 1 Introduction 1. Language 1.1 Characters 1.1.1 Trigraph Characters 1.1.2 Escape Sequences 1.1.3 Comments 1.2 Identifiers 1.2.1 Keywords 1.2.2 Variables 1.2.3 Enumerated Tags 1.2.4 Arrays 1.2.5 Structures ...
Calvin Smith
added
12 months ago
-
-
Krugle - Code Search for DevelopersOpen Source Code, Project and Technical Pages Search for Developers.
Calvin Smith
added
12 months ago