Skip to content

Instantly share code, notes, and snippets.

@stefanbeller
stefanbeller / gist:5202811
Created March 20, 2013 06:52
TMW Whisperbot by gnurfk
#!/usr/bin/python
"""
Python Whisperbot
Copyright (C) 2010 Gnurfk
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
@stefanbeller
stefanbeller / LPC-2013
Last active December 11, 2015 16:08
Ideas summarized for LPC-2013
Submission format for LPC-2
========================================================================
* enforce public version controled hosting.
using git/svn/cvs/bzr/hg whatever you like and
host it at github/sourceforge/bitbucket/launchpad etc
* Handing in an installscript which must run on a provided free distro vm.
It should not contain a 'wget my-executable' or such, but actually
- install deps
@stefanbeller
stefanbeller / maindescription.txt
Created October 29, 2011 16:14
Multiple set layers for Automapping at tiled-qt
This describes an approach how to make different named set layers work for Automapping.
As of now the layers in Automapping are all prefixed with "rule" which is just redundancy.
Therefore the prefixing will be split up into several different prefixes to exactly
indicate which function is assumed at a layer. Having the prefixes all different the detection of the assumed function of that layer is easier than before.
There will be
"regions" which is the prior "RuleRegions" describing the region which
is considered to be a rule.