topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday March 18, 2026, 11:40 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 11 12 13 14 15 [16] 17 18 19 20 21 ... 48next
376
General Software Discussion / Re: Tips for Windows 8 (got any?)
« Last post by phitsc on January 03, 2013, 03:59 PM »
I'm using the method described here to open the Windows Shutdown dialog from FARR.

Basically, you just have to put a shortcut to a text file called e.g. Shutdown.js with the following line

(new ActiveXObject("Shell.Application")).ShutdownWindows();

somewhere where FARR can find it.
377
N.A.N.Y. 2013 / Re: NANY 2013 Release: pdfautomv
« Last post by phitsc on January 03, 2013, 03:45 PM »
Thanks mouser.

I added some documentation now in a README displayed on the above web site.
378
N.A.N.Y. 2013 / Re: NANY 2013 Pledge: pdfautomv
« Last post by phitsc on January 03, 2013, 03:01 PM »
Am I already too late? The ruby script is available (see Web Page link in first post). I still have to document the rule file format though.
380
Developer's Corner / Re: Sleeping Solves Another Bug~! :D
« Last post by phitsc on December 13, 2012, 05:30 AM »
The privy works best for me  ;)
381
N.A.N.Y. 2013 / Re: NANY 2013 Pledge: pdfautomv
« Last post by phitsc on November 30, 2012, 06:56 AM »
Here's an example rule file:

[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.
382
General Software Discussion / Re: Separating features into Basic and Advanced
« Last post by phitsc on November 30, 2012, 01:59 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).
383
N.A.N.Y. 2013 / Re: NANY 2013 Pledge: pdfautomv
« Last post by phitsc on November 29, 2012, 04:01 PM »
Yes, just renaming is also possible. I'll post an example tomorrow for you to see if it covers your case (though I think it should)
384
N.A.N.Y. 2013 / Re: NANY 2013 Pledge: pdfautomv
« Last post by phitsc on November 29, 2012, 03:40 PM »
That is exactly what I'm doing. It's also supposed to work with documents with predictable structure (actually, predictable content), hence the rule files.
385
N.A.N.Y. 2013 / Re: NANY 2013 Pledge: pdfautomv
« Last post by phitsc on November 29, 2012, 03:04 PM »
I've now and again tried to find an application that does just what pdfautomv will do but failed to find any. If someone knows such an application, even commercial (if it's not absurdly expensive), please let me know.
386
N.A.N.Y. 2013 / NANY 2013 Release: pdfautomv 0.3
« Last post by phitsc on November 29, 2012, 03:04 PM »
NANY 2013 Entry Information

Application Name pdfautomv (or pdfautomv Robot, haven't decided yet ;))
Version 0.3
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
  • Ruby runtime
Version History
  • 0.3 - Fixed a crash.
  • 0.2 - Rule files now have to be UTF-8. Fixed crash with -v 3 option.


Description
pdfautomv 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

Usage
Installation
The 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 Application
The 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.
387
Find And Run Robot / FARR mention on lifehacker (in comment only ;)
« Last post by phitsc on November 29, 2012, 09:02 AM »
FARR was mentioned in a comment of a lifehacker article about the use of an application launcher:

http://lifehacker.co...u-want?post=54622621

maybe it would be worth considering separating FARR's options into basic vs. advanced?
388
General Software Discussion / Re: Tips for Windows 8 (got any?)
« Last post by phitsc on November 24, 2012, 01:45 PM »
This one (from phitsc) where you have to re-activate the OS
It was really easy though. Download. Copy/Paste product key into supplied text file. double-click. Done. The script does everything, including the re-activation.
389
General Software Discussion / Re: Tips for Windows 8 (got any?)
« Last post by phitsc on November 23, 2012, 02:50 AM »
I followed these instructions to boot directly to desktop and it works:

http://winaero.com/b...ny-third-party-tool/

(note that it's not the same as mentioned in comment #8, although also from winaero)
390
Find And Run Robot / Re: Having trouble installing and using plugins
« Last post by phitsc on November 20, 2012, 01:55 AM »
It's maybe also worth noting that the easiest way to install some plugins is using the DC Updater program (also by mouser), and fcalc being one of them.
391
Living Room / Re: 20 famous corporate logos that hide secret messages
« Last post by phitsc on October 11, 2012, 04:14 PM »
Damn, I'm Swiss and have eaten tons of Toblerone ( according to Wikipedia, we Swiss have the highest per capita rate of chocolate consumption world wide ;) ) and I didn't know about the bear!
392
Living Room / Re: Why Can't Germans Say 'Squirrel' ?
« Last post by phitsc on October 10, 2012, 07:36 AM »
The topic says: Germans. It's only one of them in the video though.
393
Find And Run Robot / Re: Some shortcut keys don't work anymore.
« Last post by phitsc on September 26, 2012, 05:13 AM »
I hope you don't mind me bumping this thread.

Is there a reason why Ctrl + Shift + Left / Right should *not* also do a selection?

Please also consider fixing the word-boundary bug I report above.
394
Living Room / WhatsApp - is it really 2012?
« Last post by phitsc on September 25, 2012, 10:04 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....elopers-1716912.html

The 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!
395
Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012
« Last post by phitsc on September 25, 2012, 02:31 AM »
By the way, FARR is now ten and a half years old.  :huh:

Version 1.0, March 18, 2002 - First release
And some parts of it show (especially the options screen, with all these clipped labels) ;).

It's still a very good program though. So congratulations!  :Thmbsup:
396
General Software Discussion / Re: sublime text: some innovative text editor!
« Last post by phitsc on September 22, 2012, 03:17 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).
397
General Software Discussion / Re: sublime text: some innovative text editor!
« Last post by phitsc on September 21, 2012, 02:40 PM »
Sublime Text 2 can be purchased for a discounted price here: http://www.rewardli....text-editor-discount

Not a valid link - at least not anymore.

The outcome of that was:

We've had to cancel your order for Sublime Text 2. We have issued your credit card a full refund. (It may take 1-2 business days for your bank statement to reflect this.)

When we suddenly saw a large volume of requests for a deal on Sublime Text, we reached out to the developer multiple times by phone and email with no response. After two weeks, we decided on our own initiative to create a deal and just make the purchases ourselves and buy licenses from Sublime using their volume pricing.

We were doing this as a service to our users and were not making any money on the deal.

However, Sublime later responded to us and stated that their volume pricing applies only in the case of multiple licenses being purchased for use by the same business, not multiple individuals. (This fact is not mentioned anywhere on their web site.)

Therefore, we have no option but to cancel these orders and refund our users. We are sorry for the inconvenience. Please feel free to request deals on other products and services you'd like to see.
398
Living Room / Re: Cascading grammar trolls
« Last post by phitsc on September 18, 2012, 01:30 AM »
excelent  ;D

Spoiler
maybe I can get something like that started here ;)

399
Mouser's Zone / Chocolatey
« Last post by phitsc on September 14, 2012, 02:10 AM »
http://chocolatey.org/

Chocolatey NuGet is a Machine Package Manager, somewhat like apt-get, but built with windows in mind.

Was featured on lifehacker this week.

Mouser: maybe it makes sense for you to upload your applications as packages?

I have to admit that I didn't try Chocolatey and am not even sure I will.
400
Find And Run Robot / New kid on the block - Pipy
« Last post by phitsc on September 14, 2012, 02:06 AM »
http://www.pipyapp.com/

Haven't tried it though.
Pages: prev1 ... 11 12 13 14 15 [16] 17 18 19 20 21 ... 48next