Showing posts with label PC Tricks. Show all posts
Showing posts with label PC Tricks. Show all posts

Friday, 26 April 2013

Get Genuin or upgrade windows 7 (Urdu tutorial)

Blogger

ونڈوز 7 جینئوئن السلام علیکم اگر آپ کےپاس ونڈوز سیون کا کوئی ہوم ایڈیشن ہے اور آپ کو اس میں*کوئی ایسا فنکشن چاہئے جو کہ کسی بعد والے(اڈوانس) ایڈیشن میں‎
‎‏ میسر ہو تو آپ Windows 7 anytime upgrade کے ذریعے کسی وقت بھی ونڈوز کو اپگریڈ کر سکتے ہیں۔ ذیل میں*اس کا طریقہ بتایا گیا ہے۔ سب سے پہلے تو ونڈوز کا بیک اپ لے لیں۔ یا کم از کم ریسٹور پوائنٹ بنا لیں۔ اب سٹارٹ بتن پر کلک کریں۔ اور سرچ بار میں anytime لکھیں۔ آپ کے سامنے anytime upgrade کا آپشن آئے گا اسے کھول لیں۔ keyاب آپ ونڈوز کو جس ورژن پر اپگرید کرنا چاہتے ہوں اس کےمطابق لکھ دیں۔ Windows 7 Home Premium: 6RBBT-F8VPQ-QCPVQ-KHRB8-RMV82 Windows 7 Professional: 1) VTDC3-WM7HP-XMPMX-K4YQ2-WYGJ8 2) 6RQ9V-6GCG4-8WV2H-966GF-DQ4DQ 3) 32KD2-K9CTF-M3DJT-4J3WC-733WD Windows 7 Ultimate: 1) FJGCP-4DFJD-GJY49-VJBQ7-HYRR2 دبائیں۔win+puse/breakریسٹارٹ کے بعد سسٹم پراپرٹیز کھل جائیں گی۔ وہاں دیکھیں وندوز 7 جینئوئن ہو چکی ہو گی۔ورنہ چینجکی آپشن میں جا کر وہی کی دوبارا انتر کردیں۔ اگر کچھ غلط ہو جائے (جس کے چانس کم ہی ہیں) تو سسٹم ریسٹور کر دیں۔ ونڈوز7 التیمیٹچونکہ آخری ایڈیشن ہے اس میں یہ آپشن موجود نہیں

Open/Unblock Youtube In Pakistan

Blogger
I hope all of you will be fine. Today I'll share a trick for which many of us are looking for. As you know that
you tube is blocked in Paksitan so I'll s hare a simple trick with my reader s th a t how to open it. Why Youtube is blocked in Pakistan Youtube was blocked in Pakistan and in many other muslim countries because of the anti-Islamic video. In Pakistan PTA ( Pakistan Telecommunication Authority )blocked it on8thof September, 2012. Before blocking the whole youtube PTA asked Google for the removal of that videobut google didn't listened to them and replied that Google is not registered in Pakistan so their laws and regulationscan't be followed. And that's why PTA then blocked the whole of the Youtube. Why Youtube needs to be opened: Thought their decision of blocking youtube was good to some instance. But the problem is that many of us are too much reliant onYouTube and we really needYouTube opened for our work. And we are suffering now because it is blocked. Sodon't worry , I'll tell you a simple a trick with which you can easily open You Tube. How to Access YouTube Safely in Pakistan : Although, there are many tricks/tutorials with which you can O pen YouTube. At first people used web proxies to open YouTube but now they have been blocked too. So now the only method left beyond is using a software like Hotspot Shield . Many times while using web proxies your data is send tothe web but H otspot Shield free download is totally secured and you don'tneed to worry.Plus it is veryuser friendly too.
Click Here To Download Hotspot Shield

Friday, 19 April 2013

Play Sounds In C Language

Blogger 
*. Many of Us Know C programming Language
and Its A tedious Job To Play Sounds In C Language and Very Few Peoples Know How To play Sounds In C. So Guys My Today's Post Is Dedicated To all C Programming Lovers Who Are Eager to Know How To Play Sounds In C language.
So Lets Start Some Programming.
STEP 1 : *. Copy This Code.
#include

 #include
 #include float main(void) { float A,Bb,D,G,F; A = 440; G = 780; Bb = 461; D = 586; F = 687; sound(G);
 delay(500); nosound(); sound(G); delay(250); nosound(); sound(G); delay(250); nosound(); sound(G); delay(500); nosound(); sound(2*D); delay(500); nosound(); sound(2*A); delay(250); nosound(); sound(2*Bb); delay(250); nosound(); sound(2*A); delay(250); nosound(); sound(G); delay(250); nosound(); sound(F); delay(500); nosound(); sound(2*A); delay(500); nosound(); sound(G); delay(250); nosound(); sound(2*A); delay(250); nosound(); sound(G); delay(250); nosound(); sound(F); delay(250); sound(G); delay(250); sound(2*A); delay(250); sound(2*Bb); delay(500); sound(2*A); delay(500); sound(G); delay(250); sound(F); delay(250); sound(D); delay(500); nosound(); //end 1 sound(G); delay(500); nosound(); sound(G); delay(250); nosound(); sound(G); delay(250); nosound(); sound(G); delay(500); nosound(); sound(2*D); delay(500); nosound(); sound(2*A); delay(250); nosound(); sound(2*Bb); delay(250); nosound(); sound(2*A); delay(250); nosound(); sound(G); delay(250); nosound(); sound(F); delay(500); nosound(); sound(2*A); delay(500); nosound(); sound(G); delay(250); nosound(); sound(2*A); delay(250); nosound(); sound(G); delay(250); nosound(); sound(F); delay(250); sound(G); delay(250); sound(2*A); delay(250); sound(2*Bb); delay(500); sound(2*A); delay(500); sound(G); delay(250); sound(F); delay(250); sound(D); delay(500); nosound(); //end 2 sound(2*A); delay(250); nosound(); sound(G); delay(250); nosound(); sound(F); delay(250); sound(G); delay(250); sound(2*A); delay(250); sound(2*Bb); delay(500); sound(2*A); delay(500); sound(G); delay(250); sound(F); delay(250); sound(D); delay(500); nosound(); sound(2*A); delay(250); nosound(); sound(G); delay(250); nosound(); sound(F); delay(250); sound(G); delay(250); sound(2*A); delay(250); sound(2*Bb); delay(500); sound(2*A); delay(500); sound(G); delay(250); sound(F); delay(250); sound(D); delay(500); nosound(); return 0; }
