|
35
|
DonationCoder.com Software / N.A.N.Y. 2013 / Re: NANY 2013 Pledge: pdfautomv
|
on: November 30, 2012, 06:56:37 AM
|
Here's an example rule file: [ copy or print] [match] 079 123 45 67 [variables] dateLong=(\d\d)\. (Januar|Februar|März|April|Mai|Juni|July|August|September|Oktober|November|Dezember) (\d\d\d\d) dateShort:5=(\d\d)\.(\d\d)\.(\d\d) [move] \\server\pl-office\bills\<dateLong:3>\<dateLong:3>-<dateShort:2> Telco - mobile.PDF Both the match and the variables are regular expressions. The variables can then be referenced in the move expression (in angle brackets). :n references regex captures. The matched text is available via the implicit <match> variable. The :5 after dateShort specifies that the 5th match should be assigned to the dateShort variable.
|
|
|
|
|
36
|
Main Area and Open Discussion / General Software Discussion / Re: Separating features into Basic and Advanced
|
on: November 30, 2012, 01:59:45 AM
|
I think limiting the number of options makes and application more accessible and more attractive especially to new users of your SW. This is how the calendar app I'm using on iOS and Android is doing it: only show basic settings:
Basic | Advanced | Expert | All
Category 1 - Option 1 - Option 2 - Option 3
Category 2 - Option 1 - Option 2 - Option 3
show basic and advanced settings:
Basic | Advanced | Expert | All
Category 1 - Option 1 - Option 1a - Option 2 - Option 3 - Option 4
Category 2 - Option 1 - Option 2 - Option 2a - Option 2b - Option 3 - Option 4 - Option 5
It has 4 'level of detail' tabs at the top. Selecting one of these just adds / removes options in the list below (i.e. they act as a filter).
|
|
|
|
|
40
|
DonationCoder.com Software / N.A.N.Y. 2013 / NANY 2013 Release: pdfautomv 0.2
|
on: November 29, 2012, 03:04:26 PM
|
| Application Name | pdfautomv (or pdfautomv Robot, haven't decided yet ) | | Version | 0.2 | | Short Description | Moves PDF files into directories depending on embedded text | | Supported OSes | Windows (and possibly Linux) | | Web Page | https://bitbucket.org/phitsc/pdfautomv | | Download Link | source available following above link. but I'll make a zip too. | | System Requirements | | | Version History | - 0.2 - Rule files now have to be UTF-8. Fixed crash with -v 3 option.
| Descriptionpdfautomv will be a simple command line utility (although perfectly usable with a simple double-click on a desktop shortcut) for the paperless office aficionado. Its purpose is to move PDF files from one directory to another based on the text embedded in the PDF file. My own primary use case is as follows: 1. Put invoice, receipt, letter, bank statement, whatever on scanner 2. Start scanning process => this will produce a PDF file in directory A 3. Repeat 1 - 2 until everything is scanned and directory A is full of files like Document.pdf, Document001.pdf, Document002.pdf, etc. 4. Double-click shortcut to pdfautomv.rb => marvel how all the Document bla bla.pdf files get nicely and neatly renamed and sorted into the directories where they belong UsageInstallationThe application will be written in Ruby. So the Ruby runtimes have to be installed if they are not already. The application itself is just one Ruby file. Using the ApplicationThe application will rely on some "rule" files which have to be supplied by the user. A rule file specifies what pdfautomv should look for in a PDF file and where to move it and how to rename it if it finds a matching PDF file.
|
|
|
|
|
48
|
Main Area and Open Discussion / Living Room / WhatsApp - is it really 2012?
|
on: September 25, 2012, 10:04:20 AM
|
WhatsApp is really popular here in Switzerland. But what these guys are doing is not only embarrassing, it's becoming suicide. http://www.h-online.com/s...I-developers-1716912.htmlThe preceding article in German is even more concrete on the matter: apparently, it's not possible to cancel your account with WhatsApp (users report that the function to close the account in the app seems to do nothing), but once you have an account everyone that has your phone number and IMEI or MAC (depending on Android or iPhone) can send messages pretending to be you, even after you've uninstalled the app!
|
|
|
|
|
50
|
Main Area and Open Discussion / General Software Discussion / Re: sublime text: some innovative text editor!
|
on: September 22, 2012, 03:17:41 AM
|
|
I double-checked after I got that email from rewardli and indeed it wasn't stated that clearly. The FAQ is new. I agree with what 40hz said about volume licensing though. From the rewardli offer it wasn't obvious though that it was the volume license they used for the offer (well, that's not entirely true as the price steps matched the volume licenses, but I only learned that after the fact).
|
|
|
|
|