Saturday, February 14, 2015

Realistic Business Card MockUp PSD

Realistic Business Card MockUp PSD

Free Download Realistic Business Card PSD MockUp. You can add your design or simply edit the template information very easy, via smart object. Enjoy!

Type : PSD
Category : Cards
License : Free
Author : Graphicburger
Download
Read more »

C Program to calculate Factorial of any number


#include<iostream.h>
#include<conio.h>
void main()
{     
  clrscr();
unsigned long i,fac,n;
cout<<"Enter Number: ";
cin>>n;


for(i=1,fac=1;i<=n;++i)
{
fac=i*fac;
}
cout<<"Factorial 0f "<<n<<" is: "<<fac;
getch();
}

Read more »

Business Card Template in Ai EPS

Business Card Template in Ai & EPS

Free Download Beautiful Business Card Design Template in Vector (.ai, .eps). This business card is a perfect example for new designers as it includes all the essential elements covering social media profile links & QR code.

Type : Ai, EPS
Category : Cards
License : Free
Author : Designbolts
Download
Read more »

C program to print following trianlge using character

C++ program to print following trianlge using character *


#include<iostream.h>
#include<conio.h>

void main()
{
clrscr(); //to clear the screen
int i,j,k,n;

cout<<"How many lines?";
cin>>n;


for(i=0;i<n;++i)
{
cout<<"
";

for(j=0;j<i;++j)
cout<<" ";
for(k=n;k>i;--k)
cout<<"*";
}
getch(); //to stop the screen
}
Read more »

Adding dollar sign to X axis lables values for bar charts in pentaho CDE

Hi Guys,
Using below java script one can easily add $ sign to the values of X-axis for any charts in pentaho CDE.
Example:
function f(v) { return "$" + sprintf(%d, v/1000) + k; }


Write the java code in "orthoAxisTickFormatter" java script wizard.
Make sure to give orthoAxisTicks as "True"

Sample output:


NOTE:
This code works with 13.06 as well with 13.09 version of pentaho CDE.
Also note that in java script if one line is not executing then the remaining lines will not execute. i.e., for instance you have 10 lines of code and 4th line is not executed then the remaining lines will not execute. Check with an alert function.


Sadakar Pochampalli
BI developer

Read more »

MS Office 2007 Full version with serial key or torrent


Info:
Microsoft Office 2007 (officially called 2007 Microsoft Office System) is a Windows version of the Microsoft Office System, Microsoft’s productivity suite. Formerly known as Office 12 in the initial stages of its beta cycle, it was released to volume license customers on November 30, 2006 and made available to retail customers on January 30, 2007. These are, respectively, the same dates Windows Vista was released to volume licensing and retail customers. Office 2007 contains a number of new features, the most notable of which is the entirely new graphical user interface called the Fluent User Interface (initially referred to as the Ribbon User Interface), replacing the menus and toolbars – which have been the cornerstone of Office since its inception – with a tabbed toolbar, known as the Ribbon. Office 2007 requires Windows XP with Service Pack 2 or higher, Windows Server 2003 with Service Pack 1 or higher, Windows Vista or Windows 7. Office 2007 is the last version of Microsoft Office which is officially supported on Windows XP Professional x64 Edition.
The ‘Ribbon User Interface’ is a task-oriented Graphical User Interface (GUI). It features a central menu button, widely known as the ‘Office Button’. The Ribbon Interface has been improved in Microsoft Office 2010.
Office 2007 also includes new applications and server-side tools. Chief among these is Groove, a collaboration and communication suite for smaller businesses, which was originally developed by Groove Networks before being acquired by Microsoft in 2005. Also included is Office SharePoint Server 2007, a major revision to the server platform for Office applications, which supports “Excel Services”, a client-server architecture for supporting Excel workbooks that are shared in real time between multiple machines, and are also viewable and editable through a web page.
Microsoft FrontPage has been removed from the Office suite entirely. It has been replaced by Microsoft Office SharePoint Designer, which is aimed towards development of SharePoint portals. Its designer-oriented counterpart Microsoft Expression Web is targeted for general web development. However, neither application has been included in Office 2007.

Speech recognition and handwriting recognition are now part of Windows Vista. Speech and ink components have been removed from Office 2007. Handwriting and speech recognition work with Office 2007 only on Windows Vista or Windows XP Tablet PC Edition. However, XP users can use an earlier version of Office to use speech recognition.

Screen Shots: Click on the image to view large screen
pic namepic namepic name

Download

click to begin

700 MB

Serial Keys
VB48G-H6VK9-WJ93D-9R6RM-VP7GT
HCFPT-K86VV-DCKH3-87CCR-FM6HW

Password: 4hthebest.blogspot.com
I hope you like it......!
Read more »

Turbo C for Android How to Download and Install

If you are from India and have started learning C/C++ programming from your school days then you have definitely used Turbo C++ compiler. Still many schools, colleges and institutions in India prefer Turbo C++ for teaching students (don’t know about other countries). I do not recommend you to use Turbo C++ compiler for android because it is very outdated (about 23 years old). There is another option i.e. C4droid, it is an awesome C/C++ IDE that supports gcc compiler.

Turbo C++ for Android - How to Download and Install

Also Read: Download Turbo C++ for Windows 8 for Free

So, lets come to main topic on which I am writing this article. In windows we use DosBox Emulator for running Turbo C++ for Android, in the same way we need an emulator for android platform which is known as AnDosBox. So without wasting much time lets take a look how we can use Turbo C++ for android platform.

Turbo C++ for Android - Steps to Download and Install

1. First of all download Turbo C++ for Android from link: http://sh.st/r5mBt

 2. It is compressed so you need to extract it. This can be done by any compression tool like Easy Unrar. You can download it from play store for free.

3. Now after extracting you will get a folder TC and an apk file AnDosBox.

4. Install AnDosBox and move TC folder in your sd card, remember that TC folder must be in sd card not in any other subfolder.

5. Now open AnDosBox that you have already installed. It will look same as like DoxBox that is used in windows.

6. Enter below lines or commands and press enter after each line. You can get the keyboard by pressing the option button situated at left side of your device.

cd tc
cd bin
tc


Turbo C++ for Android - How to Download and Install

Turbo C++ for Android - How to Download and Install

7. If everything will be done correctly then after entering last command a blue screen will open and it is Turbo C++ for Android. You can control the pointer by moving your finger on your touchscreen.

For understanding this tutorial easily I have added a video below that will help you in downloading and installing turbo c++ for android.


Now just go and install it, write and run your program and share your experience with me. Feel free to ask if you are getting any problem.

Note: If you are unable to change to directory TC then move the TC folder in internal storage and try the process again.

Search Terms:
turbo c compiler for android
c compiler for android
download turbo c++ for android
c compiler for android mobile
Read more »