Posts

Showing posts from April, 2012

Prime Number Function (C++)

Image
/* And now i'll share c++ functions : - a function to check wether a number is a prime or not - a function to print prime numbers in a certain range - a main function as usually c++ do */ int primecheck(int n) {                 int i;                 for (i=2; i<n; i++)                 {                                 if (n % i == 0)                                                 return 0;                 }                 if(n>1)                                 return 1;                 else                                 return 0; } void primerange(int startx, int endx) {                 int z,col;                 for(z=startx;z<=endx;z++)                 {                                 if (primecheck(z)==1)                                 {                                                 cout<<z<<"\t";                                                 col++;                       

String / Character array

#include<iostream.h> void main() { int i,j; char name[5][20]; char namex[20]; //input data cout<<"Input data\n"; for(i=0;i<5;i++) { cout<<"Enter name "<< i+1<<" : "; cin>>namex; for(j=0;j<20;j++) name[i][j]=namex[j]; } cout<<"\nOutput data\n"; for(i=0;i<5;i++) cout<<"Name of "<< i+1<<" is : "<<name[i]<<endl; } //coded in c++ by Radian B. Sena for educational purpose only

Batik Cirebon / Batik Mega Mendung - Indonesia

Image
Batik Cirebon In History, batik Cirebon pattern modes can't be separated from collaboration of religions, arts, cultures brought by various ethnics and nations in the past.   Before 20th century, Cirebon, which had sea harbor, became a city which was trading various products coming from many islands, visited by many traders from ethnics including entrepreneurs from China and Middle East.   This ethnics and cultures gathering, which was caused by trading, has given influencing access to Cirebon arts and cultures motives.   These culture influences can be seen from the greatness carts located at both palaces in Cirebon, which are "Singa Barong" cart at Kesepuhan Palace and "Peksi Naga Liman" Cart at Kanoman Palace.   The shapes of imagination animals like "Singa Barong" and "Peksi Naga Liman" are reflected in Batik Trusmi pattern modes.   Batik Palace pattern modes divided into 2 types.   First, the type that usually used by &quo

Download SPSS 16

Image
IBM SPSS Statistics is a modular, tightly integrated, full-featured software comprised of IBM SPSS Statistics Base and a range of modules. Each module-IBM SPSS Advanced Statistics, IBM SPSS Bootstrapping, IBM SPSS Categories, IBM SPSS Complex Samples, IBM SPSS Conjoint, IBM SPSS Custom Tables, IBM SPSS Data Preparation, IBM SPSS Decision Trees, IBM SPSS Direct Marketing, IBM SPSS Exact Tests, IBM SPSS Forecasting, IBM SPSS Missing Values, IBM SPSS Neural Networks, and IBM SPSS Regression-adds extra functionality to your system. SPSS 16 download keygen SPSS 16

Windows 7 ultimate SP1 32-bit free download

Image
Windows 7 is the current release of Microsoft Windows, a series of operating systems produced by Microsoft for use on personal computers, including home and business desktops, laptops, netbooks, tablet PCs, and media center PCs. Windows 7 was released to manufacturing on July 22, 2009, and reached general retail availability worldwide on October 22, 2009, less than three years after the release of its predecessor, Windows Vista. Windows 7's server counterpart, Windows Server 2008 R2, was released at the same time. Unlike Windows Vista, which introduced a large number of new features, Windows 7 was intended to be a more focused, incremental upgrade to the Windows line, with the goal of being compatible with applications and hardware with which Windows Vista was already compatible. Presentations given by Microsoft in 2008 focused on multi-touch support, a redesigned Windows shell with a new taskbar, referred to as the Superbar, a home networking system called HomeGroup, and p

How to Install Windows XP Over LAN

Image
Install Windows XP over a local area network. If you have a local area network (LAN) set up and you want to install Windows XP on a computer on that network without having to use the installation CD, you can perform a network installation. This type of installation allows you to install or upgrade the computer on your network with Windows XP without the CD, since the installation files are transferred through the network instead of from the installation CD. Print this article Instructions 1 Insert your XP installation CD into the computer that will act as the file server. Open Windows Explorer (right-click the "Start" button and select "Explore") and copy the "i386" folder from the root of the installation CD to a place on your computer, such as to the root of the C drive. 2 Right-click on the folder you copied and select "Sharing and Security...." Click "Share this folder" and then click "Per

Borland Turbo C++ 4.5 download

Image
Turbo C++ was a C++ compiler and integrated development environment and computer language originally from Borland. Most recently it was distributed by Embarcadero Technologies, which acquired all of Borland's compiler tools with the purchase of its CodeGear division in 2008. The original Turbo C++ product line was put on hold after 1994, and was revived in 2006 as an introductory-level IDE, essentially a stripped-down version of their flagship C++Builder. Turbo C++ 2006 was released on September 5, 2006 and was available in 'Explorer' and 'Professional' editions. The Explorer edition was free to download and distribute while the Professional edition was a commercial product. In October 2009 Embarcadero Technologies discontinued support of its 2006 C++ editions. As such, the Explorer edition is no longer available for download and the Professional edition is no longer available for purchase from Embarcadero Technologies. Turbo C++ is succeeded by C++Builder. Down

Visual Studio 2008 FULL ACTIVATED

Image
History Visual Studio 2008 was the first application to feature a visual designer for the Windows Presentation Foundation (WPF) with snap lines and event tabs that enable RAD-style development. It also supported developers targeting the 2007 Microsoft Office System with designers for both Outlook and the Fluent menu. Visual Studio 2005 helped developers in teams of any size increase collaboration and reduce development complexity. Visual Studio .NET 2002 and Visual Studio .NET 2003. For the first time an individual developer could write an application in the language of their choosing while taking advantage of a common set of tools including designers, drag and drop controls, and IntelliSense. Along with the increase of individual developer productivity was an increase in the size and complexity of development projects and teams. Visual Studio in 1997 featured separate IDEs (that required their own installation) for Visual C++, Visual Basic, J++, and a tool known as InterDe

Creating the Multiboot / Multi installer USB Drive for Windows 7 and XP

Image
In this guide, we will show you how to create a multi-boot Windows USB flash drive with Windows XP and Windows 7. Once you have this multi-boot USB, you will be able to install XP and Windows 7 from the USB stick . Required things: 1.  A USB flash drive with a minimum of 4 GB space 2. Windows 7 installation DVD 3. Windows XP installation CD/DVD Procedure: 1 . Connect the USB flash drive to your Windows machine and move data present on  the USB flash drive to a safer location. 2 . Download WinSetupFromUSB Zip file, extract the contents to desktop. Open the folder, right-click on WinSetupFromUSB (.exe) file and select Run as administrator option.     3 . Once the tool launched, select the following options: # Removable # Windows will be installed in \WINDOWS Also make sure that your USB flash is shown in USB Disk Selection box. Once you are done with the above mentioned tasks, click RMPrepUSB button. 4 . This will launch RMPREPUSB tool. I