Put flip somewhere in your $PATH and chmod a+x it.
Copy fuck into ~/.bashrc.
| use 5.10.0; | |
| sub create_moo { | |
| my ( $class, $prototype ) = @_; | |
| eval join "\n", "package $class;", 'use Moo;', | |
| map { "has $_ => ( is => 'ro' );" } keys %$prototype; | |
| return $class; |
| ""; <<finish; | |
| map ,dl :call DualLived()<CR> | |
| finish | |
| use Vim::X; | |
| sub DualLived :Vim { | |
| vim_msg "hello there"; |
| # Cluster: | |
| cluster { | |
| color 'local'; | |
| description ''; | |
| name 'local'; | |
| interfaces ( | |
| "hftp://localhost:41110" => { type => 'readonly', version => "0.20.2" }, | |
| "hftp://localhost:41021" => { type => 'execute', version => "0.20.2" }, | |
| ); |
| use 5.20.0; | |
| use experimental 'postderef'; | |
| use HTTP::Proxy; | |
| use HTTP::Proxy::HeaderFilter::simple; | |
| use Ubic; | |
| use CHI; |
| use 5.12.0; | |
| package MyJSONY; | |
| use Parse::RecDescent; | |
| use JSON qw/ to_json from_json /; | |
| use Scalar::Util qw/ looks_like_number /; | |
| #!/usr/bin/env perl -s | |
| =head1 SYNOPSIS | |
| $ azkaban_flow -f=<format> path/to/final/job | |
| =head1 DESCRIPTION | |
| The script reads the Azkaban job file, figure out all its dependencies, traverses them, | |
| and generates the resulting graph. |
| use 5.20.0; | |
| use utf8; | |
| use experimental 'postderef'; | |
| package Approved; | |
| sub o { '9.9 oh my... suuuuure, why not?' } | |
| sub b { pop } |
| $ perl -MMyApp -MCatalystX::Info -E'say CatalystX::Info->new(app => "MyApp")->chained_actions->as_string' | |
| .---------------------------. | |
| | Chained actions | | |
| +----------------+----------+ | |
| | Path Spec | Private | | |
| +----------------+----------+ | |
| | /foo/*/bar/*/* | /foo (1) | | |
| | | => /bar | | |
| '----------------+----------' |
| // ==UserScript== | |
| // @name Show time remaining | |
| // @namespace Yanick | |
| // @description Show the tiem of videos remaining | |
| // @include https://class.coursera.org/proglang-003/* | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== |