About
On this page you can find some simple but useful programs, scripts written in
spare time for different purposes. Feel free to download and use them if you
like. If you have any comments don't hesitate to share it with us (opoki in domain opoki.com).
Scripts
- photo-rename.py - simple script written
in python for renaming JPG pictures according to date written in EXIF. It
can handle several files if called like ./photo-rename.py *.jpg. The output
name will be YYYY-MM-DD_HHMMSS. For more information please look inside the
script.
- avi_rename.sh - a shell script for
renaming anything to date-time format as above. I wrote that to quickly rename
AVI files produced by my digital camera - hence the name. It simply searches
a given file for date-time and picks the first found. Look inside for more
details.
- num.py - once I come across some
PPT showing some magic in numbers like adding this to that so many times
looks so, etc. It looked really interesting, so to check this out this small
script was created. Numbers are sometimes amazing ;-)
- rss-to-pidgin.py sets your pidgin
status using latest news from some RSS feeds. We run some websites which we update
from time to time. They have their own RSSes. We use excelent IM client pidgin (which together with pidgin-skype supports skype)
and wanted to update its status to the latest link we published on our
websites. And this script does exactly that. Inside are still hardcoded our feeds ;-)
Tips
Tools
We used to host here a tool for comparing ratings of amazon products and calculating overall rating.
In meanwhile STARZONIA.COM, as we called it, grew to much bigger thing! You can
search for an amazon product, compare its ratings/"stars" on different amazon shops and
also compare prices - including shipping cost and tax in your country!
And of course it is free.
Check it out: STARZONIA.COM.
Disclaimer
Here comes a fat, classical disclaimer. Basically: use at your own risk :-)
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.