Hello World

December 28, 2015

In this personal blog I intend to write about what I learn and stuff I’m interested in. For this purpose, I’d like to have codeblock:

let hello_world =
  printf "hello world"

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Here is some italic text But also nice tables, for instance to show algorithm complexity

Algorithm Average Worst
Quicksort Θ(nlogn)\Theta(n \log{n}) O(n2)O(n^2)
Mergesort Θ(nlogn)\Theta(n \log{n}) O(nlogn)O(n \log{n})
Bubblesort Θ(n2)\Theta(n^2) O(n2)O(n^2)

Of course items are very important too. Here are the languages I’m interested in. pay attention to the margin between items, it has been thought carefully:

  • OCaml has awesome feature and it’s french
  • javascript becomes better and better for the web
  • Rust is modern and looks so awesome too

Last but not least quote that I might not use so often but still, it’s always something nice to have in our toolbox :D

Anyone who has never made a mistake has never tried anything new. Albert Einstein

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

Oh, I almost forgot about Math inline equation: a2+b2=c2a^2 + b^2 = c^2

α=CSCS      β=CCCS\alpha = \dfrac{|C'S|}{|CS|} \;\;\; \beta = \dfrac{|CC'|}{|CS|}

Written by Vincent Cordobes