Tuesday, 5 February 2019

Download Adobe Illustrator Full Version FREE for Mobile Device - Illustrator CS6 (Draw)



Download Adobe Illustrator Full Version FREE for Mobile Device (Android - iOS): Are you looking for Adobe Illustrator CS6 like an application to use from your mobile for free?

Then you are in the right place. Today I am going to share with you about 'how you can download Adobe Illustrator like application in your mobile device for free of cost'.


Best app for mobile like Adobe Illustrator



Sunday, 3 February 2019

500GB of various coding languages tutorial video collection.

500GB of various coding languages tutorial video collection.

AndroMacMaster

Hello viewers.
In this Article I will give you link of various coding languages tutorials videos link which is of 500GB in size and fully free to use for anyone.

Those languages includes :
500GB of various coding languages tutorial video collection.

Those languages includes :
– C
– C++
– Citrix
– Go
– Java Android
– Javascript
– Linux
– Php
– Python
– Ruby

And general Stuff

To download those tutorials click download button below.



How to Download Netflix on Mac and Windows | Netflix Download Mac & Windows


Netflix Download For Mac and Windows (Best and Easiest Method): Are you looking for Netflix to download on mac or windows? Then you are in the right place. Know how to download Netflix on Mac and Windows for FREE.


Download Netflix on Mac and Windows | Netflix Download Mac & Windows





Netflix Download For Mac and Windows

To use Netflix in your Mac or Windows PC, you need to install an

Free 31 Udemy paid courses.

Free 31 Udemy paid courses.

AndroMacMaster

Hello viewers.

Today I will give you 31 paid Udemy courses direct download link for free.

What is Udemy ?
Udemy is a online learning site on which professionals upload their content including all learning courses in all type field.
But those courses are paid hence some of people's can't download those courses. So, some of their courses links are here which are totally free for everyone.
And if you want more courses you can comment below or you can go to Udemy's site by click here.

Those 31 Courses are including :

1.   1-hour-html.rar

2.   1-hour-javascript.rar

3.   3dmotive-model-an ... ya-and-zbrush.rar

4.   [udemy.com] App d ... nt with Swift.rar

5.   adobe-audition-cc- ... sics-to-expert.rar

6.   adobe-illustrator-cc-tutorial.rar

7.   adobe-indesign-cs ... e-masterclass.rar

8.   adobe-lightroom-5-learn-by-video.rar

9.   advanced-sql-tutorial.rar

10. after-effects-3d-a ... otion-graphics.rar

11. after-effects-esencial.rar

12. aws-certified-developer-associate.rar

13. c-programming-for ... -zero-to-hero.rar

14. complete-java-basic ... start-to-finish.rar

15. complete-php-course.rar

16. css-course-css.rar

17. essential-javascript-for-beginners.rar

18. ethical-hacking-f ... hendra-sharma.rar

19. ieltscourse.rar

20. learn-ms-sql-server-from-scratch.rar

21. learn-nosql-datab ... -with-couchdb.rar

22. learn-photoshop-cs6.rar

23. learn-ruby-program ... ten-easy-steps.rar

24. learn-sap.rar

25. learn-software-testing-from-scratch.rar

26. learnfrench.rar

27. learning-dreamweaver-cs6.rar

28. mastering-python.rar

29. photoshop-cs6-for-beginners.rar

30. sql-mysql-databases.rar

31. toefl-ibt-online-preparation-course.rar

Download all courses by clicking button below.
AndroMacMaster

Saturday, 2 February 2019

pubg lite | lower end devices | 400MB

Pubg mobile Lite:





PUBG LITE(PlayerUnknown's Battlegrounds lite) is 2017 online multiplayer game published by pubg corporation, the game Download pubg lite apk+obb within 400 MB for lower-end devices.


Tested devices:

Galaxy Note2
Xolo Era
Galaxy S duos

Redmi 2 prime

How to install:

1. First, download the apk+obb from the below link.





2.  Install the APK





3.  you will see one zip file, extract it and paste it to android obb that's it, your game is ready to play.

Download Data

Download APK


stack program in c++ | stack meaning | program | output


stack Program in c++,


stack is  a data structure, basically stack is a linear data structure represented in real physical stack or pile.

In stack data structure insertion and deletion of the element is done only one end called as top.  The basic implementation of the stack is LIFO(Last in First Out), which means the element which are entered first is popped in the last.











Stack Program using class:





#include<iostream>
using namespace std;
#define size 5
class stack
{
int stack[size];
int tos;

public:
void temp();
void push();
int pop();
void display();
};
void stack::temp()
{
tos=0;
}
void stack::push()
{
int i;
if(tos==size)
{
cout<<"stack overflow\n";
return;
}

cout<<"enter element\n";
cin>>i;
stack[tos]=i;
tos++;
}
int stack::pop()
{
if(tos==0)
{
cout<<"stack underflow\n";
return 1;
}

tos--;
cout<<"popped element is"<<stack[tos]<<"\t";
return 0;
}
void stack::display()
{
if(tos==0)
{
cout<<"stack empty\n";
return;
}
for(int i=0;i<tos;i++)
{
cout<<stack[i]<<"\t";
}
}
int main()
{
int ch,i;
stack s;
s.temp();
while(1)
{
cout<<"\n 1.push \n 2.pop \n 3.display \n 4. exit\n";
cout<<"enter the element\n";
cin>>ch;
switch(ch)
{
case 1: s.push();
break;
case 2: s.pop();
break;
case 3: s.display();
break;
case 4: exit(0);
default:
return 0;
}
}
}









Direct Download CPP Executable file

                                                                              Download

Friday, 1 February 2019

Autotune your voice on Android.

Autotune your voice on Android.

AndroMacMaster

  • What is Autotuning or Autotune ?

Autotuning is a vocals editing process which is mainly used to give a proper flavour to song or also used to get vocals on perfect scale or note and pitch.
Autotuning is used by many of singers in bollywood industry including Guru Randhawa, Honey Singh, Arijit Singh, Atif Aslam and many more.
Those singers are used Autotune to get proper flavour to song.
Like Arijit Singh's song Suraj Dooba hai yaaron, Guru Randhawa's Lahore dia, High Rated Gabru etc.

Today I show you how can you also do Autotune on Android and get those majical tunes in your voice.


First of all you need to download this app called voloco.
Download by click button below it will redirect you on playstore.
AndroMacMaster

Open Voloco app


Then select your suitable condition you can select your track then select you want to record only audio or video and click on start singing button.


AndroMacMaster



Then you can select scale of your song .
Also you can select pitch, tempo of your Autotune.

AndroMacMaster

AndroMacMaster

After selecting pitch and scale and tempo now we go to effects where you can select effect you want I recommend Hard Tune effect for you for best results.

AndroMacMaster

Now go to MixFx where you can set compressor, Equalizer and reverb.
If you don't want that effects you can simply select bypass option.

AndroMacMaster

AndroMacMaster

AndroMacMaster

 Everything is done. Now just start sing by starting recording button. After recording song you can hear it and save it to your Android device and also share to others.

AndroMacMaster

AndroMacMaster

My Auto Tuned voice play it


Congratulations you've successfully put autotuning on your Android.
Now your turn to Share this post and website to others.
I see you in the next one.
Bye.