23 Aug, 2010

Intel processor dual core or core 2 duo

Articles related to intel processor dual core or core 2 duo

Introduction to Windows - Programming for Windows

http://digitalpbk.blogspot.com/2007/09/windows-and-c-programming.html . A Window can have many child windows, parent window, and many other windows on the same level.Getting Started to Windows Programming in C(++)?A minimal Windows program must have atleast 2 functionsWinMain()WindowFunc()the WinMain() FunctionThe WinMain() function is the entry point to your program, i.e, the execution of your program starts with WinMain().int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpszArgs,int WinMode)The WinMain function must Define a window class ...
Published 4 years, 8 months ago

Making Google talk Chat Themes

http://digitalpbk.blogspot.com/2007/06/google-talk-chat-themes.html ; margin:4px; }BODY a {text-decoration:none}BODY a:link { color: #ccf; }BODY a:hover { color: #ccf; text-decoration:underline;}BODY a:active { color: #cfc; }BODY a:visited { color: #ccf; }DIV.send1st{background:url('bg.jpg');color:#fff;}DIV.recv1st{background:url('bg2.jpg');color:#fff;}send1st is the sending message format. Just an image simple.Same for recv1st.Enjoy making your skins and do let me know of yoursFeel free to comment.... ...
Published 4 years, 11 months ago

WORM_RONTOKBRO.Y versus me

http://digitalpbk.blogspot.com/2007/01/wormrontokbroy-versus-me.html by the virus, it restarted the computer ! But I got the exe name "eksplorasi.exe".Battle 2: RegeditIn an effort to save my system, after rebooting tried to run the "regedit" registry editor where most viruses register in the HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Runto start when the computer starts. But I failed in the battle again. It has disabled the registery editor. Battle 3:Safe modeIn the next battle, I rebooted the computer in safe mode (F8 before booting ...
Published 5 years, 4 months ago

Special characters for orkut

http://digitalpbk.blogspot.com/2006/12/special-characters-for-orkut.html text in fancy just press Copy, and then paste wherever you want. Those having info about other OS please leave a comment ...Method 2You can enter special characters by :Hold Down ALTType a number on the numeric keypad (1-255)Release ALTNow you will see a character appearing, enter different codes for different characters.This was for windows, know about other OS? lemme know ...Method 3Just browse through profiles and you will find many characters, copy and paste. ;)Here are some characters for you ...
Published 5 years, 4 months ago

Automate Rsync without Password using Rsync Daemon

http://digitalpbk.com/linux/automate-rsync-passwordless-daemon-rsyncd-conf-cron the username and passwords IP_Addresses : List of IP Addresses that can connect to the rsync daemon to sync. The User_Password_file is a file which is only readable by the rsync daemon. The contents of the file have the template User:Password An example implementation of the rsyncd.conf and password file is as shown below. [images] path = /var/www/images/ comment = Images copy auth users = user123 secrets file = /etc/rsyncd.secret hosts allow = 192.168.1.2 192 ...
Published 2 years, 3 months ago

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

Dataone Account Usage Checker in PERL

http://digitalpbk.blogspot.com/2008/06/free-dataone-account-usage-checker-perl.html unless($mech->success());$cnt = $mech->response->as_string;$mech->form_number(1);$mech->submit();print "POST Form\n" if($verbose);$cnt = $mech->response->content;$cnt = $1 if($cnt =~ m:]*>(.*?):sig);$cnt =~ s/]+>//sig;$cnt =~ s/ / /sig;$cnt =~ s/([\n\r\t ]){2,}/;/sig;$cnt = $1 if($cnt =~ m/(Total Send Volume([^;]+;){10})/);@sl = split /;/,$cnt;$sl[4] = "Excluding Night";for($i=0;$i{ printf("%25s ...
Published 3 years, 10 months ago

Protect yourselves from phishing

http://digitalpbk.blogspot.com/2007/01/get-smart-against-phishing.html you.Latest browsers like Firefox 2, Opera 9 and IE 7 also report about phishing when you are about to visit a phishing site. So upgrade your browser today.A new technique that may not be yet known is the use of mirroring character to reverse the link, so that it appears legitimate.But in this technique to the original link appears in the status bar or copy the link location and pasting shows you the original target url.For webmasters and server administratorsMost spams and phishing scams originate ...
Published 5 years, 4 months ago

Introduction to XSS Part 1

http://digitalpbk.blogspot.com/2006/12/introduction-to-xss-part-1.html 2 : Javascript injectionThe next thing you try to do is put javascript into those areas which appear on the site. For example alert("hi");Most probably it wouldn't have work, because either you tried it on some well known site or you have to enter a little more code. Take the following example:The following page has an XSS hole http://www.propmart.com/search/pm_IdSearch.asp?txtPropertyId=somesearchitemBut if you put ...
Published 5 years, 5 months ago

Related help topics for intel processor dual core or core 2 duo More keywords like intel processor dual core or core 2 duo
More pages for intel processor dual core or core 2 duo


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Beach is this way Beach is this way in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk