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
HEAD say 2⁴⁰⁹⁶ # now we are talking |
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
m: use MONKEY-TYPING; augment class IO::Path { multi method basename (:$ext!) { $.basename.substr: 0, *-$.extension } }; "foo.txt.bak".IO.basename(:!ext).say |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<title>Gnuplot Canvas Graph</title> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<!--[if IE]><script type="text/javascript" src="excanvas.js"></script><![endif]--> | |
<script src="/usr/share/gnuplot/gnuplot/4.6/js/canvasmath.js"></script> | |
<script src="/usr/share/gnuplot/gnuplot/4.6/js/gnuplot_common.js"></script> | |
<script src="/usr/share/gnuplot/gnuplot/4.6/js/gnuplot_mouse.js"></script> | |
<script type="text/javascript"> gnuplot.help_URL = "/usr/share/gnuplot/gnuplot/4.6/js//canvas_help.html"; </script> |
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
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<title>Gnuplot Canvas Graph</title> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<!--[if IE]><script type="text/javascript" src="excanvas.js"></script><![endif]--> | |
<script src="/usr/share/gnuplot/gnuplot/4.6/js/canvasmath.js"></script> | |
<script src="/usr/share/gnuplot/gnuplot/4.6/js/gnuplot_common.js"></script> | |
<script src="/usr/share/gnuplot/gnuplot/4.6/js/gnuplot_mouse.js"></script> | |
<script type="text/javascript"> gnuplot.help_URL = "/usr/share/gnuplot/gnuplot/4.6/js//canvas_help.html"; </script> |
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
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<title>Gnuplot Canvas Graph</title> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<!--[if IE]><script type="text/javascript" src="excanvas.js"></script><![endif]--> | |
<script src="/usr/share/gnuplot/gnuplot/4.6/js/canvasmath.js"></script> | |
<script src="/usr/share/gnuplot/gnuplot/4.6/js/gnuplot_common.js"></script> | |
<script src="/usr/share/gnuplot/gnuplot/4.6/js/gnuplot_mouse.js"></script> | |
<script type="text/javascript"> gnuplot.help_URL = "/usr/share/gnuplot/gnuplot/4.6/js//canvas_help.html"; </script> |
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 @a; @a.splice(0, 0, 42); say @a |
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
++ AlexDaniel++ |
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
HEAD ++blah++ |