Showing posts with label an. Show all posts
Showing posts with label an. Show all posts
Sunday, February 15, 2015
An Insight into Apple iMovie app and its New Version 10 0 4
Apple rolled out a new version update for iMovie – an innovative iOS app development for Mac. The new 10.0.4 version will help resolve crashing issues that caused iMovie app to quit unexpectedly.

Before getting in depth into the new updated version of the iMovie application, lets have a detailed insight about this app and its previous version.
Introduction to iMovie and Its Features
If youve been yearning for a gratifying video recording experience for Mac, then iMovie is an app that you cant miss to have. It lets you put the entire focus on videos and enjoy watching them like never before. With this app you browse through video library, organize them all at one place, create high-definition movies and trailers, and even allow sharing your beautiful moments instantly. Its available for $4.99 in the iTunes store.

Also Read: iPhone 6 (Rumors) Vs Nexus 5
The best part about using the app is that all your work carried out on iMovies gets saved automatically at the same time as you work. So, you no longer have to fret about constantly saving your work. Whats more? The app helps to improvise the visual appeal as well sound of your video. Also, it helps in augmenting your video using the colour controls. Lets have a more detailed view on the features of this application.

Hollywood-style trailers: With iMovie you get the flexibility to choose the most suitable template from 29 templates – for creating your movie trailer in Hollywood style. All the templates come enriched with high-end graphics and original scores of renowned film composers. So, whatre you waiting for? Pick the best videos and photos for constructing your video trailers and fulfil your urge to develop your own hollywood-styled trailers.
Beautiful HD movies: In the iMovie app you get 15 unique themes with various customization options, which include transitions, titles, ability to adjust motion effects (like speed up, slow down and fast-forward) and more. Thats not it! You can even build your own soundtrack using the songs from the Apples iTunes library and so on.
iMovie Theatre: Now you can show movies as well as trailers you’ve made with help of your own personal theatre. Your movies will serve as beautiful posters, which you can click to watch the clips in full-screen.
Sharing is Fun: iMovie app allows sharing your video clips with friends and family. It even let you post your clips to YouTube and Vimeo. You can even share the clips via emails.
Experienced video editors wont find any difficulty in working with the iMovie application. However, proficient iPhone App Developer for Hire can be availed, in case you find some technical issues. But even immature and neophyte video editors wont find it hard to create video clips and photos using the app in not more than 10 minutes, after doing a little practice and understanding the settings.
What has iMovie version 10.0.4 in Store for You?
As discussed earlier, iMovie version 10.0.4 is new update that has recently been released. The major purpose behind updating the existing version was to fix bug issues and bring stability improvements with the previous iMovie app version. Prior to this update, iMovie for Mac was updated to 10.0.3 version in April that introduced new sort features in the sidebar, tweaked user interface, and upgraded font options and color in new titles etc. But unfortunately, even the last version failed to fix the issues that led to force close iMovie.

With 10.0.4 version, Apples effort to eliminate bugs from the app has proved a success. Any existing iMovie app users can easily download the upgraded version of the application from the Mac App for free. However, new users will have to purchase it for $14.99.
Also Read: Swift: A New Programming Language Introduced by Apple For iOS and OS X Development
Lets Wrap Up!
If you have been craving to create simple yet stunning video clips that can make the eye-balls roll, then the latest iMovie 10.0.4 version for Mac OS X seems to be the perfect choice for you. Though, nothing much has been added to this update but its a very important one from all the previous upgrades made to the application, as it resolved the bug issues and stability problems that made the app to quit, without any prior warning. So, begin adding your pics and videos and build some really fascinating movies showing off your talent as a movie director – to your friends, family and acquaintances.
Author Bio:
Rick Brown is a veteran technical content writer associated with a reputed iPhone Application Development India firm – Mobiers Ltd. You can avail iPhone App Developer for Hire, in case you are looking forward for the same.
Website: http://www.mobiers.com
Facebook: https://www.facebook.com/Mobiers
Saturday, February 14, 2015
C Program to Print an Alphabet from A to L of s in Capital Letter

