This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ---------------------------------------------------------------------------- | |
* This file was automatically generated by SWIG (http://www.swig.org). | |
* Version 2.0.8 | |
* | |
* This file is not intended to be easily readable and contains a number of | |
* coding conventions designed to improve portability and efficiency. Do not make | |
* changes to this file unless you know what you are doing--modify the SWIG | |
* interface file instead. | |
* ----------------------------------------------------------------------------- */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<property name="xfwm4" type="empty"> | |
<property name="default" type="empty"> | |
<property name="<Alt>Insert" type="empty"/> | |
<property name="Escape" type="empty"/> | |
<property name="Left" type="empty"/> | |
<property name="Right" type="empty"/> | |
<property name="Up" type="empty"/> | |
<property name="Down" type="empty"/> | |
<property name="<Alt>Tab" type="empty"/> | |
<property name="<Alt><Shift>Tab" type="empty"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<property name="xfwm4" type="empty"> | |
<property name="default" type="empty"> | |
<property name="<Alt>Insert" type="empty"/> | |
<property name="Escape" type="empty"/> | |
<property name="Left" type="empty"/> | |
<property name="Right" type="empty"/> | |
<property name="Up" type="empty"/> | |
<property name="Down" type="empty"/> | |
<property name="<Alt>Tab" type="empty"/> | |
<property name="<Alt><Shift>Tab" type="empty"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
inspirations: | |
http://architects.dzone.com/articles/your-logs-are-your-data?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+javalobby%2Ffrontpage+%28Javalobby+%2F+Java+Zone%29&utm_content=Google+Reader |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
My Ruby learning: | |
- system tray icon (Ruby + Qt) | |
https://github.com/ixti/blog/blob/master/articles/development/ruby/2010-06-23-system-tray-icon-with-ruby-and-qt4.mkdown |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grant { | |
permission java.security.AllPermission; | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvn dependency:tree -Dverbose |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
which cp | |
/usr/bin/cp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
keytool -list -v -storepass changeit -keystore $GLASSFISH_HOME/domains/domain1/config/keystore.jks | |
keytool -list -v -storepass changeit -keystore $GLASSFISH_HOME/domains/domain1/config/cacerts.jks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
svn co https://svn.java.net/svn/glassfish~svn/tags/3.1.1/ glassfish_3.1.1 |