This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| @ModelAttribute("userId") | |
| public long getUserId(PortletRequest request) throws PortalException, SystemException, RepException { | |
| final ThemeDisplay themeDisplay = (ThemeDisplay) request.getAttribute(WebKeys.THEME_DISPLAY); | |
| return themeDisplay.getUserId(); | |
| } |
| <kml> | |
| <Document> | |
| <name>OpenStreetMap</name> | |
| <description>Created from OSM data with Osmexport</description> | |
| <!-- | |
| Copyright (c) OpenStreetMap Contributors | |
| http://www.openstreetmap.org/ | |
| This work is licensed under the | |
| Creative Commons Attribution-ShareAlike 2.0 License. |
| <kml> | |
| <Document> | |
| <name>OpenStreetMap</name> | |
| <description>Created from OSM data with Osmexport</description> | |
| <!-- | |
| Copyright (c) OpenStreetMap Contributors | |
| http://www.openstreetmap.org/ | |
| This work is licensed under the | |
| Creative Commons Attribution-ShareAlike 2.0 License. |
| <kml> | |
| <Document> | |
| <name>OpenStreetMap</name> | |
| <description>Created from OSM data with Osmexport</description> | |
| <!-- | |
| Copyright (c) OpenStreetMap Contributors | |
| http://www.openstreetmap.org/ | |
| This work is licensed under the | |
| Creative Commons Attribution-ShareAlike 2.0 License. |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| http://repo1.maven.org/maven2/com/google/android/android/2.3.3/android-2.3.3.jar | |
| http://repo1.maven.org/maven2/com/google/guava/guava/r09/guava-r09.jar | |
| http://repo1.maven.org/maven2/com/google/gwt/gwt-servlet/2.4.0/gwt-servlet-2.4.0.jar | |
| http://repo1.maven.org/maven2/com/google/inject/guice/3.0/guice-3.0.jar | |
| http://repo1.maven.org/maven2/com/h2database/h2/1.3.160/h2-1.3.160.jar | |
| http://repo1.maven.org/maven2/com/liferay/portal/portal-service/6.0.6/portal-service-6.0.6.jar | |
| http://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream/1.4.1/xstream-1.4.1.jar | |
| http://repo1.maven.org/maven2/com/vaadin/vaadin/6.6.6/vaadin-6.6.6.jar | |
| http://repo1.maven.org/maven2/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar | |
| http://repo1.maven.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar |
| Should be something doable in 1-2 days. | |
| Inspiration resources: | |
| http://www.wired.com/gadgetlab/category/hacks-mods-and-diy/ | |
| http://nodeknockout.com/ | |
| http://www.instructables.com/ | |
| http://www.mysociety.org/projects/ | |
| http://en.wikipedia.org/wiki/Open_Design |
| Open source projects ussualy choose 4 space insead of tabs for code identation | |
| http://wiki.apache.org/velocity/CodeStandards | |
| http://wiki.alfresco.com/wiki/Coding_Standards | |
| http://maven.apache.org/developers/conventions/code.html | |
| https://cwiki.apache.org/S2WIKI/struts-2-coding-conventions.html | |
| http://tomcat.apache.org/getinvolved.html | |
| http://source.android.com/source/code-style.html | |
| http://www.webkit.org/coding/coding-style.html | |
| http://subversion.apache.org/docs/community-guide/conventions.html |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
| Enable-RemoteDesktop | |
| cinst curl | |
| cinst git -params "/GitAndUnixToolsOnPath" | |
| cinst virtualbox | |
| cinst vagrant | |
| cinst nodejs |