Although Python is a high-level language, it is not English or some other natural human language. The Python translator does not understand “add the numbers two and three”. Python is a formal language with its own specific rules and formats, which these tutorials will introduce gradually, at a pace intended for a beginner. These tutorials are also appropriate for beginners because they gradually introduce fundamental logical programming skills. Learning these skills will allow you to much more easily program in other languages besides Python. Some of the skills you will learn are
Read the rest of this entry »
What Are Scripting Languages?
Languages like C and C++ allow a programmer to write code at a very detailed level which has good execution speed (especially in the case of C). But in most applications, execution speed is not important, and in many cases one would prefer to write at a higher level. For example, for text-manipulation applications, the basic unit in C/C++ is a character, while for languages like Perl and Python the basic units are lines of text and words within lines. One can work with lines and words in C/C++, but one must go to greater effort to accomplish the same thing.
Read the rest of this entry »
SSH (Secure SHell) is a network protocol which provides a replacement for insecure remote login and command execution facilities, such as telnet, rlogin and rsh. SSH encrypts traffic in both directions, preventing traffic sniffing and password theft. SSH also offers several additional useful features:
• Compression: traffic may be optionally compressed at the stream level.
• Public key authentication: optionally replacing password authentication.
• Authentication of the server: making ”man-in-the-middle” attack more difficult
• Port forwarding: arbitrary TCP sessions can be forwarded over an SSH connection.
• X11 forwarding: SSH can forward your X11 sessions too.
• File transfer: the SSH protocol family includes two file transfer protocols.
Read the rest of this entry »
Report Runner Batch runs on Windows NT, 200x, ME, XP, and Vista. Supports all versions of Crystal Reports. This version includes all of the necessary runtime files. You should still have an Advanced/Developer edition of Crystal Reports 9, 10, or 11 to meet licensing requirements.
Read the rest of this entry »
This tutorial will introduce you to event?based programming (EBP) using a Windows desktop application written in C#. The application, called SystemBrowser, works a little like Windows Explorer: it displays folders and files, as shown in the next figure.
Read the rest of this entry »
24 Jul
Posted by jj as Misc
WinTask is a task automation tool ; you can automate all the things you do in Windows 2000, Windows XP, Windows 2003 Server and Windows Vista. WinTask is a powerful, flexible platform for building automation solutions on a stand-alone or networked PC. You can, for instance, launch an accountancy package, integrate data from other programs, calculate results with this new data and then print them.
Read the rest of this entry »
You will need 3 things for this…
1. DVD BURNER on your computer ( the actual dvd drive )
2. DVD SHRINK 3. 2 ( this is a free program, find it on the internet ) ( at the time that I wrote this tutorial… there is a website www.dvdshrink.org )
3. IMGBURN ( this is a free program, find it on the internet ) ( at the time that I wrote this tutorial… there is a website www.imgburn.com )
Read the rest of this entry »
First, let me thank you for purchasing this exciting new guide on how to optimize your site Drupal websites for search engine optimization. I really appreciate that. In this book, we will look at what Search Engine Optimization (SEO) is, and the ways in which it can be used. Through this book, we will provide you with the basics on using Search Engine Optimization in order to improve traffic flow to your site.
Read the rest of this entry »