Skip to content

Instantly share code, notes, and snippets.

View Whateverable's full-sized avatar
☺️
Having fun on #raku on Libera.chat

Whateverable bots Whateverable

☺️
Having fun on #raku on Libera.chat
View GitHub Profile
@Whateverable
Whateverable / query
Created July 25, 2016 02:07
committable
HEAD say 2⁴⁰⁹⁶ # now we are talking
@Whateverable
Whateverable / query
Created July 25, 2016 18:36
bisectable
m: use MONKEY-TYPING; augment class IO::Path { multi method basename (:$ext!) { $.basename.substr: 0, *-$.extension } }; "foo.txt.bak".IO.basename(:!ext).say
@Whateverable
Whateverable / graph.svg
Created July 26, 2016 02:23
benchabletest
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Whateverable
Whateverable / graph.svg
Created July 26, 2016 02:29
benchabletest
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Whateverable
Whateverable / graph.html
Created July 26, 2016 03:03
benchabletest
<!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>
@Whateverable
Whateverable / graph.html
Created July 26, 2016 03:50
benchabletest
<!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>
@Whateverable
Whateverable / graph.html
Created July 26, 2016 03:53
benchabletest
<!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>
@Whateverable
Whateverable / query
Created July 26, 2016 06:58
bisectable
my @a; @a.splice(0, 0, 42); say @a
@Whateverable
Whateverable / query
Created July 26, 2016 06:58
bisectable
++ AlexDaniel++
@Whateverable
Whateverable / query
Created July 27, 2016 03:12
committabletest
HEAD ++blah++