OnShare

July 6, 2008 at 1:25 pm | In Development, Downloads, Politics, linux, reviews | Leave a Comment
Tags: , , ,

OnShare is a free way to share files and chat with your friends in complete privacy. It’s a simple download that directly networks computers together, letting you reach into your friends’ computers and grab whatever they’ve shared with you. With OnShare’s secure encryption, no one can intercept your chats and shared files. Sharing everything from embarrassing photos to important documents is simpler, faster and more secure than ever.

Why Learn Pascal?

June 19, 2008 at 11:48 am | In Uncategorized | Leave a Comment
Tags: , , , , , , ,

Despite its fading away as a de facto standard, Pascal is still quite useful. C and C++ are very symbolic languages. Where Pascal chooses words (e.g. begin-end), C/C++ instead uses symbols ({-}). Also, C was designed for systems programming. In Pascal, mixing types leads to an error and is very infrequently done. In C/C++, type-casting and pointer arithmetic is common, making it easy to crash programs and write in buffer overruns. When the AP exam switched to C++, only a subset of C++ was adopted. Many features, like arrays, were considered too dangerous for students, and ETS provided its own “safe” version of these features.

Another reason: speed and size. The Borland Pascal compiler is still lightning-fast. Borland has revitalized Pascal for Windows with Delphi, a Rapid-Application-Development environment. Instead of spending several hours writing a user interface for a Windows program in C/C++, you could do it in ten minutes with Delphi’s graphical design tools. Delphi is to Pascal what Visual BASIC did to BASIC. Borland is still developing Delphi, and the open-source community has created a largely Borland-compatible compiler called Free Pascal.

Also, Pascal remains preferred at many universities, especially in areas where students are first exposed to computers at school rather than at home. In addition, Pascal was well-suited for teaching programming, and remains so. There is less overhead and fewer ways for a student to get a program into trouble. For teaching simple procedural programming, Pascal remains a good choice. Pascal has hung on longer in education outside the United States, and remains an official language of the International Informatics Olympiad. A basic programming background is useful in many technical occupations, and the overhead of learning an object-oriented language is not necessarily the best application of resources.

Thus, even after C, C++, and Java took over the programming world, Pascal retains a niche in the market. Many small-scale freeware, shareware, and open-source programs are written in Pascal/Delphi. So enjoy learning it while it lasts. It’s a great introduction to computer programming. It’s not scary like C, dangerous like C++, or abstract like Java. In another twenty years, you’ll be one of the few computer programmers to know and appreciate Pascal.

Ext2 Researcher 1.0

June 15, 2008 at 3:23 pm | In Downloads, reviews | Leave a Comment
Tags: , , , , , , ,

This program is intended for those who have Windows and Linux installed on their computers simultaneously. “Ext2 Researcher” – allows users, who are accustom to the Win 9x interface, travel on their Linux file system while in Windows, without any inconvenience. It is necessary to install “Tcl/Tk for Windows” also necessary several files from “EXT2 TOOLS”

RPM Browser for Windows 1.0

June 15, 2008 at 12:51 pm | In Uncategorized | Leave a Comment
Tags: , , , , , ,

RPM Browser for Windows is a Windows tool for Linux users. This FREE utility will allow you to examine the structure of RPM files. Additionally, it will allow file extraction from the embedded archive via a 32-bit port of CPIO. While binary files aren’t too useful from the Windows platform, source files can be viewed from within your favorite editor. Written using Microsoft Visual C++, this tool is lightning fast!

Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.