Big Python Favicon (from favicon.cc)

Menu:

↑ MyWoOPy Blog  #

tag cloud automation | blog | cms | computer | development | django | filesharing | fossil | games | gui | html | keyboard | macros | markdown | pdf | preprocessing | presentation | publishing | pylucid | python | reST | server | slides | templates | trac

↑ May 6, 2012 - GPX handling with Python  #

Before 1 week, 6 days published by chris.

Here's a little link list with tools I found when looking for something to "massage" my GPX files from a Garmin GPSmap and the very good QLandkarteGT

  • GpxSplitter nice little tool to split GPX file with several tracks into individual files with one track each
  • PyTopo/Ellie for interactive map & gpx display in offline mode (with downloaded maps). From the README "PyTop is an application for exploring maps using local data.".
  • gpxmgr is unmaintained and superceeded by PyTopo/Ellie above

(Last update: May 6, 2012, 9:57 p.m. by chris.)

tags
0 comments...

↑ May 1, 2012 - Web / HTML /JS based presentations  #

Before 2 weeks, 4 days published by chris.

As I'm still looking for a good presentation tooling I wanted to share the references for web technology based tools. Unfortunately neither S5 from Eric Meyer nor the greatly improve S5 Reloaded version is developed any further.

Links:

Google groups:

(Last update: May 1, 2012, 9:39 a.m. by chris.)

tags html | presentation | slides
0 comments...

↑ April 26, 2012 - Markdown as reST alternative  #

Before 3 weeks, 2 days published by chris.

Besides my favorite reST format I gained some interest in using markdown in certain sitatuation because of it's simplier syntax and wider availablity.

XBeta Wiki has a nice overview with links to various implementations and bindings.

So far I've looked into (and partially extended):

with "sundown" being a fork of "libupskirt" with additional features and a somewhat different scope.

(Last update: May 6, 2012, 9:48 p.m. by chris.)

tags markdown | reST
0 comments...

↑ April 25, 2012 - Simple Python file server for up- and download  #

Before 3 weeks, 3 days published by chris.

There are two AFAIK that allow to setup very simple servers for up- and download to your local machine. This is not meant to serve high-volume data but to rather quickly provide or exchange files with someone.

My I introduce: Droopy and quickserve. Obviously someone else found this already as well. Check out this little comparison.

(Last update: April 25, 2012, 9:51 p.m. by chris.)

tags filesharing | python | server
0 comments...

↑ April 14, 2012 - FINALLY: Keybard macros under Linux similar to AutoHotkey  #

Before 1 month published by chris.

I don't know how I could have overlooked this GREAT tool for so long: autokey provides me with a python based keyboard macro automation for linux. This reproduces parts of the functionality that AutoHotkey provides me with under Window$.

"drawback" (well, not really): under windows I used "#" as an abbreviation start character, this seems not to work for autokey - "," serves as an alternative!!

Here the reference on rrfx from where I initially got it.

As an Mono/C# alternative one can look at IronAHK which strives to be a more complete replacement for AutoHotkey

(Last update: April 14, 2012, 6:53 p.m. by chris.)

tags automation | gui | keyboard | macros
0 comments...

↑ Feb. 14, 2012 - "reStructredText to.." blog post at  #

Before 3 months published by chris.

(Last update: Feb. 14, 2012, 12:11 p.m. by chris.)

tags blog | cms | html | presentation | python | reST | slides
0 comments...

↑ Dec. 6, 2011 - Another Python Pre-Processor  #

Before 5 months, 2 weeks published by chris.

pepe was a python pre-processor that was missing conditionals and some more.

PyExpander could be an alternative to provide more full-feature pre-processing support.

(Last update: Dec. 6, 2011, 10:07 p.m. by chris.)

tags preprocessing | publishing | python
0 comments...

↑ Oct. 7, 2011 - Reproducible computational experiments using SCons  #

Before 7 months, 2 weeks published by chris.

The project Madagascar has a nice article about Reproducible computational experiments using SCons. This could extend the concpets described in my blog entry regrading writing/programming experiments.

(Last update: Oct. 7, 2011, 1:54 p.m. by chris.)

tags development
0 comments...

↑ Oct. 5, 2011 - Upgrade PyLucid  #

Before 7 months, 2 weeks published by chris.

going from v0.9.0302 (Feb-2011) to v0.9.1104 (Nov-2011):

  • setup new virtual env and create inital site
  • update local_settings.py
  • copy other media data
  • migrate DB: see also 1 2
    • ./manage.py syncdb
    • ./manage.py migrate reversion 0001 --fake
    • ./manage.py migrate reversion
    • ./manage.py migrate pylucid 0001 --fake
    • ./manage.py migrate pylucid

(Last update: Nov. 12, 2011, 11 a.m. by admin.)

tags computer | pylucid
0 comments...

↑ Oct. 5, 2011 - Experience Report using Markdown instead fo LaTeX  #

Before 7 months, 2 weeks published by chris.

Primarily Pandoc evaluates the possibility to write everything in a Pandoc input format and translate it from there into LaTeX and others. This input format could easily be reST.

(Last update: Oct. 5, 2011, 9:12 a.m. by chris.)

tags publishing | reST
0 comments...
Syndication feed format:
0 comments for 'Blog':
    there exist no comment for 'Blog'
Leave a comment

django-processinfo: 46.0 ms of 588.4 ms (7.8%)