#include<iostream>
using namespace std;
int main()
{
int i,j,k=1;
char ch;
cout<<"Input an Alphabet in capital letters that you want to print:";
cin>>ch;
cout<<"
";
switch(ch)
{
case A:
cout<<" ";
for(i=1;i<=40;++i)
{
for(j=0;j<=22;++j)
{
if(i==1||i==2||i==21||i==20)
cout<<"*";
else
{
if(j==0||j==20)
cout<<"**";
else
cout<<" ";
}
}
cout<<"
";
}
break;
case B:
cout<<" ";
while(k<=2)
{
for(i=1;i<=9;++i)
{
for(j=0;j<=i;++j)
{
if(j==0||j==i)
cout<<"**";
else
cout<<" ";
}
cout<<"
";
}
for(i=1;i<=10;++i)
{
if(i==1||i==10)
cout<<"**";
else
cout<<" ";
}
cout<<"
";
for(i=1;i<=10;++i)
{
if(i==1||i==10)
cout<<"**";
else
cout<<" ";
}
cout<<"
";
for(i=9;i>=1;--i)
{
for(j=0;j<=i;++j)
{
if(j==0||j==i)
cout<<"**";
else
cout<<" ";
}
cout<<"
";
}
++k;
}
break;
caseC:
cout<<" ";
for(i=1;i<=40;++i)
{
for(j=0;j<=22;++j)
{
if(i==1||i==2||i==39||i==40)
cout<<"*";
else
{
if(j==0)
cout<<"**";
else
cout<<" ";
}
}
cout<<"
";
}
break;
caseD:
cout<<" ";
for(i=1;i<=18;++i)
{
for(j=0;j<=i;++j)
{
if(j==0||j==i)
cout<<"**";
else
cout<<" ";
}
cout<<"
";
}
while(k<=4)
{
for(i=1;i<=19;++i)
{
if(i==1||i==19)
cout<<"**";
else
cout<<" ";
}
cout<<"
";
++k;
}
for(i=18;i>=1;--i)
{
for(j=0;j<=i;++j)
{
if(j==0||j==i)
cout<<"**";
else
cout<<" ";
}
cout<<"
";
}
break;
caseE:
cout<<" ";
for(i=1;i<=39;++i)
{
for(j=1;j<=20;++j)
{
if(i==1||i==2||i==20||i==21||i==38||i==39)
cout<<"*";
else
{
if(j==1)
cout<<"**";
else
cout<<" ";
}
}
cout<<"
";
}
break;
caseF:
cout<<" ";
for(i=1;i<=40;++i)
{
for(j=1;j<=20;++j)
{
if(i==1||i==2||i==18||i==19)
cout<<"*";
else
{
if(j==1)
cout<<"**";
else
cout<<" ";
}
}
cout<<"
";
}
break;
caseG:
cout<<" ";
for(i=1;i<=25;++i)
{
for(j=1;j<=20;++j)
{
if(i==1||i==2)
cout<<"*";
else
{
if(j==1)
cout<<"**";
else
cout<<" ";
}
}
cout<<"
";
}
for(i=1;i<=10;++i)
{
for(j=1;j<=20;++j)
{
if(i==1||i==2)
{ if(j==1||j==14||j==15||j==16)
cout<<"**";
else
cout<<" ";
}
else
{
if(i==9||i==10)
cout<<"*";
else
{ if(j==1||j==18)
cout<<"**";
else
cout<<" ";
}
}
}
cout<<"
";
}
break;
caseH:
cout<<" ";
for(i=1;i<=40;++i)
{
for(j=1;j<=21;++j)
{
if(i==20||i==21)
cout<<"*";
else
{
if(j==1||j==19)
cout<<"**";
else
cout<<" ";
}
}
cout<<"
";
}
break;
caseI:
cout<<" ";
for(i=1;i<=40;++i)
{
for(j=1;j<=30;++j)
{
if(i==1||i==2||i==39||i==40)
cout<<"*";
else
{
if(j==15)
cout<<"**";
else
cout<<" ";
}
}
cout<<"
";
}
break;
caseJ:
cout<<" ";
for(i=1;i<=30;++i)
{
for(j=1;j<=28;++j)
{
if(i==1||i==2)
cout<<"*";
else
{
if(j==14)
cout<<"**";
else
cout<<" ";
}
}
cout<<"
";
}
for(i=1;i<=10;++i)
{
for(j=1;j<=15;++j)
{
if(i==10||i==9)
cout<<"*";
else
{
if(j==1||j==13)
cout<<"**";
else
cout<<" ";
}
}
cout<<"
";
}
break;
caseK:
cout<<" ";
for(i=20;i>=1;--i)
{
for(j=0;j<=i;++j)
{
if(j==0||j==i)
cout<<"**";
else
cout<<" ";
}
cout<<"
";
}
for(i=1;i<=20;++i)
{
for(j=0;j<=i;++j)
{
if(j==0||j==i)
cout<<"**";
else
cout<<" ";
}
cout<<"
";
}
break;
caseL:
cout<<" ";
for(i=1;i<=40;++i)
{
for(j=1;j<=25;++j)
{
if(i==39||i==40)
cout<<"*";
else
{
if(j==1)
cout<<"**";
else
cout<<" ";
}
}
cout<<"
";
}
break;
}
return 0;
}
Tuesday, February 10, 2015
C program to sort an Array by using Bubble sort

