03 Jan, 2011

Tv out nvidia 7 pin 4 pin

Articles related to tv out nvidia 7 pin 4 pin

Free Light weight Social media sharing javascript for Facebook, Twitter, Stumble Upon, Digg and Reddit

http://digitalpbk.com/javascript/free-light-small-social-media-sharing-javascript-facebook-twitter-stumble-upon-digg-and-r )); b||(b=encodeURIComponent(document.title));a=a.replace("##URL##",c);a=a.replace("##TITLE##",b);window.open(a,"sharewindow"+a.substr(6,15),"width=640,height=480")}}; Copy paste the above code to any of your javascript files or add a new file or include it in your html source. ( //The above code here. ) Use onclick events of Buttons or Images to fire the functions. :) For more check out the buttons below ... Javascript Software ...
Published 2 years, 1 month ago

8086 Assembly Language Program to find the factorial upto 255!

http://digitalpbk.blogspot.com/2008/11/masm-assembly-factorial-program-big.html ,offset msg mov ah,09h int 21h pop dx pop axendmassume cs:code,ds:datacode segmentstart: mov ax,data mov ds,ax lea si,b1 mov BYTE PTR [si],01h puts msg geti mov dl,alloo: push dx bignum_mul b1 pop dx dec dl jnz loo puts fac bignum_put b1 mov ah,4ch int 21hcode endsend startThe Simple Factorial code upto 8!geti macro local exit,get xor bx,bx mov dx,bx mov cx,00ahget: push bx ;Read character mov ah,01h int 21h xor ah,ah pop bx ;If enter stop cmp al,0dh jz exit sub al,30h ;Multply By 10 push ax mov ax ...
Published 3 years, 6 months ago

An Introduction to PHP

http://digitalpbk.blogspot.com/2007/04/introduction-to-php-part1.html that follows it until the ;. date is a function that returns the formatted date and time according to the argument passed to it.The code segment is broken up into statements. Each statement ends with a ; as in C / C++. Variables in PHPAll variables in PHP start with $. eg: $variable = 10;Unlike C/C++ no data type needs to be mentioned in PHP. $variable = 10;$var2 = "arun";$var3 = array("asd","gfh");$var4 = false;To read more about the language, built-in functions and syntax ...
Published 5 years, 1 month ago

Drag 'n Drop Files from explorer to VB

http://digitalpbk.blogspot.com/2006/12/drag-n-drop-files-from-explorer-to-vb.html is the module code:DragDrop.basPrivate Const WM_DROPFILES = &H233;'&H233; is the windows message id for the drop files message.'It is the value of the uMsg parameter in the window procedure call.Private Const GWL_WNDPROC = (-4)'The index parameter to the SetWindowLong function 'that specifies to change a windows message handler procedure.Private Declare Sub DragAcceptFiles Lib "shell32.dll" _(ByVal hwnd As Long, ByVal fAccept As Long)'DragAcceptFiles enables or disables ...
Published 5 years, 5 months ago

yum/apt-get update Breaks Perl CPAN

http://digitalpbk.blogspot.com/2009/07/perl-update-code-500-architecture.html .pm line 2250.This is due to the architecture check and differences that PERL encounters on Errno.pm module.FixThis can be called a fix or rather a tweak by commenting out these lines (Add #'s to the beginning) on /usr/lib/perl5/site_perl/5.8.8/Errno.pm "$Config{'archname'}-$Config{'osvers'}" eq"i386-linux-thread-multi-2.6.18-53.1.14.el5pae" or die "Errno architecture (i386-linux-thread-multi-2.6.18-53.1.14.el5pae) does not match executable ...
Published 2 years, 10 months ago

How to make more fans on orkut?

http://digitalpbk.blogspot.com/2006/11/how-to-make-more-fans-on-orkut.html "http://www.orkut.com/setKarma?cat=0&val;=1&gid;=FR[your id here]/[friends id here]". After visiting check out your friends list to see that you have become the fan of your friend. To get your and your friends ID view the source of the friends page scroll a little down and you can see a list of FRUSXXXXXXXX/USXXXXXXXXX. First one stands for the first friend shown on that page. You can verify that the FRUSXXXXXXXXXX is same. It is your id.How do i get more fans?Now to get you more fans, or to make your friend fan of you just interchange ...
Published 5 years, 6 months ago

Tips to Improve your android battery life

http://digitalpbk.com/android/tips-to-save-android-battery-life Tips to Improve your android battery life Tips to Improve your android battery life Tips to extend your android phone battery life Android phones are infamous for eating out the battery soon. My Nexus S battery lasts about 30 - 36 hours after tweaking my phone. It is obvious and a fact that the battery usage is proportional to the number of applications and services you are running. The battery life of android phones can be extended by these tips: Tips to improve battery life Turn off unnecessary Wireless : The number of wireless ...
Published 5 months, 3 weeks ago

Perl Script to Login to Orkut

http://digitalpbk.blogspot.com/2007/05/perl-script-to-login-to-orkut.html { printf("\e[2m%-60.59s","Logging Out ..."); $mech->follow_link(text => "Logout"); last if($mech->success()); printf("%10s",$prc[1]); print "\e[2;37m Retry (",$i,")".$prc[0] if($i); } return if($i print $prc[2];}For windows: use WWW::Mechanize;use HTTP::Cookies;use HTTP::Request::Common;$cj=HTTP::Cookies->new(file => "cookie.jar",autosave=>1,ignore_discard=>1);$mech = WWW::Mechanize->new(cookie_jar => $cj ...
Published 5 years 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 _image+(x+line*width)*bytes_per_pixel+2); *(linebuf+x*bytes_per_pixel+1) = *(raw_image+(x+line*width)*bytes_per_pixel+1); *(linebuf+x*bytes_per_pixel+2) = *(raw_image+(x+line*width)*bytes_per_pixel+0); } /* remember that the order is BGR and if width is not a multiple of 4 then the last few bytes may be unused */ fwrite(linebuf, 1, bytesPerLine, bmpfile); } free(linebuf); fclose(bmpfile);}/** * read_jpeg_file Reads from a jpeg file on disk specified by filename and saves into the * raw_image buffer ...
Published 3 years, 4 months ago

Related help topics for tv out nvidia 7 pin 4 pin More keywords like tv out nvidia 7 pin 4 pin
More pages for tv out nvidia 7 pin 4 pin


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Transport Ships Bringing Raw materials to Havelock Transport Ships Bringing Raw materials to Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk