twitter

testing is updates go to twitter

Published by Hollgam, on January 31st, 2010 at 11:37 am. Filled under: Uncategorized | No Comments

Updates

Several updates for the site: I’ve udared wordpress to the latest version, added Twitter widget for contact page, updated my contact information which now containes Finnish contacts. And I’m also planning to get back to python development.

Published by Hollgam, on January 31st, 2010 at 10:58 am. Filled under: hollgam.com Tags: | No Comments

PGNReader

Together with mr. Vinchkovsky from Kyiv-Mohyla Academy we started a new project PGNReader: a small program written in Python for reading and working with PGN files which are used for storing and sharing information about chess games. Hosted at Google Code.

Published by Hollgam, on June 1st, 2009 at 8:18 pm. Filled under: Projects Tags:, | No Comments

Clickable root links

A small update: now links to the 2nd level (e.g. http://hollgam.com/blog/) are clickable.

Published by Hollgam, on March 4th, 2009 at 11:40 pm. Filled under: hollgam.com Tags:, | No Comments

pyChess

Language: Python (2.6.1)
Version:
0.13 (March 05, 2009)
Requirements: PMW, PIL
Creators: Hollgam
Screenshots:
screenshot1, screenshot2

A game of chess. Not playable yet, just a board with pieces which can be moved.

Download: latest version

Updates:

Version 0.1alphaFebruary 28, 2009:
- Board with movable pieces.

Version 0.11March 04, 2009:
- Function for showing legal moves.

Version 0.12March 05, 2009:
- Fixed several bugs in the function for showing legal moves.
- Added option of showing legal moves.
- 90% completed function for validating made moves.

Version 0.13March 05, 2009:
- Ability to make castles (not fully done).
- Added timers of time spent on making current move, total times of White and Black.
- Fixed several bugs.
- Added icon.

Published by Hollgam, on February 28th, 2009 at 4:26 pm. Filled under: Small Projects Tags:, | No Comments

pyTacToe

Language: Python (2.6.1)
Requirements:
PMW
Creators:
Hollgam
Screenshots:
screenshot1, screenshot2

A small game of  Tic Tac Toe written in Python.

Download: latest version

Published by Hollgam, on February 23rd, 2009 at 4:43 pm. Filled under: Small Projects Tags:, | No Comments

pyMiner

Language: Python (2.6.1)
Requirements:
PMW
Creators:
Hollgam
Screenshots:
screenshot1, screenshot2, screenshot3

A small implementation of Windows’ Minesweeper. This is under construction. I did this in one evening, code needs optimizing and revising in some cases. Even its name is beta :) I haven’t decided which one to choose yet.

Download: latest version

Published by Hollgam, on February 23rd, 2009 at 4:40 pm. Filled under: Programming, Small Projects Tags:, | No Comments

Portable Netbeans

I got a new USB stick today and decided to make a good IDE-on-the-go out of it. I installed XAMPP, my favorite text editor, FTP manager and than I came across my favorite IDE for python development – Netbeans… After about 3 hours of fighting with it I did actually make it portable :)

So what you need to do to make Netbeans portable:

  1. First, copy already installed Netbeans to your USB stick. ( I recommend choosing a zipped version from here then simply unpack it)
  2. Now there are 2 possible ways: editing a configuration file and applying commands to a shortcut. I’ll describe both:
    • 1st: find file netbeans.conf in directory etc\ inside a directory with Netbeans.  Now line

      netbeans_default_userdir="${HOME}/.netbeans/6.5"

      replace with

      netbeans_default_userdir=".\YOUR_USER_FOLDER"

      where YOUR_USER_FOLDER is a folder with different configs. It must not be in the same directory that your Netbeans is (it was my mistake).

      Now find line with something like

      netbeans_jdkhome="/path/to/jdk"

      it defines path  to a place where JDK is installed in your stick. Replace it with something like

      netbeans_jdkhome=".\JDK\"

      don’t forget to replace JDK with a valid for you path

    • 2nd: if you are using PStart or something similar to that make a shortcut for netbeans.exe and add commands:

       --jdkhome "%pdrive%\PATH_TO_JDK" --userdir "%pdrive%\PATH_TOU_USERDIR"

      where PATH_TO_JDK is a directory with JDK on your flash USB and PATH_TOU_USERDIR is your user directory. Again it must not be in the same directory that your Netbeans is.

And that’s it! Happy coding :)

Published by Hollgam, on January 11th, 2009 at 11:41 pm. Filled under: Programming Tags:, | 9 Comments

New plugins in opensearch

I published several new  and updated some of my old opensearch  plugins:

Plus I uploaded all my stuff to mycroft.mozdev.org

Published by Hollgam, on January 10th, 2009 at 11:48 pm. Filled under: Programming Tags:, | 2 Comments

Update

I’ve updated the site. Optimized code a little bit and it is more editable, added several goodies from CSS3: shadow for a main div and it’s now possible to resize it! Unfortunately it works only in Safari now.

Shadow:

1
-webkit-box-shadow: 3px 5px 10px #CCBA99;

Resize:

1
2
3
resize: both;
max-width:1200px;
overflow: auto;

Published by Hollgam, on January 2nd, 2009 at 5:21 am. Filled under: hollgam.com Tags:, | No Comments