Articles in the Allgemein category

  1. Python Bot for a Flashgame

    Sun 26 August 2012
    By balrok

    Inspired by a Youtube-Video how to play flashgames using python I wanted to try it myself. This post is less about the code and more about the experiences I got.

    Motivation

    Since computers are designed to help us in every day tasks.. they should also help us in gaming tasks ...

  2. Yii and PHPStorm

    How to configure your PHPStorm to work together with Yii. Code inspection and type hinting are my main points.

    PHPStorm

    PHPStorm is an IDE similar to Eclipse or Netbeans which has an advanced PHP support. This program is not free and costs 70 € for a single developer. You can download ...

    Tagged as : HowTo PHP PHPStorm Yii
  3. Convert .ncftp/bookmarks to .netrc

    When using the netrw plugin for vim it is recommended to use the .netrc file for managing all ftp logins. Because I used ncftp before this I wanted to easily convert all my stored ftp bookmarks (which are many) into the .netrw format. Here I post my script for this ...

    Tagged as : Coding FTP Linux Python Vim
  4. Yii Soap with Authentication

    You use the WebService for Yii and want users to authenticate before they use other commands..

    Prerequisits

    You should have set up some basic authentication for your website already and just want to enhance it with a webservice. Authentication works similar to this.

    Implementation

    Our goal is to have a ...

    Tagged as : Coding PHP Yii

Page 3 / 3