PHP Image gallery with fancybox.

2014-12-09 1 min read Photo Uncategorized
So, I was looking for some quick to setup PHP Image gallery file. I found couple but none of them suited my needs too well. So I had to write my own. Very simple PHP script to show all the images under ‘images’ folder. Shows some details in the images. That is all that I wanted and that is all that this script does. So pretty simple single php file. Dependency is on fancybox so you will need the jquery and all but nothing else is required. Continue reading

Search CVE – web interface with php

2014-11-03 1 min read Uncategorized
So, last few weeks have been very busy with lot of security issues, so I thought of having a local CVE Search app. But all I could find on google and github.com were on python and nothing that I could use quickly. So here is link to one that I wrote quickly: CVE Search PHP It’s in php. So just download in some folder and access from a web-server and you are done. Continue reading

gollage – create simple collage with ease.

2010-06-21 2 min read Linux Photo
Find the project <a href="http://sourceforge.net/projects/gollage/" target="_blank">here. Download the tar ball and install it. Description of the application is: GTK+ collage, in short gollage, is a program to generate photo collages with a Polaroid photo frame. The photos will be place on the final image in randomly order. You can specify the degrees, the size of the photos and the final background of the image. It is a very simple to use GUI application. Continue reading

Generate web thumbnails page (gallery) for free with convert command on linux

2010-04-12 1 min read Linux Photo
Here&#8217;s something for guys who want to generate html file with thumbnails of photos. I know sometimes it really gets messy. So sometime back I had found a search on the net for the same and found a script written by Samuel Hocevar. Sorry I do not seem to have the link to the page, but since the script is GPL and name of the author is there in the script, I can put it for download from my web-blog also. Continue reading