I’ve been manually archiving bank statements (PDF files) to Evernote for a while. And finally I got tired of it and decided to automate this.

I’ve been manually archiving bank statements (PDF files) to Evernote for a while. And finally I got tired of it and decided to automate this.
I’m writing a meteor app and ran into a problem where I only need a collection reference to be able to insert new documents into it. I don’t need to read any data from the collection. I think by publishing an empty collection would save the effort in synchronizing data between the server and the […]
Changelog added 24/12 hour mode switch added displaying date switch added displaying week day switch On-page to-do list will be remove once everything is done. Previews To-Do List switch for 24/12-hour mode switch for displaying date switch for displaying week day change foreground/background color customizable font family user theme timer and stopwatch save settings with […]
A few days ago I found this Chrome Plugin Digital Clock. You can also use it directly with this link. Pleased by its amazing effects, however, I don’t like the advertisements on that page and the fact that it only supports Google Chrome for some reason. So I decided to make my own, without advertisements, with […]
(Source Code) Instructions This program search under the preset folder (JSFILEFOLDER) for requested files and send them in order. This program accepts 3 arguments: l(link list), duplicate and compress. Arguments link list A list of names of Javascript files needed to be gathered. Do not include file extension (.js), separate with commas. duplicate Allow duplication or […]
Move your mouse into the white area with a gray border, you should be able to see a view like the screen shot below:
Ver 1.1(Source Code) Change Record Fixed the issue when removing in-line comments. Now only single-line comments will be removed, pending in-line comments will remain. Known Issues It is not recommended using pending in-line comments. In-line comments should take their own lines. Otherwise do not use compression.
Ver 1.0(Source Code) This program gathers and sends multiple Javascript files on demand, which benefits webpage loading speed in the way of avoiding unnecessary requests and reduces the amount of Script tags on pages. Instructions This program search under the preset folder (JSFILEFOLDER) for requested files and send them in order. This program accepts 3 arguments: l(link […]