Monday, July 25, 2011

Agenda for HOA Meeting

Mount Vintage Plantation Homeowners Association Meeting

Monday, August 1, at 6:00 pm in the Town Center

  1. Welcome – comments by HOA Board President, Talmadge Knight
  2. Introduction – brief overview
  3. Financial report
  4. Key issues review:
    1. Legal fee recovery from insurance company
    2. Special Assessment status
    3. Advisory Committee projects status
      1. Security study
      2. Town Center
      3. Equestrian Center
  5. Conclusion – any final questions/comments

 

 

Posted via email from MountVintage.org

Sunday, July 17, 2011

a new Enlive tutorial

Brian Marick <marick@exampler.com> has

finished a second - close to final, I hope - draft of an Enlive tutorial. It's on the wiki. http://bit.ly/oef1me

Posted via email from miner49r

Thursday, July 14, 2011

On Google+

Not sure what I'm going to do with it, but I'm on Google+ thanks to an invitation from Brent.

http://gplus.to/miner

Posted via email from miner49r

Tuesday, July 5, 2011

Clojure on Heroku

Heroku is a cloud application platform – a new way of building and deploying web apps.  

http://blog.heroku.com/archives/2011/7/5/clojure_on_heroku/

We're very excited to announce official support for Clojure, going into public beta as of today. Clojure is the third official language supported by Heroku, and is available on the Cedar stack.

Posted via email from miner49r

Saturday, July 2, 2011

OS X Java 6 update 5: how to reconnect the source… « A Wicket Diary

http://martijndashorst.com/blog/2011/07/01/os-x-java-6-update-5-how-to-reconnect-the-source/

How do you get the source again in your IDE (in my case Eclipse Indigo):

  • Download and install the javadeveloper_for_mac_os_x_10.6__10m3425.dmg from developer.apple.com (free registration required)
  • Install the client update (comes from the automatic update functionality in OS X), it doesn’t matter in which order you do these two steps)

Next run the following commands in a terminal:

cd /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home sudo ln -s /Library/Java/JavaVirtualMachines/1.6.0_26-b03-384.jdk/Contents/Home/src.jar sudo ln -s /Library/Java/JavaVirtualMachines/1.6.0_26-b03-384.jdk/Contents/Home/docs.jar

Eclipse will now be able to find the sources for the Java classes.

Posted via email from miner49r

Twitter Engineering: Fast Core Animation UI for the Mac

http://engineering.twitter.com/2011/07/starting-today-twitter-is-offering-twui.html

Starting today, Twitter is offering TwUI as an open-source framework(https://github.com/twitter/twui) for developing interfaces on the Mac.

Until now, there was not a simple and effective way to design interactive, hardware-accelerated interfaces on the Mac.

Posted via email from miner49r