STEP 2 : *. Open Notepad.
STEP 3 : *. Paste The Code On Notepad And Save It As Sounds.c In The Bin Folder Present In Turbo C. You must Have Turbo C/C++ Compiler To Have Bin Folder.
STEP 4 : *. Open The Turbo C Compiler And Open The File Named "Sounds.c" and Then Compile it By Pressing"Alt+F9" and Then Run It By"Ctrl+f9". Listen A Airtel Tune..Enjoy By Impressing Your Teacher and Friends :

Thursday, 18 April 2013

Get Radio Sure Software In English And Urdu Details

Blogger 
 Most of you guys are such alot of interest from the FM RadioSure is a neat streaming radio app  that will open up a world of new music.
 This great little tool isnow in its 2nd version, and it just keeps getting better!
 RadioSure allows you to browse through a huge variety of stations, sorting by language, country, genre and title.
You can also add new stations and toggle a variety of configuration settings that run from enabling hotkeys to recording radio.
There are various ways of listen to RadioSure - via the main interface, minimized to asmaller bar, or minimized completely to the taskbar.com The taskbar option will let you carry out the majority ofactions you need by right-clicking. Even though RadioSure has lots to recommend it, the problems Elena mentioned in version 1 still stand. Some radio connections are dropped and some won't connect at all.
 This is a common problem with streaming music apps, however, and RadioSure hasso many stations available that you won't be stuck for music to listen to. There's still no in-built payer to listen to your recordings though, and I felt that the search function wasn't as good as it could be.
 Despite a few small problems, RadioSure is still agreat option for listening to internet radio. Recent changes Saving cover art into recorded mp3 files! Export / Import favorites Option to allow only single instance Single Track recording Fade-in and Fade-out duringrecordings Open YouTube video directlyfrom Cover Art window So today my friends, is related by FM It is software to help you FM radio channels all over the world can hear on your PC with ease
 Is Work
 Name
 Radio Sure
Size
5mb
 Just install it and get your own channel and FM for Select to anjuayy I 've used it myself It is very easy to use In the IT world. I have uploaded on server.
 Download It Now
    
      آپ میں سے اکثر ایسے ہیں جن کو ایف ایم سےبہت زیادہ لگاؤ ہے نئی موسیقی کی دنیا کھل جائے گا کہ ایک صاف اسٹریمنگ ریڈیو اپلی کیشن ہے. اس عظیم کے آلے میں بہت کم اس کے 2nd ایڈیشن میں اب ہے، اور یہ صرف بہتر ہو رہی رکھتا ہے ! RadioSure آپ زبان، ملک ، سٹائل اور عنوان کی طرف سے چھانٹ رہا ہے ، سٹیشنوں کی ایک بہت بڑا مختلف قسم کے ذریعے براؤز کرنے کے لئے اجازت دیتا ہے. آپ کو بھی نئے اسٹیشنوں شامل کریں اور ریکارڈنگ ریڈیو hotkeys کو چالو کرنے کے کی طرف سے چلانے کے کہ ترتیب کی ترتیبات کی ایک قسم تبدیل کر سکتے ہیں . RadioSure سننے کے مختلف طریقے ہیں - اہم انٹرفیس کےذریعے ، ایک چھوٹی بار میں کم سے کم ، یا ٹاسک بار مکملطور پر کم سے کم . ٹاسک بار کے اختیارات آپ کو دائیں کلک کر کے ضرورت کے اعمال کی اکثریت انجام دیں گے. RadioSure یہ سفارش کرنے کے لئے بہت ہے ، اگرچہ مسائل الینا اب بھی کھڑے ورژن 1 میں ذکر کیا . بعض ریڈیو کنکشن گرا رہے ہیں اور کچھ بالکل رابطہ قائم نہیں کریں گے. یہ تاہم، محرومی موسیقی اطلاقات کے ساتھ ایک عام مسئلہ ہے ، اور RadioSure آپ کو سننےکے لئے موسیقی کے لئے پھنس ریکارڈ نہیں رکھا جائے کہ دستیاب بہت سے اسٹیشن ہیں . وہاں اگرچہ آپ کی ریکارڈنگ سننے کے لئے نہیں میں بلٹ دہندہ اب بھی ہے، اور میں تلاش تقریب ہو سکتا ہے کے طور پر کے طور پر اچھا نہیںتھا کہ لگا. چند چھوٹے مسائل کے باوجود، RadioSure اب بھی انٹرنیٹریڈیو کو سننے کے لئے ایک عظیم اختیار ہے. حالیہ تبدیلیاں ریکارڈیڈ MP3 فائلوں میں احاطہ آرٹ کی بچت ! ایکسپورٹ / درآمد پسندیدہ صرف ایک مثال کے طور پر کرنے کی اجازت دینے کا اختیار سنگل ٹریک ریکارڈنگ ریکارڈنگ کے دوران میں دھند