Name
Apache FTP Server - Apache FtpServer DocumentationThe Apache FtpServer is a 100% pure Java FTP server.
Apache HTTP Server - Apache HTTP Server (httpd)The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems.
APR - Apache Portable Runtime (APR)APR is a supporting library for the Apache web server.
ARP - Address Resolution Protocol (ARP)ARP is a computer networking protocol for determining a network host's Link Layer or hardware address when only its Internet Layer (IP) or Network Layer address is known.
Atom - The Atom Syndication FormatAtom is an XML-based document format that describes lists of related information known as "feeds".
C - Programming Language - CThis International Standard specifies the form and establishes the interpretation of programs written in the C programming language.
C++ - C++ Language ReferenceC++ is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language.
CalendarAPI - HTML5 Calendar APIThe Calendar API defines a high-level interface to access Calendar information such as events, reminders, alarms and other calendar information.
CamlLight - Caml Light SystemCaml Light is a lightweight, portable implementation of the Caml language.
Canvas2DContext - HTML Canvas 2D ContextThis specification defines the 2D Context for the HTML canvas element.
CodeIgniter - CodeIgniter User GuideCodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP.
CoffeeScript - CoffeeScript DocumentationCoffeeScript is a little language that compiles into JavaScript.
Common Lisp - Common Lisp Programming LanguageCommon Lisp, commonly abbreviated CL, is a dialect of the Lisp programming language.
CSS2 - CSS 2.1 SpecificationThis specification defines Cascading Style Sheets, level 2 revision 1 (CSS 2.1).
CSS3 - CSS3 SpecificationThis specification defines Cascading Style Sheets, level 3 (CSS3).
CSS-Reference-Firefox - CSS Reference - Firefox (Gecko)The Firefox Cascading Style Sheets (CSS) Reference.
CSS-Reference-IE - CSS Reference - Internet ExplorerThe Internet Explorer Cascading Style Sheets (CSS) Reference.
CVS - Concurrent Versions System (CVS)CVS is a client-server free software revision control system in the field of software development.
Dart - Dart : Structured web programmingDart is a new class-based programming language for creating structured web applications.
DayTime - Daytime ProtocolThe Daytime Protocol is a service in the Internet Protocol Suite, defined in 1983 in RFC 867.
Dojo - Dojo ToolkitDojo Toolkit is an open source modular JavaScript library designed to ease the rapid development of cross-platform, JavaScript/Ajax-based applications and web sites.
DOM - DOM SpecificationsThe Document Object Model (DOM) is a cross-platform and language-independent convention for representing and interacting with objects in HTML, XHTML and XML documents.
Doxygen - Doxygen DocumentationDoxygen is a documentation generator, a tool for writing software reference documentation.
Emacs - GNU Emacs ManualGNU Emacs is an extensible, customizable text editor.
Erlang - Erlang DocumentationErlang is a programming language designed at the Ericsson Computer Science Laboratory.
FFmpeg - FFmpeg DocumentationFFmpeg is a complete, cross-platform solution to record, convert and stream audio and video.
FileAPI - W3C File APIThis specification provides an API for representing file objects in web applications.
FLTK - Fast Light Toolkit (FLTK) DocumentationFLTK is a cross-platform C++ GUI toolkit for UNIX®/Linux® (X11), Microsoft® Windows®, and MacOS® X.
Folly - Folly: The Facebook Open Source LibraryFolly is an open-source C++ library developed and used at Facebook.
FTP - File Transfer Protocol (FTP)FTP is a standard network protocol used to copy a file from one host to another over a TCP-based network, such as the Internet.
GCC - GCC ManualThe GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, Ada, and Go, as well as libraries for these languages (libstdc++, libgcj,...).
Geolocation-API - Geolocation API SpecificationThis specification defines an API that provides scripted access to geographical location information associated with the hosting device.
GIF - Graphics Interchange Format (GIF)GIF is a bitmap image format that was introduced by CompuServe in 1987 and has since come into widespread usage on the World Wide Web due to its wide support and portability.
Git - Git User's ManualGit is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
GLSL - OpenGL Shading Language (GLSL)This document describes the OpenGL Shading Language that is a companion to OpenGL 4.0 and higher.
GNU Coding Standards - GNU Coding StandardsThe GNU Coding Standards were written by Richard Stallman and other GNU Project volunteers.
GNU-Autoconf - GNU AutoconfGNU Autoconf is a tool for producing configure scripts for building, installing and packaging software on computer systems where a Bourne shell is available.
GNU-AutoGen - GNU AutoGenGNU AutoGen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text.
GNU-Automake - GNU AutomakeGNU Automake is a programming tool that produces portable makefiles for use by the make program, used in compiling software.
GNU-Bash - GNU BashGNU Bash is the shell, or command language interpreter, that will appear in the GNU operating system.
GNU-Binutils - GNU BinutilsGNU Binutils are a collection of binary tools.
GNU-Bison - GNU BisonGNU Bison is a general-purpose parser generator.
GNU-Cflow - GNU CflowGNU cflow analyzes a collection of C source files and prints a graph, charting control flow within the program.
GNU-Coreutils - GNU CoreutilsThe GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU operating system.
GNU-Cpio - GNU Cpio manualGNU cpio copies files into or out of a cpio or tar archive.
GNU-grep - GNU grepGNU grep prints lines that match a pattern.
GNU-GRUB - GNU GRUBGNU GRUB is a Multiboot boot loader.
GNU-Guile - GNU GuileGuile is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language for the GNU operating system.
GNU-Inetutils - GNU InetutilsGNU Network Utilities is a distribution of common networking utilities and servers.
GNU-Libavl - GNU libavlGNU libavl is the most complete, well-documented collection of binary search tree and balanced tree library routines anywhere.
GNU-Libc - The GNU C LibraryThe GNU C library is used as the C library in the GNU system and most systems with the Linux kernel.
GNU-Make - GNU Make ManualGNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.
GNU-MP - GMP - The GNU Multiple Precision Arithmetic LibraryGMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers.
GNU-Octave - GNU Octave ManualGNU Octave is a high-level interpreted language, primarily intended for numerical computations.
GNU-Pth - GNU Pth - The GNU Portable ThreadsGNU Pth is a POSIX/ANSI-C based user-space thread library for UNIX platforms.
GNU-Screen - GNU ScreenGNU Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.
GNU-Tar - GNU Tar manualThe Tar program provides the ability to create tar archives.
GnuTLS - GnuTLS - The GNU Transport Layer Security LibraryGnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them.
GNU-Wdiff - GNU WdiffGNU wdiff program is a front end to diff for comparing files on a word per word basis.
GNU-Wget - GNU WgetGNU Wget is a free utility for non-interactive download of files from the Web.
Go - The Go Programming LanguageGo is an open source programming environment that makes it easy to build simple, reliable, and efficient software.
Google-StyleGuide - Google-StyleGuideC++ Style Guide, JavaScript Style Guide, Objective-C Style Guide, and Python Style Guide.
GZIP - GZIP file format SpecificationGNU Zip, the primary compression format used by Unix-like systems. The compression algorithm is DEFLATE.
Hadoop - Apache Hadoop DocumentationThe Apache™ Hadoop™ project develops open-source software for reliable, scalable, distributed computing.
Haml - HTML Abstraction Markup Language (Haml)Haml is a markup language that’s used to cleanly and simply describe the HTML of any web document without the use of inline code.
Haskell - Haskell DocumentationHaskell is a standardized, general-purpose purely functional programming language.
HTML4 - HTML4 SpecificationHTML is the main markup language for web pages.
HTML5 - HTML5 SpecificationHTML5 is a language for structuring and presenting content for the World Wide Web, a core technology of the Internet.
HTTP - Hypertext Transfer Protocol (HTTP)HTTP is an application-level protocol for distributed, collaborative, hypermedia information systems.
ICMP - Internet Control Message Protocol (ICMP)ICMP is one of the core protocols of the Internet Protocol Suite.
ICP - Internet Cache Protocol (ICP)ICP is a protocol used for coordinating web caches.
IP - Internet Protocol (IP)IP is the principal communications protocol used for relaying datagrams (packets) across an internetwork using the Internet Protocol Suite.
JavaScript - JavaScript Language ReferenceJavaScript is a prototype-based scripting language that is dynamic, weakly typed and has first-class functions.
jCanvaScript - jCanvaScript DocumentationjCanvaScript is a javasript library that provides you methods to manage with the content of a HTML5 canvas element easily.
jQuery - jQuery & jQuery UI DocumentationjQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
jQuery.mobile - jQuery Mobile DocumentationjQuery Mobile: Touch-Optimized Web Framework for Smartphones & Tablets.
KTX - KTX File Format SpecificationKTX is a format for storing textures for OpenGL and OpenGL ES applications.
Lighttpd - Lighttpd Documentationlighttpd is a secure, fast, compliant, and very flexible web-server that has been optimized for high-performance environments.
Lua - The Programming Language LuaLua is a powerful, fast, lightweight, embeddable scripting language.
MASM - Microsoft Macro Assembler (MASM) ReferenceMASM provides you with several advantages over inline assembly.
MathGL - MathGL - library for scientific graphicsMathGL is a collection of classes and routines for scientific plotting.
MathML - Mathematical Markup Language (MathML)MathML is an XML application for describing mathematical notation and capturing both its structure and content.
midori - midori Javascript Frameworkmidori is an ultra-lightweight JavaScript framework that gets the job done without getting in your way.
MochiKit - MochiKit Javascript FrameworkMochiKit is a highly documented and well tested, suite of JavaScript libraries that will help you get shit done, fast.
Modernizr - Modernizr JavaScript LibraryModernizr is an open-source JavaScript library that helps you build the next generation of HTML5 and CSS3-powered websites.
MooTools - MooTools API DocumentationMooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.
MSAccessSQL - Microsoft Access SQL ReferenceMicrosoft Access SQL Reference.
NASM - The Netwide Assembler (NASM) DocumentationNASM is an 80x86 and x86-64 assembler designed for portability and modularity.
NetBIOS - NetBIOS ProtocolNetBIOS is an acronym for Network Basic Input/Output System.
nginx - nginx Documentationnginx is a HTTP and reverse proxy server, as well as a mail proxy server written by Igor Sysoev.
Node.js - Node.js DocumentationNode.js is an event-driven I/O framework for the V8 JavaScript engine on Unix-like platforms.
NTP - Network Time Protocol (NTP)NTP is a protocol for synchronizing the clocks of computer systems over packet-switched, variable-latency data networks.
OCaml - The OCaml SystemOCaml is the most popular variant of the Caml language.
OCILIB - OCILIB DocumentationOCILIB is an open source and cross platform Oracle Driver that delivers efficient access to Oracle databases.
OpenAL - Open Audio Library (OpenAL)OpenAL is a free software cross-platform audio API.
OpenCL - Open Computing Language (OpenCL)OpenCL is an open royalty-free standard for general purpose parallel programming across CPUs, GPUs and other processors.
OpenGL - Open Graphics Library (OpenGL)OpenGL is a standard specification defining a cross-language, cross-platform API for writing applications that produce 2D and 3D computer graphics.
OpenGL ES - OpenGL for Embedded Systems (OpenGL ES)OpenGL ES is a subset of the OpenGL 3D graphics API designed for embedded devices such as mobile phones, PDAs, and video game consoles.
Perl - Perl programming languagePerl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.
PGML - Precision Graphics Markup Language (PGML)PGML is an XML-based language for representing vector graphics.
PNG - Portable Network Graphics (PNG) SpecificationPNG is an extensible file format for the lossless, portable, well-compressed storage of raster images.
POP3 - Post Office Protocol - Version 3 (POP3)POP is an application-layer Internet standard protocol used by local e-mail clients to retrieve e-mail from a remote server over a TCP/IP connection.
PPP - Point-to-Point Protocol (PPP)PPP provides a standard method for transporting multi-protocol datagrams over point-to-point links.
Prototype - Prototype JavaScript FrameworkPrototype is a JavaScript framework that aims to ease development of dynamic web applications.
Python - Python Programming LanguagePython is a programming language that lets you work more quickly and integrate your systems more effectively.
qooxdoo - qooxdoo JavaScript Frameworkqooxdoo is a comprehensive and innovative framework for creating desktop-style web applications (RIAs).
Raphael - Raphael JavaScript Library DocumentationRaphaël is a small JavaScript library that should simplify your work with vector graphics on the web.
Rico - Rico DocumentationRico is an open source JavaScript library for developing rich Internet applications (RIAs) that use Ajax.
RSS - RSS SpecificationRSS is a family of web feed formats used to publish frequently updated works in a standardized format.
Ruby - Ruby DocumentationRuby is A dynamic, open source programming language with a focus on simplicity and productivity.
Ruby on Rails - Ruby on Rails DocumentationRuby on Rails, often shortened to Rails or RoR, is an open source web application framework for the Ruby programming language.
Rust - Rust - a safe, concurrent, practical languageRust is a curly-brace, block-structured expression language.
Sass - Syntactically Awesome Stylesheets (Sass)Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more.
Scheme - Scheme Programming LanguageScheme is a statically scoped and properly tail-recursive dialect of the Lisp programming language.
SMTP - Simple Mail Transfer Protocol (SMTP)SMTP is an Internet standard for e-mail transmission across IP networks.
Spry - Adobe Spry framework for AJAXAdobe Spry framework for AJAX is a JavaScript-based framework that enables the rapid development of Ajax-powered web pages.
SQLite - SQLite DocumentationSQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
Squid - Squid DocumentationSquid is a fully-featured HTTP/1.0 proxy which is almost HTTP/1.1 compliant.
STL - Standard Template LibrarySTL is a software library partially included in the C++ Standard Library.
Subversion - Version Control with SubversionSubversion is a free/open source version control system (VCS).
SVG - SVG SpecificationScalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics that has support for interactivity and animation.
Tcl/Tk - Tool Command Language (Tcl)TCL is a very powerful but easy to learn dynamic programming language.
TCP - Transmission Control Protocol (TCP)TCP is intended for use as a highly reliable host-to-host protocol between hosts in packet-switched computer communication networks, and in interconnected systems of such networks.
Telnet - Telnet ProtocolTelnet is a network protocol used on the Internet or local area networks to provide a bidirectional interactive text-oriented communications facility using a virtual terminal connection.
Time - Time ProtocolThe Time Protocol is a network protocol in the Internet Protocol Suite defined in 1983 in RFC 868.
TypeScript - The TypeScript Programming LanguageTypeScript is a language for application-scale JavaScript development. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
UDP - User Datagram Protocol (UDP)UDP is one of the core members of the Internet Protocol Suite, the set of network protocols used for the Internet.
UIZE - UIZE JavaScript FrameworkUIZE is a powerful, open source, object oriented JavaScript framework - supporting widgets, AJAX, DOM, templates, and more.
URI - Uniform Resource Identifier (URI)URI provides a simple and extensible means for identifying a resource.
UTF-8 - UCS Transformation Format - 8-bit (UTF-8)UTF-8 is a multibyte character encoding for Unicode.
VML - Vector Markup Language (VML)VML is a XML language used to produce vector graphics.
VRML - Virtual Reality Modeling Language (VRML)VRML is a standard file format for representing 3D interactive vector graphics, designed particularly with the World Wide Web in mind.
W3C Selectors API - W3C Selectors APIW3C Selectors API specification.
Web Audio API - Web Audio API SpecificationThis specification describes a high-level JavaScript API for processing and synthesizing audio in web applications.
WebCGM - WebCGMTM 2.1 specificationWebCGM is a set of specifications targeted especially at the effective application of the ISO CGM:1999 standard to representation of 2D graphical content within Web documents.
WebCL - WebCL DocumentationWebCL provides JavaScript bindings to OpenCL API.
WebGL - WebGL SpecificationWebGL is an additional rendering context and support objects for the HTML 5 canvas element. This context allows rendering using an API that conforms closely to the OpenGL ES 2.0 API.
WebIDL - Web IDL SpecificationWeb IDL is an interface definition language, that can be used to describe interfaces that are intended to be implemented in web browsers.
WebSocket - The WebSockets APIThis specification defines an API that enables Web pages to use the Web Sockets protocol for two-way communication with a remote host.
WebWorkers - Web Workers SpecificationThis specification defines an API that allows Web application authors to spawn background workers running scripts in parallel to their main page.
WT - Wt, C++ Web Toolkit DocumentationWT is a C++ library for developing web applications.
X3D - X3D International Specification StandardsX3D is a scalable and open software standard for defining and communicating real-time, interactive 3D content for visual effects and behavioral modeling.
XHTML - XHTML SpecificationXHTML 2 is a general purpose markup language designed to represent documents for a wide range of purposes across the World Wide Web.
XML - Extensible Markup Language (XML)XML is a set of rules for encoding documents in machine-readable form.
XPath - XML Path Language (XPath)XPath is a language for addressing parts of an XML document, designed to be used by both XSLT and XPointer.
XPointer - XPointer SpecificationXPointer is a system for addressing components of XML based internet media.
XQuery - XQuery SpecificationXQuery is a query and functional programming language that is designed to query collections of XML data.
XSLT - XSL Transformations (XSLT)XSLT is a language for transforming XML documents into other XML documents.
YAML - YAML Ain't Markup Language (YAML)YAML is a human friendly data serialization standard for all programming languages.
Yii - Yii Framework DocumentationYii is a high-performance PHP framework best for developing Web 2.0 applications.
YUI - The Yahoo! User Interface Library (YUI)YUI is an open-source JavaScript library for building richly interactive web applications.
ALLDB(2)GNU(27)Graphic(14)Javascript(18)Language(31)Library(28)Protocol(17)Server(5)Standard(38)Utils(2)VCS(3)