Hacker blog

GitHub Pages for writeups, programming, Walkthroughts

contact

Writeups

Coding

// 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
# python
def fun():
  print("Hello world!")
  return