14 Aug, 2010

E63 or e71 which is faster

Articles related to e63 or e71 which is faster

How to easily unlock and root the Samsung Google Nexus S on Windows

http://digitalpbk.com/nexus-s/how-to-root-nexus-s-windows How to easily unlock and root the Samsung Google Nexus S on Windows and parts of the operating systems are not available with these users. Rooting procedure creates a SuperUser which can be used to access privileged parts of the operating system. Many applications such as ScreenShot app requires you to have root privileges. You can also install custom software like MiUI and latest builds of android if you have a unlocked rooted phone. There are 2 steps in rooting: Unlock the bootloader. This would reset the phone and is similar to factory reset. And the rooting itself ...
Published 6 months, 1 week ago

How to make a Windows Gadget in Windows 7

http://digitalpbk.com/windows-gadgets/how-make-windows-gadget-windows-7 How to make a Windows Gadget in Windows 7 How to make a Windows Gadget in Windows 7 This is an introduction to developing windows gadgets on the Microsoft Windows 7 Operating System. A windows gadget is a small piece of UI that floats around on your desktop. This is the version 2 of the Windows Sidebar which appeared in Windows Vista operating system. All gadgets are simply a collection or group of HTML/JS(JScript)/CSS files and a bunch of assets described by a gadget.xml placed in a .gadget Folder. This tutorial assumes you know ...
Published 1 year, 6 months ago

jwgkvsq.vmx - Conficker virus manual removal

http://digitalpbk.blogspot.com/2009/04/jwgkvsqvmx-conficker-virus-manual.html jwgkvsq.vmxThe file is a DLL file, which is executed by the obfuscated autorun.inf.The DLL file is loaded with RunDLL[AUTorUNicon=%syStEmrOot%\sySTEM32\sHELL32.Dll,4shelLExECUte=RuNdLl32.EXE.\RECYCLER\S-5-3-42-2819952290-8240758988-879315005-3665\jwgkvsq.vmx,ahaezedrnuseAuTopLAY=1The presence of conficker can be detected by looking at the ICON of the USB Pen drive. If it is a folder icon, then its almost sure that the drive is infected with "conficker".Manual Detection and Removal ...
Published 3 years, 1 month ago

Making Google talk Chat Themes

http://digitalpbk.blogspot.com/2007/06/google-talk-chat-themes.html you chat to someone, their first reply will use the format specified in this file.Incoming \ Content.html : When you chat to someone, their subsequent replies will use the format specified in this file.Outgoing \ Content.html : When you chat to someone, your first message will use the format specified in this file.Outgoing \ Content.html : When you chat to someone, your subsequent messages will use the format specified in this file.main.css : This is the main CSS sheet in which you specify ...
Published 4 years, 11 months ago

ANSI Escape Sequences

http://digitalpbk.blogspot.com/2007/05/ansi-escape-sequences.html or ESC["string"p code defines which code is to be or ESC[#;"string";#; changed. The remaining codes define #;"string";#p what it is to be changed to. E.g. Reassign the Q and q keys to the A and a keys (and vice versa). ESC [65;81p A becomes Q ESC [97;113p a becomes q ESC [81;65p Q becomes A ESC [113;97p q becomes a E.g. Reassign the F10 key ...
Published 5 years ago

Changing the default Boot OS in GRUB on Ubuntu 9.10

http://digitalpbk.com/ubuntu-grub/changing-default-boot-os-grub-ubuntu-910 Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX="" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' #GRUB_GFXMODE=640x480 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux #GRUB ...
Published 2 years, 6 months ago

UNIX Networking : Sockets TCP Transmitter and Reciever

http://digitalpbk.blogspot.com/2007/11/unix-networking-sockets-tcp-transmitter.html UNIX Networking : Sockets TCP Transmitter and Reciever IntroNetworking in UNIX or Linux is done with sockets. The following are 2 programs I made up. 1. Sends messages in TCP, Client2. Listens and Recieves messages from TCP, ServerTCP or Transmission Control Protocol is a 2way connection which is more like a stream or a pipe. Both the ends must be connected.The TransmitterReads messages from input and sends it to localhost:34000.To Setup a transmitter following must be done:1. Setup a port ...
Published 4 years, 6 months ago

XPM File format

http://digitalpbk.blogspot.com/2007/10/xpm-file-format.html XPM File format IntroXPM or XPixMap is a bitmap format in unix based systems. It is a relatively easy format to understand, XPM files have a format similar to a C source code of a string array./* XPM */static char * var name[] = {"","","" //etc....};The first line is XPM in standard C comments. Second is an array declaration with a valid token as variable name.The array index 0 [0] : contains the following %d %d %d %d [%d %d] [%d]which are : Width ...
Published 4 years, 7 months ago

Making any Window Transparent on XP

http://digitalpbk.blogspot.com/2007/01/making-any-window-transparent-on-xp.html Making any Window Transparent on XP IntroThis little piece of code written in VB6 allows you to make any window transparent. Make Firefox, Opera, Internet Explorer, Windows Media Player, Google Talk, Yahoo Messenger, Windows Explorer, basically any window, transparent on Windows XP.*Transparent OperaDownload+Zipped binary for Windows XP from here Transp.ZIP [5 KB]+Source code from planet-source-codeUsageRun the ProgramPlace the mouse over the title bar of the window which you want to make ...
Published 5 years, 4 months ago

C Code to convert JPEG to BMP in LINUX using libjpeg

http://digitalpbk.blogspot.com/2009/01/code-libjpeg-converting-jpeg-to-bmp.html ; int i = 0; if ( !infile ) { printf("Error opening jpeg file %s\n!", filename ); return -1; } /* here we set up the standard libjpeg error handler */ cinfo.err = jpeg_std_error( &jerr; ); /* setup decompression process and source, then read JPEG header */ jpeg_create_decompress( &cinfo; ); /* this makes the library read from infile */ jpeg_stdio_src( &cinfo;, infile ); /* reading the image header which contains image information */ jpeg_read_header( &cinfo;, TRUE ...
Published 3 years, 4 months ago

Related help topics for e63 or e71 which is faster More keywords like e63 or e71 which is faster
More pages for e63 or e71 which is faster


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