-
Archives
- August 2023
- January 2023
- December 2022
- November 2022
- October 2022
- April 2022
- January 2022
- December 2021
- November 2021
- February 2021
- January 2021
- December 2020
- September 2020
- August 2020
- July 2020
- June 2020
- January 2020
- December 2019
- September 2019
- July 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- August 2018
- June 2018
- February 2018
- January 2018
- October 2017
- September 2017
- August 2017
- April 2017
- March 2017
- January 2017
- November 2016
- October 2016
- September 2016
- May 2016
- February 2016
- January 2016
- December 2015
- August 2015
- July 2015
- April 2015
- February 2015
- December 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- March 2014
- October 2013
- June 2013
- May 2013
- April 2013
- July 2012
- June 2012
- April 2012
- January 2012
- December 2011
- November 2011
- October 2011
- June 2011
- May 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- August 2010
- June 2010
- May 2010
- April 2010
- January 2010
- October 2009
- September 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
-
Meta
Category Archives: workday
Computer Browser Service and randomly lost connection
I was having once a while connection problem with two computers, both with Windows 7 operating system. I found possible explanation and solution, maybe: Windows 7 itself, or more precise Computer Browser Service. Detail description is in excellent article Wireless … Continue reading
Posted in workday
Leave a comment
Virtual Computer
Performance of nowadays personal computers is more, than one would expect. They can even run two or more computers in the same time, actually virtual computers, which can share resources of real physical computer. For users of Windows there are … Continue reading
Posted in workday
Leave a comment
Java executable jar file
Once a while is needed java executable jar file using java jar tool. Here is an example of the batch file, let’s say makejar.bat, which can create executable jar file. Expects package name examples. The first parameter is package subdirectory, … Continue reading
Posted in workday
Leave a comment
Skype from command line
Once a while is handy to be able use Skype from somebody else computer. In this case one can copy Skype and personal data (contact list) to USB flash drive. Here is what could be done. This example is using … Continue reading
Posted in workday
Leave a comment
Why is the letter x the unknown?
Answer can be found at TED speech by Terry Moore, executive director at the Radius Foundation. When Arabic texts made their way to Spain in the 11th century, Europe wanted to translate this mathematical wisdom of the East into a written, Western language. Attempts … Continue reading
Posted in workday
Leave a comment
Hinge tracker
For taking picture of the sky is mount of the camera maybe more important, than camera itself. For long exposure, for sure. Cheap and portable solution could be hinge mount or hing tracker. Several of such mounts are at Gary Seronik website. … Continue reading
Posted in workday
Leave a comment
Solar system simulated in Java applet
Nice applet showing Solar system at http://weelookang.blogspot.com/2011/06/ejs-open-source-kepler-3rd-law-system.html There are links to more interesting applet of virtual astronomy and physics.
Posted in workday
Leave a comment
Swing is not thread safe
Java Swing is not thread safe, and here are some related resources. Swing’s threading policy from package description Java SE Desktop Articles and tutorial Creating GUI SwingUtilities methods invokeAndWait and invokeLater in an example at Java Revisited blog Building thread safe GUIs at Java Developers Journal resource CD vol 6 issue … Continue reading
Posted in workday
Leave a comment
REST
Representational State Transfer (REST) is an architectural style for creating, maintaining, retrieving, and deleting resources. REST’s information-driven, resource-oriented approach to building Web services can both satisfy your software’s users and make your life as a developer easier. Web services that allow … Continue reading
Posted in workday
Leave a comment
Work time tracking
Do you have hard time to track time spent on various projects and work activities? There is an option to use open source tool Inspectime. Implented as an Java server application can be deployed on server like Tomcat, Glassfish, etc, also … Continue reading
Posted in workday
Leave a comment