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
<!DOCTYPE html> | |
<html> | |
<head> | |
<link rel="stylesheet" href="https://gather.at/home/stylesheets/sprite.css" /> | |
<link rel="stylesheet" href="style.css" /> | |
</head> | |
<body> | |
<div style="width: 200px; margin: 10px; padding: 10px; border: 1px solid gray;"> | |
<div class="share-wrapper"> | |
<input class="share-option" name="twitter" type="checkbox"> |
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
/* | |
* NAME | |
* | |
* statistics-distributions.js - JavaScript library for calculating | |
* critical values and upper probabilities of common statistical | |
* distributions | |
* | |
* SYNOPSIS | |
* | |
* |