-
MARC
Mailing list ARChives |
FOLDOC
Computing Dictionary |
|
It is currently Sun Mar 07, 2021 2:09 am
-
-
Forum Announcements
Come here to read about anything and everything related to the forums. As we make changes and improvements to our forums, we will tell you about it here.
- 20 Topics
- 24 Posts
-
Last post by Ranman
on Tue Feb 16, 2021 7:21 am
-
-
Forum Members Contests
Check out our Monthly Contests and be sure to participate for an opportunity to win a Prize.
- 2 Topics
- 2 Posts
-
Last post by Patton
on Thu Feb 27, 2014 12:53 am
-
-
Free Computer eBooks
An electronic book is a book-length publication in digital form, consisting of text, images, or both, readable on computers or other electronic devices. Although sometimes defined as "an electronic version of a printed book", many e-books exist without any printed equivalent.
- 0 Topics
- 0 Posts
-
No posts
-
-
Linux
Linux is a free Unix-type operating system originally created by Linus Torvalds with the assistance of developers around the world. Developed under the GNU General Public License , the source code for Linux is freely available to everyone. Subforums: Linux General Help, Linux Installation, Linux Distributions, Iptables Firewall
- 12 Topics
- 24 Posts
-
Last post by nudrat
on Wed Nov 05, 2014 2:40 am
-
-
Email
Electronic mail, most commonly referred to as email or e-mail.
- 0 Topics
- 0 Posts
-
No posts
-
-
Apache
The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.
Apache has been the most popular web server on the Internet since April 1996.
- 1 Topics
- 1 Posts
-
Last post by Cat
on Sat Dec 28, 2013 12:42 pm
-
-
HTML
HTML is the lingua franca for publishing hypertext on the World Wide Web. It is a non-proprietary format based upon SGML, and can be created and processed by a wide range of tools, from simple plain text editors - you type it in from scratch- to sophisticated WYSIWYG authoring tools.
- 5 Topics
- 5 Posts
-
Last post by Cat
on Sat Dec 28, 2013 5:40 pm
-
-
PHP
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
- 17 Topics
- 24 Posts
-
Last post by sarakhan
on Mon Sep 29, 2014 7:36 am
-
-
MySQL
The MySQL database server is the world's most popular open source database.
- 5 Topics
- 6 Posts
-
Last post by Patton
on Mon Jun 02, 2014 6:30 pm
-
-
PostgreSQL
PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness.
- 0 Topics
- 0 Posts
-
No posts
-
-
Oracle
The Oracle Database (commonly referred to as Oracle RDBMS or simply as Oracle) is an object-relational database management system produced and marketed by Oracle Corporation.
- 0 Topics
- 0 Posts
-
No posts
-
-
CGI
Abbreviation of Common Gateway Interface, a specification for transferring information between a World Wide Web server and a CGI program. A CGI program is any program designed to accept and return data that conforms to the CGI specification. The program could be written in any programming language, including C, Perl, Java, or Visual Basic.
- 0 Topics
- 0 Posts
-
No posts
-
-
Bash
Bash is the shell, or command language interpreter, that will appear in the GNU operating system. Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification
- 0 Topics
- 0 Posts
-
No posts
-
-
Perl
Short for Practical Extraction and Report Language, Perl is a programming language developed by Larry Wall, especially designed for processing text. Because of its strong text processing abilities, Perl has become one of the most popular languages for writing CGI scripts. Perl is an interpretive language, which makes it easy to build and test simple programs.
- 0 Topics
- 0 Posts
-
No posts
-
-
Javascript
A scripting language developed by Netscape to enable Web authors to design interactive sites. Although it shares many of the features and structures of the full Java language, it was developed independently. Javascript can interact with HTML source code, enabling Web authors to spice up their sites with dynamic content.
- 1 Topics
- 2 Posts
-
Last post by Joplin
on Sat Jan 11, 2014 6:34 pm
-
-
Java
Java is an object-oriented language similar to C++, but simplified to eliminate language features that cause common programming errors. Java source code files (files with a .java extension) are compiled into a format called bytecode (files with a .class extension), which can then be executed by a Java interpreter. Compiled Java code can run on most computers because Java interpreters and runtime environments, known as Java Virtual Machines (VMs), exist for most operating systems, including UNIX, the Macintosh OS, and Windows. Bytecode can also be converted directly into machine language instructions by a just-in-time compiler (JIT).
- 0 Topics
- 0 Posts
-
No posts
-
-
C/C++
A high-level programming language developed by Bjarne Stroustrup at Bell Labs. C++ adds object-oriented features to its predecessor, C. C++ is one of the most popular programming language for graphical applications, such as those that run in Windows and Macintosh environments.
- 0 Topics
- 0 Posts
-
No posts
-
-
Tcl
Short for Tool Command Language, and pronounced T-C-L or tickle, a powerful interpreted programming language developed by John Ousterhout. One of the main strengths of Tcl is that it can be easily extended through the addition of custom Tcl libraries. It is used for prototyping applications as well as for developing CGI scripts, though it is not as popular as Perl for the latter.
- 0 Topics
- 0 Posts
-
No posts
-
-
Networking
A network is a group of two or more computer systems linked together. There are many types of computer networks, including
- 0 Topics
- 0 Posts
-
No posts
-
-
Security
Network security consists of the provisions and policies adopted by a network administrator to prevent and monitor unauthorized access, misuse, modification, or denial of a computer network and network-accessible resources.
- 1 Topics
- 4 Posts
-
Last post by Patton
on Thu Sep 18, 2014 10:07 am
-
-
ISP
Short for Internet Service Provider, it refers to a company that provides Internet services, including personal and business access to the Internet.
- 0 Topics
- 0 Posts
-
No posts
-
-
IRC
Short for Internet Relay Chat, a chat system developed by Jarkko Oikarinen in Finland in the late 1980s. IRC has become very popular as more people get connected to the Internet because it enables people connected anywhere on the Internet to join in live discussions. Unlike older chat systems, IRC is not limited to just two participants.
- 1 Topics
- 1 Posts
-
Last post by Ranman
on Thu Dec 26, 2013 10:11 pm
-
-
Xwindow
A windowing and graphics system developed at the Massachusetts Institute of Technology (MIT). MIT has placed the X-Window source code in the public domain, making it a particularly attractive system for UNIX vendors. Almost all UNIX graphical interfaces, including Motif and OpenLook, are based on X-Window.
- 0 Topics
- 0 Posts
-
No posts
-
-
Graphics
Refers to any computer device or program that makes a computer capable of displaying and manipulating pictures. The term also refers to the images themselves.
- 0 Topics
- 0 Posts
-
No posts
-
-
Hardware
Refers to objects that you can actually touch, like disks, disk drives, display screens, keyboards, printers, boards, and chips.
- 0 Topics
- 0 Posts
-
No posts
-
-
References
Containing useful facts or specially organized information, as an encyclopedia, dictionary, atlas, etc.
- 0 Topics
- 0 Posts
-
No posts
-
-
New Link Submissions
Please feel free to send us Links you would like added to this website by posting to this Forum! Note that as links are added to the Forum the submissions will be removed Thank you
- 0 Topics
- 0 Posts
-
No posts
Who is online In total there are 10 users online :: 1 registered, 0 hidden and 9 guests (based on users active over the past 5 minutes) Most users ever online was 769 on Fri Oct 02, 2020 10:24 pm Registered users: Majestic-12 [Bot] Legend: Administrators, Global moderators
Birthdays
No birthdays today
Statistics
Total posts 94 • Total topics 66 • Total members 31 • Our newest member Andersan
|
|