robertmarkbramprogrammer.blogspot.com
Rob on Programming: Windows: one clipboard is not enough!
http://robertmarkbramprogrammer.blogspot.com/2011/02/windows-one-clipboard-is-not-enough.html
Monday, February 21, 2011. Windows: one clipboard is not enough! Too often I have found the need for more than one clipboard in Windows (a clipboard is what you use when you copy, cut and paste). There are various application specific solutions. UltraEdit has 9 inbuilt clipboards (control 0-9, 0 being the default, Windows clipboard). Eclipse has a very cool multi clipboard plugin. But I want something that will work across. Then I found out about the amazing Autohotkey. Created by Florian Winkelbauer.
robertmarkbramprogrammer.blogspot.com
Rob on Programming: January 2015
http://robertmarkbramprogrammer.blogspot.com/2015_01_01_archive.html
Thursday, January 08, 2015. Do you use mvn on a bash prompt? Sunday 26 April 2015, 01:36:51 PM: renamed my github repos where these files are stored. Here is my bash version of the DOS script I wrote about in Do you use mvn on a DOS prompt? Do you use mvn on a bash prompt? Sick of having to scroll through a tiny bash prompt looking for an error amongst thousands of lines of output? Sick of not being able to search through the log? Want to save logs for future reference? Well, look no further! Thursday 08...
robertmarkbramprogrammer.blogspot.com
Rob on Programming: March 2014
http://robertmarkbramprogrammer.blogspot.com/2014_03_01_archive.html
Saturday, March 22, 2014. Listary, Directory Opus and AutoHotkey - a match made in Geek Heaven. Is a very good tool for finding files fast. It indexes all drives on your machine and integrates into Windows Explorer or Directory Opus. My explorer of choice) so that when you start typing any file name, it will straight away show you all. Matches, highlighting the ones in your current directory. And want to look at files in D: Temp. So I summon the Listary toolbar, type. Run c: Program Files GPSoftware Dire...
robertmarkbramprogrammer.blogspot.com
Rob on Programming: November 2014
http://robertmarkbramprogrammer.blogspot.com/2014_11_01_archive.html
Monday, November 17, 2014. Autohotkey script to generate a BIRT report from Eclipse Report Design perspective. Script to generate a BIRT report from Eclipse. Run → View Report → In Web Viewer/As Doc/As PDF etc. I use this because, frustratingly, there are no key bindings to generate a report and no accelerator keys under the. Menu in Eclipse since Luna Release (4.4.0). Note that there are two conditions under which the trigger will execute. The first one is when I am in the main window of Eclipse: (.
robertmarkbramprogrammer.blogspot.com
Rob on Programming: April 2015
http://robertmarkbramprogrammer.blogspot.com/2015_04_01_archive.html
Sunday, April 26, 2015. Generating getters setters toString hashCode and equals. Generating code is a good way to remove so much boilerplate in Java that you would otherwise write by hand. Getters and setters is a big one. Eclipse can generate those, but Eclipse generation clashes with Checkstule rules that I use. The. This post demonstrates some code I have written to automate the generation of these things. Checkstyle vs Getters and Setters. Ensure that I have a jadvadoc comment on fields and methods.
robertmarkbramprogrammer.blogspot.com
Rob on Programming: February 2015
http://robertmarkbramprogrammer.blogspot.com/2015_02_01_archive.html
Friday, February 13, 2015. I've seen things you people wouldn't believe. I've seen things you people wouldn't believe. De-compiled code in a torn off Eclipse editor on my second monitor. I watched core dumps so large my 32-bit editor literally couldn't open them. All those. moments. will be lost in time, like [small cough] my Wetern Digital 3TB. hard. disk. Which. died. Posted by Robert Mark Bram. Friday, February 13, 2015. Subscribe to: Posts (Atom). Subscribe in a reader. Rob Tumbls - my Tumblr Blog.
robertmarkbramprogrammer.blogspot.com
Rob on Programming: June 2015
http://robertmarkbramprogrammer.blogspot.com/2015_06_01_archive.html
Thursday, June 18, 2015. JQuery UI tooltip with a close link for mobile. Here is the JQuery code I use to to set up JQuery UI tool tips. With a close link that only appears on mobile platforms. This is useful because on a desktop, the tool tip will close when you. From the target element, but on a touch platform it sticks around. I am targeting three types of things here:. Any element with class. Any element with class. You can see this in action on my newly refreshed site: Chihuahua Rescue Victoria.
robertmarkbramprogrammer.blogspot.com
Rob on Programming: May 2014
http://robertmarkbramprogrammer.blogspot.com/2014_05_01_archive.html
Thursday, May 29, 2014. Regex to replace upper case with lower case in UltraEdit. Regex in UltraEdit to replace someStringWithCamelCase with "some string with camel case". This is using regex to find upper case characters and replace them with lower case by finding. Thanks to this StackOverflow post: Convert a char to upper case using regular expressions (EditPad Pro). Posted by Robert Mark Bram. Thursday, May 29, 2014. Subscribe to: Posts (Atom). Subscribe in a reader. Rob Tumbls - my Tumblr Blog.
robertmarkbramprogrammer.blogspot.com
Rob on Programming: JQuery UI tooltip with a close link for mobile
http://robertmarkbramprogrammer.blogspot.com/2015/06/jquery-ui-tooltip-with-close-link-for.html
Thursday, June 18, 2015. JQuery UI tooltip with a close link for mobile. Here is the JQuery code I use to to set up JQuery UI tool tips. With a close link that only appears on mobile platforms. This is useful because on a desktop, the tool tip will close when you. From the target element, but on a touch platform it sticks around. I am targeting three types of things here:. Any element with class. Any element with class. You can see this in action on my newly refreshed site: Chihuahua Rescue Victoria.
robertmarkbramprogrammer.blogspot.com
Rob on Programming: Run main class in test dir from maven with Java agent and Log4J configuration
http://robertmarkbramprogrammer.blogspot.com/2015/06/run-main-class-in-test-dir-from-maven.html
Wednesday, June 17, 2015. Run main class in test dir from maven with Java agent and Log4J configuration. It took a bit of help from Michal. On this StackOverflow post: Running main method from test class via maven. Before I got this right. But here it is:. And I run it with the command line:. Mvn -e exec:exec -Prun-importer. The advantages of this approach:. The whole purpose of this profile is to run "special code" that should never be deployed but needs to make use of code in src and test src.
SOCIAL ENGAGEMENT