Friday, July 31, 2015

Hello World..!! :)

















hELLO Readers ...!!!!!! :)

Akira welcomes yu to her blog
well...to start with 
i like programin,gfx, ....n m a big music freak







In my blog i'll be sharing random thoughts..n stuff....yu may also look f'ward fo some pc/os n internet tips n a few of my GFX Creations ♥

If you ppz like what I'm posting here, let me know by commenting on my posts, leaving a message in my shoutbox, rating my blog and by subscribing ^_^ that'll really help and motivate me . :)


Thursday, October 14, 2010

10 Reasons y yu shud learn 'C' !!



Every programmer should learn C during theirprogrammingcareer. Its benefits are to numerous to ignore. Not only will it open many more job opportunities, but it will teach you more about computers as a whole. 

1) C is lower level then other programming languages (C++, Java).Programming at a lower level allows you to further your understanding of computers, as a whole.

2) Device drivers and operating systems are written exclusively in C. Now, you may never write a device driver or an operating system, but what if you are ever required to modify one?

3) What if you ever want to get a job programming microcontrollers? They are programmed in C. Are you going to limit your possible 
list of jobs because you didn't want to learn a new language?

4) C programs are smaller and faster then any other 
program created in a different language. Sometimes your program needs that speed boost that only C can give it.

5) If you have learned C, you can learn any modern programminglanguage. The reason behind this is that all modern programminglanguages are based on C (Java, C++, C#, etc).

6) Because C has been around for many years, it has a large community and collective code base. This allows you to quickly and efficiently implement new algorithms or functions that have been programmed before.

7) C is the language of the 
Open Source community. The Open Source poster child, Linux, was coded in C. If you know C, you can participate in and contribute to numerous Open Source communities like Source Forge.

8) C is the only language that teaches you what pointers really are. C# and Java skip the subject completely. It is pointers that give C its power.

9) C is still the most commonly required language for programmingjobs. It is well worth your time to get C under your belt.

10) Anything that has a microprocessor in it has support for C. From your microwave to your cell phone, C powers 
technology

Convert web page to pdf

http://pdfmyurl.com/

HOW TO CLEAN NON-USEFUL FILES IN WINDOWS

This the Basic Program that Most of the cleaners uses... I am Just familiarizing you with it...That is what is It and How It works...
As we all know for better Speed of Windows we need to clean the unwanted or Non useful files regularly...
These are the Some extensions of files which are Not useful in windows...
*.tmp、*._mp *.log 、*.gid、*.chk、*.old、 *.bak and ?Temporary Internet Files? ,etc..


How to clean Non Useful Files In Windows ??


Step 1 : Open the Notepad .


Step 2 : Paste this code in the txt file:


@echo off
echo Webhog Cleaner
echo waiting
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*. *
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q ?%userprofile%\Local Settings\Temporary Internet Files\*.*?
del /f /s /q ?%userprofile%\Local Settings\Temp\*.*?
del /f /s /q ?%userprofile%\recent\*.* ?
echo complete!
echo. & pause


Control mouse pointer with keyboard


Moving the pointer without a mouse! Ever thought that you could move your mouse pointer without your mouse? No, not really, isn’t it? But, it’s possible!

Here is how:

1.Press Left Alt + Left Shift + Num Lock Button and click OK in the dialogue box that appears.

2.In your Taskbar, a mouse-like icon will appear. Double click it and under “Mouse” tab, make sure that the “Use Mouse Keys is checked.

3.Also ensure that the Num Lock is ON (ie. the light must glow).

2.Now with the help of Numeric Keypad e.g ( Press and Hold the following Keys )

7 8 9

4 6

1 2 3

For normal click, press 5

Interesting, isn't it? You can also change settings under the Mouse tab in Accessiblity Options, by clicking on Settings

:lol:

p.s::old trick :lol:



 V737SAP8DSBU

media plyr errors!!!wat do they mean????

Windows Media Player can play just about any file you throw at it, but sometimes it spits out an arcane error code instead. If you get an error, check this list to see what's going on:
80040200 means that Windows can't find the right codec for the video clip, either due to an unfamiliar file format or to security settings preventing a codec download. You'll also get this error if you didn't restart your computer after installing the required codec.

C00D000F means that the web server where the video lives is busy; try again later.

C00D10B3 means that Windows Media Player is offline. To fix this problem, select Tools --> Options, choose the Player tab, check the "Connect to the Internet" box, and click OK.

C00D11B3 means that Windows Media Player is having trouble connecting to the Internet.

C00D11BA means that there's a problem with your sound card.

C00D11D4 means that there's a problem with your Internet proxy settings. In WMP, select Tools --> Options, choose the Network tab, and then click the Configure button. These options should match the proxy setup for your network; if you don't know what settings to use, select "Do not use a proxy server." Duplicate the settings for all the protocols in the " Streaming proxy settings" area on the Network tab.

C00D277F means there's a problem with the licensing for the file you're trying to play.

PRIVATE BROWSING TIP

Privacy features such as InPrivate browsing in Internet Explorer 8 and similar features in Chrome and Firefox promise to protect your privacy by not keeping track of page history, temporary files and cookies. This may be enough to hide your tracks from a beginner computer user but there are still traces of what sites you visit within the local DNS cache. An advanced user can run the ipconfig /displaydns command to view the most recent sites visited.
For example, when you start InPrivate browsing in Internet Explorer and visit Bing.com.
 
The DNS Cache shows where you have been.
The best way to improve the privacy of your InPrivate browsing sessions is to also clear the local DNS cache after closing the browser. Open up an administrative level command prompt and type ipconfig /flushdns and hit Enter.