Advertisement
Nickname
averagejoe
Registered since:
March 24, 2013
Short bio:
Java developer located in east coast USA.
Home page:
http://octodecillion.com/
Total posts:
262

Forum posts by josef betancourt:

18 pages [ Previous 1 ... 9 10 11 12 13 14 15 16 17 18 Next ]
Posted in Java Buzz Forum, Nov 18, 2013, 2:12 AM
Just came to my attention that cell phone data can be inaccessible if you can’t unlock the phone via the screen. Scenario, you have thousands of pictures and stuff on your phone. You drop your phone, screen is broken fully (not just the glass), and now you can’t unlock the phone to access your data. [...]
Posted in All Buzz Forum, Nov 1, 2013, 1:29 AM
The Ant Hook scripts using Groovy implementation is extended with the ability to also skip target execution. Thus, an “around” advice AOP like or filter. In the last post, Ant Hooks using Groovy Script via Scriptdef, we used the Ant BuildListener interface to add a hooks feature that invokes a Groovy script mapped to build [...]
Posted in Java Buzz Forum, Nov 1, 2013, 1:29 AM
The Ant Hook scripts using Groovy implementation is extended with the ability to also skip target execution. Thus, an “around” advice AOP like or filter. In the last post, Ant Hooks using Groovy Script via Scriptdef, we used the Ant BuildListener interface to add a hooks feature that invokes a Groovy script mapped to build [...]
Posted in All Buzz Forum, Oct 29, 2013, 7:02 AM
Ant BuildListener interface is used to add a hooks feature that invokes a Groovy script mapped to build events. One way of changing a complex Ant build is to use hook scripts that are executed at defined points in the Ant build life cycle. A use case for this is the reuse of build scripts [...]
Posted in Java Buzz Forum, Oct 29, 2013, 7:02 AM
Ant BuildListener interface is used to add a hooks feature that invokes a Groovy script mapped to build events. One way of changing a complex Ant build is to use hook scripts that are executed at defined points in the Ant build life cycle. A use case for this is the reuse of build scripts [...]
Posted in All Buzz Forum, Oct 28, 2013, 11:03 PM
Many version control systems use ignore files in a folder to indicate resources that should not be in version control. But, these ignore files are a separate concern, not germane to the purpose of the source code. Should we also have files that indicate how to compile? These concerns are localized, either in the build [...]
Posted in Java Buzz Forum, Oct 28, 2013, 11:03 PM
Many version control systems use ignore files in a folder to indicate resources that should not be in version control. But, these ignore files are a separate concern, not germane to the purpose of the source code. Should we also have files that indicate how to compile? These concerns are localized, either in the build [...]
Posted in All Buzz Forum, Oct 23, 2013, 7:53 AM
Instead of resizing the screen in order to read a column of text, just double tap on a paragraph of that column. The column will then widen to full horizontal width of screen. Most web pages are composed of vertical columns with ads and other features on the side columns; the main text is on [...]
Posted in Java Buzz Forum, Oct 23, 2013, 7:53 AM
Instead of resizing the screen in order to read a column of text, just double tap on a paragraph of that column. The column will then widen to full horizontal width of screen. Most web pages are composed of vertical columns with ads and other features on the side columns; the main text is on [...]
Posted in All Buzz Forum, Oct 20, 2013, 1:02 PM
Since smartphones need to run as efficiently as possible in a small memory space, the issue of Bloatware has become more of an issue. Is anyone doing anything about it? What is Bloatware The term Bloatware is used in many ways. As used here it refers to the inclusion of software into a device (smartphone, [...]
Posted in Java Buzz Forum, Oct 20, 2013, 1:02 PM
Since smartphones need to run as efficiently as possible in a small memory space, the issue of Bloatware has become more of an issue. Is anyone doing anything about it? What is Bloatware The term Bloatware is used in many ways. As used here it refers to the inclusion of software into a device (smartphone, [...]
Posted in All Buzz Forum, Oct 20, 2013, 9:03 AM
With so many Android devices out there, some people get wrong info on how to get into Recovery Mode. On the original Samsung Galaxy Note supplied by carrier AT&T in the USA the process is: Power off the device Hold in three buttons: Up Volume switch Down Volume switch Power button Wait for Android logo [...]
Posted in Java Buzz Forum, Oct 20, 2013, 9:03 AM
With so many Android devices out there, some people get wrong info on how to get into Recovery Mode. On the original Samsung Galaxy Note supplied by carrier AT&T in the USA the process is: Power off the device Hold in three buttons: Up Volume switch Down Volume switch Power button Wait for Android logo [...]
Posted in All Buzz Forum, Oct 19, 2013, 7:02 PM
On a StackOverflow question asking about example source code, one answer pointed to a very good resource: jgit-cookbook. JGit is a lightweight pure Java library implementing the Git version control system. It is used by the EGit team provider in Eclipse among other places. References jgit-cookbook JGit: Cannot find a tutorial or simple example...
Posted in Java Buzz Forum, Oct 19, 2013, 7:02 PM
On a StackOverflow question asking about example source code, one answer pointed to a very good resource: jgit-cookbook. JGit is a lightweight pure Java library implementing the Git version control system. It is used by the EGit team provider in Eclipse among other places. References jgit-cookbook JGit: Cannot find a tutorial or simple example...
18 pages [ Previous 1 ... 9 10 11 12 13 14 15 16 17 18 Next ]
Advertisement