Fork me on GitHub

Other articles


  1. NSupdate

    For a while now, I’ve been using DDNS services to remotely access machines for ssh etc. Most of these free services, such as dyndns and no-ip, require you to respond to an email every month or so to keep your account active. With this domain, I finally have an …

    read more

    There are comments.

  2. Code

    So this is a test of code in markdown with Pelican.

    For Python:

    import readline, rlcompleter
    readline.parse_and_bind("tab: complete")
    print("Hello world!")
    

    For C++:

    #include <iostream>
    
    int main() {
        std::cout << "Hello world!" << std::endl;
    }
    

    And for LaTeX

    \begin{equation}
    e^{i \pi} = -1
    \end{equation}
    
    read more

    There are comments.

Page 1 / 2 »

blogroll

accounts