Sunday, 18 September 2011

D:\>DIR /B /O:N > list.txt
D:\>DIR /B /O:N /S > list.txt

Monday, 5 September 2011

declare a varchar2(10); b varchar2(10); begin for i in 65..90 loop for j in 65..90 loop if(i=65) then dbms_output.put_line(chr(j)); end if; if(i=66) then dbms_output.put_line(chr(i)||chr(j)); end if; if(i=67) then dbms_output.put_line(chr(i)||chr(j)||chr(j+1)); end if; end loop; end loop; end; /

declare
a varchar2(10);
b varchar2(10);
begin
for i in 65..90
loop
for j in 65..90
loop
if(i=65) then
dbms_output.put_line(chr(j));
end if;
if(i=66) then
dbms_output.put_line(chr(i)||chr(j));
end if;
if(i=67) then
dbms_output.put_line(chr(i)||chr(j)||chr(j+1));
end if;
end loop;
end loop;
end;
/

Thursday, 1 September 2011











Rotated horizontal text


writing-mode is tb


x x x x xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Thursday, 25 August 2011

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3GXokzAgwUyXpAk9Lbd_tZRGoIYL1stbVyxjmP3w3ZDngBERlmIDIuX5N7psKYmTC_hbEu8czWcjSAejaNSikN2AmKM3C2OjMtEkW7gBUN4KRij4RmIyCWHbqIHyeAysZoOmP3YwzdVAx/s1600-h/msdos+Copy+FileNames+in+a+directory+into+a+text+file.PNG

Friday, 19 August 2011



<iframe width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.in/maps?hl=en&amp;ie=UTF8&amp;ll=21.125498,81.914063&amp;spn=38.704917,56.25&amp;z=4&amp;output=embed"></iframe><br /><small><a href="http://maps.google.co.in/maps?hl=en&amp;ie=UTF8&amp;ll=21.125498,81.914063&amp;spn=38.704917,56.25&amp;z=4&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>

Thursday, 18 August 2011

Wednesday, 17 August 2011

a

http://www.html-to-pdf.net/free-online-pdf-converter.aspx

Monday, 15 August 2011

ms-access

ms-acces link: http://databases.about.com/od/tutorials/tp/accessbooks.htm