Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    $minus = 1 - $from;
    
    1 until check(my @chain = generate());
    
  2. or download this
    [3, 2], [1, 0], [5, 0], [-1, 3], [3, 3], [0, 0], [0, 2]
    
  3. or download this
    #!/bin/bash
    i=0
    ...
        echo "$l"
        ((++i))
    done < <(sort -u 1)
    
  4. or download this
    set xrange [-2:6]
    set yrange [-2:6]
    ...
    set term png
    set output "4x4-16-" . out . ".png"
    plot '2' using 1:2 with lines notitle, "4x4-16.grid" using 1:2:(0.1) w
    +ith circles notitle