13 Aug, 2010

How to click a drag text using windows 7 on a notebook

Articles related to how to click a drag text using windows 7 on a notebook

How to Download Google App Engine Code

http://digitalpbk.com/google-app-engine/how-to-download-app-engine-code How to Download Google App Engine Code environments. Those in Windows should download and install Python. Downloading the Source Code via the App Engine SDK Open up a terminal at the SDK installation location, I am using C:\Program Files (x86)\Google\google_appengine Run python appcfg.py download_app -A App_name -V [Optional Version Number] <Target Folder> You will be asked to authenticate to download the app If you are authenticated by Google as the owner of the App-engine application, the application files would be downloaded ...
Published 6 months, 3 weeks ago

Dell Inspiron Laptop 14R Windows Experience Index

http://digitalpbk.com/hardware/dell-inspiron-laptop-14r-windows-experience-index .9 Windows 7 Home Premium Dell Inspiron 14R has an experience index of 5.5 Laptop Dell Inspiron Hardware ...
Published 1 year, 5 months ago

Free Online 8085 Assembler and Simulator

http://digitalpbk.blogspot.com/2008/08/online-8085-assembler-and-simulator.html Free Online 8085 Assembler and Simulator Free Online 8085 Assembler and SimulatorI just made this long back, just put it online for anyone that might be interested in using it.Quick StartEnter the code as shown in the sample in the code view,Click Compile and Simulate.Click HexView to see the hex code of the programClick SimView and Click Step or Exec to simulate the program.There is a built in special function call for keyboard reads : CALL KBINPUTDisplays a prompt for directly entering ...
Published 3 years, 9 months ago

Google Chrome for Linux finally available

http://digitalpbk.blogspot.com/2009/12/google-chrome-for-linux-finally.html Google Chrome for Linux finally available Click Here ...
Published 2 years, 5 months ago

Find the number of zero's in 'Factorial of a number' N factorial

http://digitalpbk.com/interview-questions/find-number-zeros-factorial-number-n-factorial Find the number of zero's in 'Factorial of a number' N factorial None For n as the number, round(n/5) + round(n/25) + round(n/125)+.......+round(n/5^n) etc till the reminder is 0. Explain how? A zero is formed when a 5 and 2 get multiplied, therefore finding the number of 5's would be enough to find the number of 10's since 5's would be less in number than 2. Lets take an example 30! = 1 x 2 .. x 5 x... x 10 .. x 15 ..x. 25 ... 30 It has 7 fives. Number of 5's ...
Published 1 year, 9 months ago

10 cricket balls one is heavier or lighter. Find the ball in 3 weighing chances.

http://digitalpbk.com/interview-questions/10-cricket-balls-one-heavier-or-lighter-find-ball-3-weighing-chances 10 cricket balls one is heavier or lighter. Find the ball in 3 weighing chances. None Lets name the balls 0 1 2 3 4 5 6 7 8 9 for convinience. Step 1 : Take 3 balls from this set lets take 0 1 2 and weigh it against 3 4 5. Weighing 1. Step 1.1 : Now suppose both of them are of different weight. It means 6 7 8 9 are all of identical weight and can be used as a reference. Step 1.1.1 : Take the lighter of the set, lets suppose it is 0 1 2 Step 1.1.2 : Weigh 0 1 2 against 6 7 8 (Reference ...
Published 1 year, 6 months ago

Changing the default Boot OS in GRUB on Ubuntu 9.10

http://digitalpbk.com/ubuntu-grub/changing-default-boot-os-grub-ubuntu-910 not edit this file as it is generated from files from /etc/grub.d/* and /etc/default/grub Instructions on how to change the default operating system First be root sudo su Edit the file /etc/default/grub The contents of the file would be like as shown below : # If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. GRUB_DEFAULT=3 #GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo ...
Published 2 years, 6 months ago

Extracting embedded Album art in mp3

http://digitalpbk.blogspot.com/2007/01/extracting-embedded-album-art-in-mp3.html Extracting embedded Album art in mp3 AboutThis command line tool extracts embedded album art pictures from mp3's. It extracts only album art that is within the mp3 file. External album arts need not be extracted as they are plain files and can be seen in respective folders, by unchecking the "Hide protected operating system files" in view Tab in Folder Options in Windows XP.(Tools > Folder Options > View Tab)DownloadDownload as zip (38.3 KB)(I Assert that it is not a virus ...
Published 5 years, 4 months ago

Repair Windows with Linux

http://digitalpbk.blogspot.com/2008/03/repair-windows-linux-invalid-sytem32.html againBoot into linuxand do the following as rootMount the drive windows is installed on to say "/mnt/c"# cd /mnt/c/windows/system32# cp -r config /home/some/directory# cp ../Repair/system config/systemNOTE: Copy other files such as software from Repair to config only if they are shown as corrupt.Reboot the systemNow it should boot into windows and show your desktop.Now use system restore to get back to your initial state.Any doubts ? ...
Published 4 years, 1 month ago

Making symbolic links on Windows xp using junction from sysinternals

http://digitalpbk.com/2009/12/making-symbolic-links-windows-xp-using-junction-sysinternals Making symbolic links on Windows xp using junction from sysinternals Symlinks is a utility that allows two paths to point to the same set of files and subfolders. This is a handy utility on linux which lets you point one path on linux to another path. To do achieve the same functionality on Windows XP, software called junction can be used. provided by SysInternals. Here is the help from the junction.exe D:\>junction /? Junction v1.05 - Windows junction creator and reparse point viewer ...
Published 2 years, 5 months ago

Related help topics for how to click a drag text using windows 7 on a notebook More keywords like how to click a drag text using windows 7 on a notebook
More pages for how to click a drag text using windows 7 on a notebook


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
A Mirrored sky A Mirrored sky in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk