« Enero 2007 | Main | Marzo 2007 »

Febrero 2007 Archives

Febrero 7, 2007

BookmarkLet: Mostrar todas las imagenes de un directory listing

Desde: http://www.bigbold.com/snippets/posts/show/364

javascript:function showallimagesindirectory(){var s='test';var dc='<b>Images in: '+location.href+'</b><table border=1>\'font:x-small verdana\'>';for(var i=0;i<document.links.length;i++){s=document.links[i].href;if(s.toUpperCase().lastIndexOf('.JPG')!=-1 || s.toUpperCase().lastIndexOf('.JPEG')!=-1 || s.toUpperCase().lastIndexOf('.GIF')!=-1 || s.toUpperCase().lastIndexOf('.PNG')!=-1){dc+='<tr>';dc+='<td><img src='+s+'>&nbsp;</td>';dc+='</tr>';}}dc+='</table>';var iw=window.open('','iw','');iw.document.open();iw.document.write(dc); iw.document.close();}showallimagesindirectory();

Por cierto, Alt-D selecciona toda la url que haya en la barra de dirección :-)

Febrero 13, 2007

FileDisk (montar imagenes raw en windows)

http://www.acc.umu.se/~bosse/filedisk-14.zip

FileDisk is a virtual disk driver for Windows NT/2000/XP that uses one or more files to emulate physical disks. A console application is included that let you dynamically mount and unmount
files. An example of use for this driver is if you have made plans spending the weekend writing
an RAID driver for NT but find you are short of disks. FileDisk can also use CD-images.

Latest news: Works on Windows XP, FileDisk images can be stored on network drives, support for CD-images, support for UNC paths, support for sparse files.

FileDisk can use sparse files as disk images. A sparse file is a file were suficiently large
blocks of zeros isn't allocated disk space. You can create sparse files with the tool
mksparse.zip. To see how much disk space a file actually uses right click on the file and
choose properties. If you for example creates a sparse file of 4GB, mounts it in FileDisk and
formats it to NTFS, it will only take up 24MB on disk but looks like a normal disk of 4GB.

About Febrero 2007

This page contains all entries posted to Alejandro Ramos :: personal webpage in Febrero 2007. They are listed from oldest to newest.

Enero 2007 is the previous archive.

Marzo 2007 is the next archive.

Many more can be found on the main index page or by looking through the archives.

rss
unsec dot net