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
#!/usr/bin/perl | |
# Copyright (c) 2015 Andrew Fresh <[email protected]> | |
# | |
# Permission to use, copy, modify, and distribute this software for any | |
# purpose with or without fee is hereby granted, provided that the above | |
# copyright notice and this permission notice appear in all copies. | |
# | |
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | |
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | |
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
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
if match( bufname(1),'COMMIT_EDITMSG' ) != -1 | |
:silent !git diff --cached >/tmp/commit.diff | |
:silent :vsplit /tmp/commit.diff | |
:wincmd l | |
:wincmd H | |
:set spell | |
:set ft=gitcommit | |
endif |
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
> perl6 | |
You may want to `panda install Readline` or `panda install Linenoise` or use rlwrap for a line editor | |
To exit type 'exit' or '^D' | |
> my @windows = 3, 95, 'xp', 'vista', 7 ... *; | |
[...] | |
> say $_ for @windows[0..20]; | |
3 | |
95 | |
xp |
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
payprop@ubuntu-xenial:/tmp$ /opt/tools/bin/perl5.24.0 -w -E'my $foo = "works"; my $bar ="really"; say "$foo::$bar";' | |
works::really | |
payprop@ubuntu-xenial:/tmp$ /opt/tools/bin/perl5.28.0 -w -E'my $foo = "works"; my $bar ="really"; say "$foo::$bar";' | |
Use of uninitialized value $foo:: in concatenation (.) or string at -e line 1. | |
really |
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/Bug/Display/100179/index.html:508:<span class="downloadcontenttype">application/x-gzip 628b</span> | |
Public/Bug/Display/100190/index.html:579:<span class="downloadcontenttype">application/gzip 41.7k</span> | |
Public/Bug/Display/100261/index.html:508:<span class="downloadcontenttype">application/x-gzip 628b</span> | |
Public/Bug/Display/100883/index.html:654:<span class="downloadcontenttype">application/x-gzip 72.7k</span> | |
Public/Bug/Display/100936/index.html:402:<span class="downloadcontenttype">application/zip 64.9k</span> | |
Public/Bug/Display/101007/index.html:651:<span class="downloadcontenttype">application/x-gzip 3.9k</span> | |
Public/Bug/Display/101007/index.html:712:<span class="downloadcontenttype">application/x-gzip 418b</span> | |
Public/Bug/Display/101007/index.html:808:<span class="downloadcontenttype">application/x-gzip 634b</span> | |
Public/Bug/Display/101092/index.html:487:<span class="downloadcontenttype">application/zip 127b</span> | |
Public/Bug/Display/101205/index.html:609:<span class="downloadcontenttype"> |
OlderNewer