Skip to content

Instantly share code, notes, and snippets.

View eliottha's full-sized avatar
🎯
Focusing

Eliott Hauteclair eliottha

🎯
Focusing
View GitHub Profile
{
for(i = 1; i < NF; i++) {
for(j = i+1; j <= NF; j++) {
if(length(a[$i,$j]) == 0) {
if(length(a[$j,$i]) > 0) {
next;
}
a[$i,$j]=$i" "$j;
print a[$i,$j];
}
@eliottha
eliottha / keybase.md
Created September 12, 2019 05:28
keybase.md

Keybase proof

I hereby claim:

  • I am eliottha on github.
  • I am eliottha (https://keybase.io/eliottha) on keybase.
  • I have a public key ASBtbDnpuMKHBPyvENaA7uN-JXh-yhCrWQTvZzn3POGfaQo

To claim this, I am signing this object:

$thu = "thursday";
$fri = "friday";
$sat = "saturday";
$sun = "sunday";
$y = "Yes";
$n = "No";
$unreadable = "Can&acute;t read this mail?";
$clickhere = "Click Here";
$activated = "Your ticket for the Jumping de Li&egrave;ge is activated.";
$expected = "You are expected";
@import url(https://fonts.googleapis.com/css?family=Lato:700);
.size(@w, @h) {
height: @h;
width: @w;
}
// --
*,
*:before,
div {
position:relative;
margin:80px;
width:220px; height:220px;
}
canvas {
display: block;
position:absolute;
top:0;
left:0;
var el = document.getElementById('graph'); // get canvas
var options = {
percent: el.getAttribute('data-percent') || 25,
size: el.getAttribute('data-size') || 220,
lineWidth: el.getAttribute('data-line') || 15,
rotate: el.getAttribute('data-rotate') || 0
}
var canvas = document.createElement('canvas');