Reimar Bauer
Email: <rb.proj SDASDASD AT NO SPAM SDEWEWEQWE googlemail DOT com>
nickname: dreimark at chat.freenode.net
Projects
I do have a lot of experience in idl from RSI.
Since a few years I am the maintainer of an IDL library at Forschungszentrum Juelich.
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/DescriptionTestPage
- ReimarBauer/Example
- ReimarBauer/ExampleTable
- ReimarBauer/ExampleToc
- ReimarBauer/HelpOnArnica
- ReimarBauer/HelpOnArnica/Discussion
- ReimarBauer/HelpOnArnica/patches
- ReimarBauer/Inkscape
- ReimarBauer/InstallFromRepository
- ReimarBauer/ModeratedWikiRules
- ReimarBauer/MyDict
- ReimarBauer/NotesAboutLdap
- ReimarBauer/Photo
- ReimarBauer/PlanForUndoingAnUnwantedCommiting
- ReimarBauer/SlideTest
- ReimarBauer/SvgEditor
- ReimarBauer/SvgEditor/Discussion
- ReimarBauer/TestPage
- ReimarBauer/UnderConstruction
- ReimarBauer/http_auth
- ReimarBauer/latexdiff
- ReimarBauer/mod_fcgidOnSuse
- 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
- 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 processing
- 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/
- static file
- setuptools
- streaming
- Type inference for python
- latex security
- debugging
- jquery
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 it is currently an idea because we could have some content in the page cache we may want to scan easier than in the original data. e.g. if we would have a parser for a file, then the result of the parser could also be used for the index while the file representation may be different.
Hi Reimer, Last time you said, that you are working on this macro(http://moinmo.in/FeatureRequests/CategoryRecentChanges). I want to ask that have you found any way to create the Recent Changes for Category? -- 217.6.213.210 2010-02-22 07:53:01
Sorry I stopped this idea.
