Bradley M. Kuhn
41f86f9379
Check 9 days out.
2013-09-02 17:08:41 -04:00
Bradley M. Kuhn
da7c824d3a
This is better, but still isn't right, especially when there are different
...
numbers of lines in the 18 hour forecast output. I need a better way of
calculating these offset.
2013-08-29 20:47:54 -04:00
Bradley M. Kuhn
f0dcebf649
Better support for first day checking, and handle a "missing" first day.
2013-08-29 20:47:02 -04:00
Bradley M. Kuhn
11f444fd15
Allow more flexible spacing.
2013-08-27 19:26:03 -04:00
Bradley M. Kuhn
25ae4d4b4a
Remove blank line.
2013-08-27 19:25:22 -04:00
Bradley M. Kuhn
2c0a3fb583
Note how to get list of stations.
2013-08-27 07:19:05 -04:00
Bradley M. Kuhn
902515c224
Use icon from forecast for today if no current conditions icon was provided.
2013-08-27 07:18:55 -04:00
Bradley M. Kuhn
041a1ef97d
Various formatting changes and improvements, mostly relating to dates.
...
Work hard to not print forecast for times that have passed.
2013-08-26 21:06:04 -04:00
Bradley M. Kuhn
51655c60dc
Keep cache files generated by MythTV scripts in a temporary directory.
2013-08-26 21:05:09 -04:00
Bradley M. Kuhn
ec4c685c43
Fill paragraph of message and print how old it was.
2013-08-26 21:04:50 -04:00
Bradley M. Kuhn
df202085ef
Print birthdays/anniversaries, and better format diary lines.
2013-08-26 21:03:53 -04:00
Bradley M. Kuhn
98774290b1
This should only happen for appointments, so move it inside if.
2013-08-26 11:50:57 -04:00
Bradley M. Kuhn
f5f1a0de14
First hack at this.
2013-08-25 17:46:35 -04:00
Bradley M. Kuhn
d4f8e5a502
Verify we don't print something not generated and fix spacing
2013-08-25 17:46:28 -04:00
Bradley M. Kuhn
4d1da1c69b
Support observation time and weather icon.
2013-08-25 17:25:47 -04:00
Bradley M. Kuhn
71550de7a1
Fix formatting on current stuff.
2013-08-25 17:04:39 -04:00
Bradley M. Kuhn
483bf6b66e
Only skip extended forecast for today.
2013-08-25 17:03:54 -04:00
Bradley M. Kuhn
2be5e6c675
Add current conditions and align everything else properly.
2013-08-25 17:00:11 -04:00
Bradley M. Kuhn
ead2b9a0d0
Avoid final extra \n at end of output.
2013-08-25 16:40:41 -04:00
Bradley M. Kuhn
78b22dc724
Output extended forecast.
2013-08-25 16:34:57 -04:00
Bradley M. Kuhn
8386488cd0
Convert to allow multiple commands and data sets.
2013-08-25 16:23:07 -04:00
Bradley M. Kuhn
34b121270d
Different voffset for images due to conky having two grids for each.
2013-08-25 16:17:38 -04:00
Bradley M. Kuhn
b2ae548b28
Various changes to get script mostly working.
2013-08-25 16:13:10 -04:00
Bradley M. Kuhn
c4d1a9f2c4
Basic data slurp for forecast working.
2013-08-25 13:13:18 -04:00
Bradley M. Kuhn
23ce5cac7d
First attempt at this script.
2013-08-25 12:48:39 -04:00
Bradley M. Kuhn
cb10a4bf39
Handle a few more input line types; quote other From lines.
2013-08-25 12:48:31 -04:00
Bradley M. Kuhn
3ac906d197
Updated command.
2013-08-25 12:48:13 -04:00
Bradley M. Kuhn
7f1c5618c5
Fix it so that items roll off and only notify 15 minutes.
2013-08-24 22:05:53 -04:00
Bradley M. Kuhn
691d77a646
Add Emacs compile command.
2013-08-24 21:46:56 -04:00
Bradley M. Kuhn
7462be9b6e
First hack at script to feed schedule into conky
2013-08-24 21:44:23 -04:00
Bradley M. Kuhn
2ab2660fbc
First hack on a mailman archive script.
...
Mailman archives tend to "hide" email addresses in the /^From/ line, making
them invalid mboxes. This fixes it.
2013-08-18 13:07:51 -04:00
Bradley M. Kuhn
dfcdb3f611
This script is released under the GPLv3. I am the sole copyright holder.
2013-01-08 13:40:06 -05:00
Bradley M. Kuhn
2dca069d81
Perl solution to the Subset Sum problem.
...
This uses the well-known Dynamic Programming solution. I found two
different incarnations of it around, one for nonnegative set, and one for
integers.
Reference for the nonnegative one:
http://stackoverflow.com/questions/4355955/subset-sum-algorithm
Reference for integers one:
http://en.wikipedia.org/wiki/Subset_sum_problem
2013-01-08 13:38:23 -05:00
Bradley M. Kuhn
d0e37d596c
Merge branch 'remove-script'
2012-11-25 08:51:39 -05:00
Bradley M. Kuhn
5b46d982a3
cash-receipts-and-disbursments-journals.plx script has moved to a different repository:
...
https://gitorious.org/ledger/ledger/blobs/contrib-non-profit-annual-audit-reports/contrib/non-profit-audit-reports/cash-receipts-and-disbursments-journals.plx
2012-11-25 08:49:31 -05:00
Bradley M. Kuhn
0891a226d2
fund-report.plx can now be found in my Ledger contrib-non-profit-audit-reports branch:
...
https://gitorious.org/ledger/ledger/commits/contrib-non-profit-annual-audit-reports
2012-11-21 13:51:31 -05:00
Bradley M. Kuhn
152e0a397a
Various fixes, as follows:
...
* Handles issue with undefined value
* Correct open arguments
* Fix error message
* Change regex and other details for searching for Assets and Liabilities.
2011-12-19 12:44:59 -05:00
Bradley M. Kuhn
1ee16361c5
The external report I was dealing with had balances from accounts that
...
were from outside of the FY in question, so these changes organize it so
that the right details are checked.
2011-12-19 12:36:31 -05:00
Bradley M. Kuhn
68d60e0fca
Support accounts created after the reporting period.
2011-12-19 12:08:56 -05:00
Bradley M. Kuhn
051e241768
Initial part of reporting.
2011-12-19 11:49:26 -05:00
Bradley M. Kuhn
865a4f39e2
Parse negative numbers better.
2011-12-19 11:42:31 -05:00
Bradley M. Kuhn
e868e62f78
Main regex did not fully get rid of extraneous material.
2011-12-19 11:36:44 -05:00
Bradley M. Kuhn
4240fb77aa
Corrected regular expression
2011-12-19 10:45:35 -05:00
Bradley M. Kuhn
e8dc0af426
Remove whitespace that's around.
2011-12-19 10:40:58 -05:00
Bradley M. Kuhn
0c64682274
$line was missing.
2011-12-19 10:40:18 -05:00
Bradley M. Kuhn
6039cffabf
Fixed permissions.
2011-12-19 10:38:00 -05:00
Bradley M. Kuhn
737b9a4d45
First hack at script to generate a reconciliation report given a list of
...
external account balances, compared to what is recorded in the ledger.
2011-12-19 10:37:25 -05:00
Bradley M. Kuhn
7d7d601733
Added ignore support.
2011-12-19 10:26:46 -05:00
Bradley M. Kuhn
e140cd8a2a
Ignored files list building is now working.
2011-12-06 10:01:13 -05:00
Bradley M. Kuhn
7cc0529fc2
... and it's a Perl script, not a shell script. :)
2011-12-06 09:45:39 -05:00