Basic
In computer programming, BASIC (an acronym for Beginner's All-purpose Symbolic Instruction Code[1]) is a family of high-level programming languages.
Application
Tools And Utilities
Remove
Platform
Any
License
Any
Plug-in development in Eclipse is somewhat of an art form. If you're new to the concept of plug-ins it can be quite burdensome learning the myriad tools Eclipse has to help you write plug-ins. The...
In this article, learn to do basic SPE process management and communication with libspe2. This standard library that PPE programs use to access and manage SPEs has undergone a major revision, and the...
Using the experimental Mozilla XForms extension, you can process XForms in your browser today. XForms makes development of Web-deployed applications faster and easier. This article demonstrates basic...
This tutorial introduces the reader informally to the basic concepts and features of the Python language and system. It helps to have a Python interpreter handy for hands-on experience, but all...
The following is an example of using the Jython interactive interpreter from the Windows 2000 command prompt. On this page, we demonstrate several Jython basics.
Any Visual Basic Programmer have by now added icon to the status area in very simple steps. But doing the same in Visual C++ is not so straight forward. Here I delineate the steps to undertake for...
Create secure server applications with OpenSSL; its documentation makes it look intimidating, but it's actually rather simple. In Part 3 of this three-part series learn how to build a secure server...
In Part 1 of this series you learned about Developer Workbench concepts and basic tasks. In this article learn how the Eclipse-based Developer Workbench resources, perspectives, views, editors, and...
Welcome to Computer Hardware 101, a basic overview of what-is-what in computers. Hopefully this article will leave you with a basic understanding of the nuts and bolts of your typical computer, and...
To make sure the security in your PHP scripts are okay, you have to start with the basics: filter input, and escape output. If you haven't got that working properly, your scripts will always be open...
Subroutines are the building blocks of programs. Yet, too many programmers use them ineffectively, whether not making enough of them, naming them poorly, combining too many concepts into one, or any...
Here, I will show you what the steps to make a connection between Oracle database and your Java program.
When is an enigma not an enigma? When it is deciphered. Learn how to make your own paper enigma encoder, then peruse the source code that duplicates its action to understand its simple yet ingenious...
One of the biggest drawbacks of programming in Visual C++/MFC was its lack of support for even the most basic of imaging functions such as loading and displaying an image. Therefore, this article...
Everyone knows the basic features of sql*plus, but one underused feature that can make your scripts an order of magnitude more useful is the ability to store and reuse values, including values read...
One of the biggest drawbacks of programming in Visual C++/MFC was its lack of support for even the most basic of imaging functions such as loading and displaying an image. Therefore, this article...
To demonstrate how just a little dash of PHP can make life easier for developers, I’ll take you through the steps of creating a very basic Web page with some dynamic content. You’ll then be able to...
A basic understanding of object-oriented theory is very important because, quite often, programmers do jump right into the code. Most of the software professionals whom I teach have attempted to make...