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
| ACTION=="change", SUBSYSTEM=="drm", ENV{HOTPLUG}=="1", RUN+="/bin/su -l sarumont -c /home/sarumont/.common/base/bin/display_switch" |
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
| int len = s.length(); | |
| byte[] b = new byte[len]; | |
| s.getBytes( 0, len, b, 0 ); | |
| write( b ); |
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
| # Open javadocs.org to the given item | |
| jd() { | |
| links http://javadocs.org/$1 | |
| } |
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
| public static void main( String[] args ) throws Exception { | |
| Map<String,String> sm = new HashMap(3); | |
| //barf1( sm ); // compile-time error | |
| barf2( sm ); | |
| barf3( sm ); | |
| for ( String s : sm.keySet()) { | |
| System.out.println( "key: "+s+" "+s.getClass()); | |
| } | |
| } |
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
| :hi CursorLine cterm=none ctermbg=243 | |
| :map <silent> <leader>l :set cursorline<cr>:sleep 250m<cr>:set nocursorline<cr> | |
| :set nocursorline | |
| :let NERDTreeHighlightCursorline=0 |
NewerOlder