CategoryUncategorized

Magic the Gathering how to build or print deck

Here are my resources.

Magic The Gathering Rule Book

This is THE program for building decks. It is java based so you can use it on your favourite OS (I hope).

You should follow this forum topic or this blog post here. It is not so hard

  • Download and extract a couple of zip files
  • Download the art via ready packages also with the java application from this link
  • Download some decks
  • Change the path to the art directory in the config.txt file
  • Start some of the .bat files from the directory you have extracted all the files
  • Drag & Drop (you can drop entire directory with decks if you want to generate more decks at once)

My first game was with decks from here and here

Post & Get requests

Post using curl

curl  -A ‘Mozilla/4.0’  -F “vote=5&btnSubmit.x=34&btnSubmit.y=14&btnSubmit=%D0%A0%D0%B5%D0%B3%D0%B8%D1%81%D1%82%D1%80%D0%B8%D1%80%D0%B0%D0%B9” http://www.germanos-konkurs.com/

Not happy with WordPress

Dear WordPress (and authors),

I am not happy that you are releasing versions every month. Continue reading

SEO tools

Check the links for a page

http://validator.w3.org/checklink?uri=http%3A%2F%2Fwww.cenite.com&hide_type=all&depth=&check=Check

lowercase the filenames

#!/bin/sh
# lowerit
# convert all file names in the current directory to lower case
# only operates on plain files--does not change the name of directories
# will ask for verification before overwriting an existing file
# http://www.linuxjournal.com/content/convert-filenames-lowercase  Continue reading

Photo websites

Bookmarks

  • http://wvs.topleftpixel.com/08/08/06/

fun pictures – http://thehomebased.com/?p=63

GPS POI and other interesting links

Bulgarian track:

http://www.gpsenjoy.com/
http://topomaps.info/
http://www.poiplaza.com/

Bulgarian POI collection

debian tracd initscript

Trac startup script.

Continue reading

Back to the crack scene

I have cracked one bulgarian software for window

Continue reading

Thumbnail for a webpage

My colegue bl8cki is real fan of making screenshots from web browsers. Those days he tries the python solution. And today he surprised all with one very nice firefox plugin

With this plugin you can use firefox with some command line parameters to make screenshots.

Here is how we will use it

  1. start the xvfb
    
    mkdir /tmp/tmpfbdir
    Xvfb :1 -ac -screen 0 1600x1200x24  -fbdir /tmp/tmpfbdir

  2. run the firefox
    firefox-2 --display=:1 --no-xshm -height 1024 -width 768 -savepng http://www.cenite.com

Windows solutions

http://webscripts.softpedia.com/script/Image-Galleries/Image-Tools/Website-Thumb-Generator-40121.html

http://web-tourist.net/login/login/view.php?st=1193 h

ttp://www.download32.com/website-thumbnail-generator-software.html

http://www.zubrag.com/scripts/website-thumbnail-generator.php

Multiplatform – I cant manage to compile it:

http://cutycapt.sourceforge.net/ http://iecapt.sourceforge.net/

Python:

http://www.burtonini.com/blog/computers/mozilla-thumbnail-20040614?showcomments=yes#

Firefox

http://pearlcrescent.com/products/pagesaver/

https://addons.mozilla.org/en-US/firefox/addon/1146

Another Linux/Ubuntu way:

aptitude install xvfb  xfs xfonts-scalable xfonts-100dpi libgl1-mesa-dri  subversion libqt4-webkit libqt4-dev g++
svn co https://cutycapt.svn.sourceforge.net/svnroot/cutycapt
cd cutycapt/CutyCapt
qmake
make
xvfb-run --server-args="-screen 0, 1024x768x24" ./CutyCapt --url=http://www.google.com --out=example.png
xvfb-run --server-args="-screen 0, 1024x768x24" ./CutyCapt --url=http://www.google.com --out=example.html --out-format=html

http://khtml2png.sourceforge.net/index.php?page=faq

© 2025 Ivo Bardarov

Theme by Anders NorénUp ↑