- Snap Screen™
More efficiently provide a safe environment for using electronic devices. Sends pictures of what is on the display at somewhat random times so user knows they could be observed at any time, but the supervisor does not need to be their watching over their shoulder the whole time. Good, for example, for parents supervising their children, managers supervising employees, and conscientious users desiring accountability. Currently supports Windows, Linux, and Mac. Standard version supports up to 1000 free screen snaps per month. Premium version costs $5 per month. - Idea Site™
Browse through interesting ideas for businesses and products related to software technology. Collaborate by commenting and suggesting ways to improve the ideas. Includes ideas related to cloud computing, drones, virtualization, mobile apps, security, automation, and more.
Came across this sample from a certain multi-billion-dollar company, purporting to show how to implement exception handling. I slightly changed a few cosmetic details to make it anonymous. try { // ... } catch (GeneralException e) { if (e instanceof SpecificExceptionA){ // ... } else if (e instanceof SpecificExceptionB){ // ... } } This is a true actual story--you can't make this stuff up. Yeah, I thought it was pretty hilarious; so I felt like I had to share it.
Comments
Post a Comment
You can use some HTML tags, such as <b>, <i>, and <a>.