This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= <<< %menu% | |
%"e"[Remember] %"c"[New] %"D"[Dup] Search(%"s"[String] %"g"[Regexp] %"o"[Occur]) | |
%"a"[All] %"l"[Recent] %"A"[Around] %"y"[Schedule] %"t"[Todo] %"b"[Buffers] %"x"[Marks] | |
%"K"[<Title] [<Name] %"d"[Date>] %"i"[Key>] %"r"[Update] %"w"[Random Walk] [Killall] | |
%"."[Today] %":"[Yesterday] %"h"[History] %"R"[Update Menu] [Edit Menu] [Preference] | |
------------------------------------- | |
[Schedule, Todo] -- @schedule, !deadline (until %sdays days from now) | |
!deadline, +todo, -reminder, ~defer (top %tnum entries) | |
%reminder | |
------------------------------------- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Projection_Type:grid_mapping_name = "latitude_longitude" ; | |
LEGC_ISBA:long_name = "bare ground evaporation for tile nature" ; | |
LEGIC_ISBA:long_name = "bare ground sublimation for tile nature" ; | |
LEVC_ISBA:long_name = "total vegetation evaporation for tile nature" ; | |
LESC_ISBA:long_name = "snow sublimation for tile nature" ; | |
LESLC_ISBA:long_name = "liquid water evaporation over snow for tile nature" ; | |
SNDRIFC_ISBA:long_name = "blowing snow sublimation for tile nature" ; | |
LERC_ISBA:long_name = "canopy direct evaporation for tile nature" ; | |
LETRC_ISBA:long_name = "vegetation transpiration for tile nature" ; | |
DRAINC_ISBA:long_name = "drainage for tile nature" ; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
Script to re-read my personal journal. This allows to grow from my past successes and mistakes. | |
I maintain my journal with Day One. On my linux box I use jrnl in order to access my journal. | |
This script allows me to read the journal entries of: | |
- one week ago. |