Reimar Bauer
Email: <rb.proj SDASDASD AT NO SPAM SDEWEWEQWE googlemail DOT com>
nickname: dreimark at chat.freenode.net
Projects
This Wiki and MoinMoin Wiki Software
http://pypi.python.org/pypi?%3Aaction=search&term=Reimar+Bauer&submit=search
Some stuff can be found at
Some of our wikis are moderated. The rules I have used are described here /ModeratedWikiRules
Open Patches and others
At ParserMarket, ActionMarket and MacroMarket you do find some addons from me.
python
Subpages
- ReimarBauer/Abstract
- ReimarBauer/BraindumpAvoidLinkSpam
- ReimarBauer/DescriptionTestPage
- ReimarBauer/Example
- ReimarBauer/ExampleTable
- ReimarBauer/ExampleToc
- ReimarBauer/GCIreview
- ReimarBauer/HelpOnArnica
- ReimarBauer/HelpOnArnica/Discussion
- ReimarBauer/HelpOnArnica/patches
- ReimarBauer/Inkscape
- ReimarBauer/InstallFromRepository
- ReimarBauer/ModeratedWikiRules
- ReimarBauer/Moin2.0
- ReimarBauer/Moin2BrainDump
- ReimarBauer/Moin2BrainDump/Macros as Item
- ReimarBauer/Moin2BrainDump/Preview
- ReimarBauer/MyDict
- ReimarBauer/NotesAboutCopypasteIntoTheSearchField
- ReimarBauer/NotesAboutLdap
- ReimarBauer/Photo
- ReimarBauer/PlanForUndoingAnUnwantedCommiting
- ReimarBauer/SecurityPolicy
- ReimarBauer/SlideTest
- ReimarBauer/SvgEditor
- ReimarBauer/SvgEditor/Discussion
- ReimarBauer/TestPage
- ReimarBauer/UnderConstruction
- ReimarBauer/html5
- ReimarBauer/http_auth
- ReimarBauer/inkscape
- ReimarBauer/latexdiff
- ReimarBauer/mod_fcgidOnSuse
- ReimarBauer/moin-2.0_experimental_plugins
- ReimarBauer/moin2
- ReimarBauer/xmlrpc
Articles
- Famous article by Eric S. Raymond
Info
- Don't use the mousewheel if you have changed/added a category. Because without clicking anywhere else that list stays activated and you change your category.
help pages on MoinMaster: for 1.6
Syntax to search in some pages only title:Chat/Logs/moin-dev word
- wiki
- ldap
my_search.py Script slightly modified from the documentation above
slapd.conf (example of a simple configuration)
ldapsearch -x -b 'ou=People,dc=example,dc=com' '(objectclass=*)'
user_autocreate = True is needed
SuSE ldap-config (informal)
- flot
- svgfig
- image
- maps
- for xls filter plugin look at python-excelerator
- fileinfo for metadata of attachments, e.g. size of movies, amount of images andpages in a pdf file search for OpenVIP and look at commandine tools.
- EXIF
- PIL can read exif by the _getexif() method of the image
http://mail.python.org/pipermail/image-sig/2004-September/002931.html (needs to be checked)
im = Image.open(infile) rawExif = im.info['exif'] #do stuff... im.save(outfile, "JPEG", exif = rawExif)
- reload python modules on the fly
- latex
- regex
- css
- browser
- converter
python-uniconvertor (Universal vector graphics translator UniConvertor is a multiplatform universal vector graphics translator.
It uses sK1 engine to convert one format to another.)
- protocols
- irssi
- mercurial
- eclipse
you may want to configure the java enginge vim /usr/lib/eclipse/eclipse.ini
locate javaws choose the bin path of the 32 bit version e.g. (never indent somthing)
-vm /usr/lib/jvm/ia32-java-1.5.0-sun-1.5.0.18/jre/bin/
- java
- static file
- setuptools
- streaming
- Type inference for python
- security
- latex security
- debugging
- javascript
- jquery
- http auth
- lighty
- pluginsystem
- urllib2
- about Licenses
- GAE
Messages to me
- ssh
echo 0 > /proc/sys/net/ipv4/tcp_window_scaling
- fix navi_bar description in multiconfig. quicklinks should not be used to describe it
just an idea, can we search through the page cache additional if we don't have markup in place. e.g. WikiConfigHelp? -- ReimarBauer 2009-11-30 23:14:20
I think it should be supported by macro itself, because it can return very dynamic or rather static content. Also, macros return content in output format, this fact can be an issue. On the other hand, searching on config options doesn't work with new macro
-- EugeneSyromyatnikov 2009-12-01 03:45:48
