This file contains 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
Option Strict Off | |
Option Explicit Off | |
Imports System | |
Imports EnvDTE | |
Imports EnvDTE80 | |
Imports EnvDTE90 | |
Imports EnvDTE90a | |
Imports EnvDTE100 | |
Imports System.Diagnostics | |
Imports System.Windows.Forms |
This file contains 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
function doit() { | |
function rem(el) { | |
el.parentNode.removeChild(el); | |
} | |
var taskboard = JSON.parse(document.querySelector('#taskboard script').innerHTML); | |
var data = taskboard.payload.data | |
var pbis_and_ranks = []; | |
This file contains 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
open System | |
open System.IO | |
type Nb = { Digit:int; Pixels:int[]} | |
let distance p1 p2 = | |
Array.map2 (fun x1 x2 -> (x1-x2) * (x1-x2)) p1 p2 | |
|> Array.sum | |
|> float | |
|> sqrt |
This file contains 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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] | |
"Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,27,00,28,00,28,00,27,00,\ | |
00,00,00,00 | |
"Hint"="Ucz się SOLIDa!" | |