Pattern Consumer

Continually apply basic, simple fundamentals over a long period of time

Wednesday, March 11, 2015

4:46 PM

Category theory foundations 1.0

Unknown Leave a comment


Email ThisBlogThis!Share to TwitterShare to Facebook
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • Initialize armadillo matrix with std vector in c++
    Armadillo's documentation page shows us how to initialize a arma::mat from a c array, here is how to do it with a c++ std vector: ...
  • ggplot2: difference between geom_line and geom_path
    geom_line: Connect observations, ordered by x value. geom_path: Connect observations in original order demo geom_line and geom...
  • Put a string in osx clipboard with Python
    I used to store strings in files and then put the file content into clipboard by shell redirection, today I have found a better way: tests...
  • How to use JUnit with Scala
    How to use JUnit with Scala By Alvin Alexander. Last updated: Jun 8, 2014 ...
  • Common Seq operations
    // scala code object Test { // Seq operations val xs = List ( 1 , 2 , 3 , 4 , 5 ) xs . isDefinedAt ( 2 ) xs ( 2 ) xs ...
  • Subsetting matrices in armadillo
    Here are some tests for subsetting a matrix in armadillo: by columns, by rows or by both: C++ code: // [[Rcpp::export]] arma::mat t...
  • Rotation of ellipse and eigenvectors of quadratic forms
    Rotation of ellipse and eigenvectors of quadratic forms A quaratic form is a polynomial of the form: \begin{align*} f(x) &= ...
  • PLINK file formats: .bim and .fam
    Generate test files Content of test1.ped: fabu peter 0 0 1 0 G G 2 2 C C fabu mary 0 ...
  • Functional programming in Scala, Chapter 3, Tree implementation
    object Example { sealed trait Tree [+ A ] case class Leaf [ A ]( value : A ) extends Tree [ A ] case class Branch [ A ...
  • Shape of cycloid and its parametric equation:
    Shape of cycloid and its parametric equation: Take derivative at $\theta = 0$ and you will find (using l'Hopital's ...

Blog Archive

  • ►  2017 (5)
    • ►  January (5)
  • ►  2016 (11)
    • ►  December (2)
    • ►  February (1)
    • ►  January (8)
  • ▼  2015 (144)
    • ►  December (2)
    • ►  November (6)
    • ►  October (118)
    • ►  September (1)
    • ►  August (4)
    • ►  July (6)
    • ►  April (1)
    • ▼  March (3)
      • Install gtk2hs on osx
      • Category theory foundations 1.2 — Steve Awodey
      • Category theory foundations 1.0
    • ►  January (3)
  • ►  2014 (194)
    • ►  September (1)
    • ►  August (1)
    • ►  July (59)
    • ►  June (13)
    • ►  May (29)
    • ►  April (91)
Copyright © Pattern Consumer | Powered by Blogger
Distributed By Free Blog Templates | Design By CSThemes