Commit graph

129 commits

Author SHA1 Message Date
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
Bradley M. Kuhn
1e5e950665 This is a script, should be executable. 2011-12-06 09:45:16 -05:00
Bradley M. Kuhn
bb12d0bbb4 Focusing on the first group of excluded list right now. 2011-12-06 09:44:29 -05:00
Bradley M. Kuhn
8ae5d7acca Started script based on the hierarchy-comparison find stuff I wrote years ago. 2011-12-06 09:20:50 -05:00
Bradley M. Kuhn
614760e376 Fixed output. 2011-12-06 09:19:58 -05:00
Bradley M. Kuhn
eb610ba8a5 Various changes to get the script working. 2011-12-04 20:06:32 -05:00
Bradley M. Kuhn
1a9cfe1073 First attempt at this cash-receipts-and-disbursments-journals.plx script,
based on general-ledger-report.plx
2011-12-04 19:47:30 -05:00
Bradley M. Kuhn
21ad06d8d1 Various formatting changes for the general ledger output. 2011-12-02 08:42:55 -05:00