Categories
Archives
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- September 2017
- June 2017
- May 2017
- January 2017
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- May 2016
- April 2016
- February 2016
- December 2015
- October 2015
- September 2015
- August 2015
- June 2015
- May 2015
- April 2015
- March 2015
- December 2014
- November 2014
- October 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- October 2012
- September 2012
- August 2012
- June 2012
- April 2012
- January 2012
- December 2011
- October 2011
- September 2011
- August 2011
- July 2011
- May 2011
- March 2011
- January 2011
- August 2010
- April 2010
- February 2010
Monthly Archives: September 2015
Attributes in Java
Yes, Java has them. They are called annotations. Finding a complete example is hard to find on the web. But this is how you use them to give a real-world example of reading and parsing TIGER EDGE DBF files using … Continue reading
Posted in Software
Leave a comment
Mac Shortcuts
I verified these shortcuts with my microsoft keyboard. Cmd + right arrow moves you to the end of the sentence and theCmd + left arrow moves you to the start.Fn + Left/Right arrows = Home & EndCmd + Up/Down Keys … Continue reading
Posted in Software
Leave a comment
Why I hate Java
based on just a few days of programming in java. whenever a method throws exception, need to decorate method name with throws Exception clause no var no File.ReadAllText no Path.ChangeExtension no import as [http://stackoverflow.com/questions/2447880/change-name-of-import-in-java-or-import-two-classes-with-the-same-name] no yield return [http://stackoverflow.com/questions/2352399/yield-return-in-java] no properties … Continue reading
Posted in Software
Leave a comment