#include<stdio.h>
#include<conio.h>
void main()
{
int a[50],n,i,j,temp;
clrscr();
printf("Enter the size of array: ");
scanf("%d",&n);
printf("Enter the array elements: ");
for(i=0;i<n;++i)
scanf("%d",&a[i]);
for(i=1;i<n;++i)
for(j=0;j<(n-i);++j)
if(a[j]>a[j+1])
{
temp=a[j];
a[j]=a[j+1];
a[j+1]=temp;
}
printf("Array after sorting: ");
for(i=0;i<n;++i)
printf("%d ",a[i]);
getch();
}
Wednesday, February 4, 2015
How to find the Greatest common divisor of an integer array in java
In this post Im going to illustrate very simple algorithm to find the Greatest Common Divisor (GCD) of set of integers (an array) using java.
See the following implementation of the algorithm.
Here is the output for 15, 18, 42 and 108

Here is the output for 3,7 and 12

Read more »
- In this algorithm we first find the smallest integer in the int array.
- Then we get the modulus for each element in the numbers of the array by dividing smallest integer and add all those modulus together.
- After processing each element in the array we check if the total of modulus is equals to 0. If it is equal to 0 then the GCD is current smallest value if that total is not equals 0 we deduct 1 from the previous smallest value and do the same computation.
- The algorithm will continue with the same operations until total of modulus becomes 0 or until smallest integer is 2.
- If there is any GCD, algorithm will return it or otherwise it will return -1.
See the following implementation of the algorithm.
public class GCD {
public static int findGcd(int... numbers) {
//Find the smallest integer in the number list
int smallest = numbers[0];
for (int i = 1; i < numbers.length; i++) {
if (numbers[i] < smallest) {
smallest = numbers[i];
}
}
//Find the GCD
while (smallest > 1) {
int counter = 0;
int modTot = 0;
while (counter < numbers.length) {
modTot += numbers[counter] % smallest;
counter++;
}
if (modTot == 0) {
//Return the gcd if any
return smallest;
}
//System.out.print(" "+ smallest);
smallest--;
}
//return -1 if there is no gcd
return -1;
}
public static void main(String[] x) {
System.out.println("The GCD of 15 18 42 108 : "+GCD.findGcd(new int[]{15, 18, 42,108}));
}
}
Here is the output for 15, 18, 42 and 108
Here is the output for 3,7 and 12
Subscribe to:
Posts (Atom)