Dzhuliana's digital notebook

Logo

A digital notebook where I will keep all my stuff organized in order to find them easier in the future.

View the Project on GitHub dzhulianaN/notes

Here are my thoughts, code snippets, learning journals on books, scientific articles, blog posts, discussions, and life.

About me:

Other notes:

OneUpOneDown

Markdow stuff:

// Javascript code with syntax highlighting.
var fun = function lang(l) {
  dateformat.i18n = require('./lang/' + l)
  return true;
}
# Ruby code with syntax highlighting
GitHubPages::Dependencies.gems.each do |gem, version|
  s.add_dependency(gem, "= #{version}")
end