D:\>DIR /B /O:N > list.txt
D:\>DIR /B /O:N /S > list.txt
Sunday, 18 September 2011
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;
/
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
Thursday, 25 August 2011
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&ie=UTF8&ll=21.125498,81.914063&spn=38.704917,56.25&z=4&output=embed"></iframe><br /><small><a href="http://maps.google.co.in/maps?hl=en&ie=UTF8&ll=21.125498,81.914063&spn=38.704917,56.25&z=4&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
Wednesday, 17 August 2011
Monday, 15 August 2011
Subscribe to:
Posts (Atom)

