I hereby claim:
- I am tmbo on github.
- I am tmbo (https://keybase.io/tmbo) on keybase.
- I have a public key ASCFOhm3Z52iPMizSLNm9d_b5E1lWgw4IyIWA9VHoIgABQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| \usepackage{mathtools} | |
| % ... | |
| \DeclarePairedDelimiterX{\infdivx}[2]{(}{)}{% | |
| #1\;\delimsize\|\;#2% | |
| } | |
| \newcommand{\infdiv}{D\infdivx} |
| INPUT: | |
| U # underlying set of features | |
| EXPECTED_FEATURE_SET_SIZE # how many features should be selected | |
| OUTPUT: | |
| S # selected set of features | |
| while(not is_good_enough(S)): | |
| Ux, Uz = split_into_continous_nominal_features(U) | |
| require "formula" | |
| class ApacheSpark < Formula | |
| homepage "http://spark.apache.org/" | |
| head "https://github.com/apache/spark.git" | |
| url "http://d3kbcqa49mib13.cloudfront.net/spark-1.2.2-bin-hadoop1.tgz" | |
| version "1.2.2" | |
| conflicts_with 'hive', :because => 'both install `beeline` binaries' |
| source 'https://github.com/CocoaPods/Specs.git' | |
| platform :ios, '8.4' | |
| use_frameworks! | |
| pod 'MLPNeuralNet', '~> 1.0.0' |
| Verifying I am +tmbo on my passcard. https://onename.com/tmbo |
| import scala.annotation.tailrec | |
| import scala.App | |
| object Test extends App { | |
| val NumberOfRepetitions = 20 | |
| val longText = "This is a test text containing something and SoMETHING else." * 10000 | |
| println(s"Ready to start. Text size ${longText.length}") |
| echo " " | |
| echo " _____ _____ _____ " | |
| echo "| __| | |" | |
| echo "|__ | --| | | |" | |
| echo "|_____|_____|_|_|_|" | |
| echo "Shellgame installer" | |
| echo "" | |
| command -v brew >/dev/null 2>&1 || { | |
| echo "" |
| echo " " | |
| echo " _____ _____ _____ " | |
| echo "| __| | |" | |
| echo "|__ | --| | | |" | |
| echo "|_____|_____|_|_|_|" | |
| echo " Oxalis installer " | |
| command -v brew >/dev/null 2>&1 || { | |
| echo "" | |
| echo "~~~~ Installing homebrew ~~~~" |