Mois : août 2015

  • Convert PDF to HTML with pdf2htmlEX on Ubuntu/Mint/…

    I just discovered pdf2htmlEX which is a program to covert PDF files to HTML. The result is pretty nice as shown here: https://github.com/coolwanglu/pdf2htmlEX Building pdf2htmlEX on Ubuntu/Mint is not so easy if one has not the last version of Ubuntu (for example if your are on the previous LTS). Here are the main steps. Add…

  • Polynomial long division in C++

    I needed a function to perform polynomial division in C++. The polynomials are stored in vector< int >: a polynomial is represented by the vector Input of the function: vector< int >& iNumerator : the dividend (paramater by reference!) const vector< int >& iDenominator : the divisor Output: If iNumerator is divisible by iDenominator, the…

  • Inkscape – Changer la couleur des markers

    Si vous utilisez Inkscape et que vous voulez changer la couleurs des markers (par exemple si vous voulez que l’intérieur des dot soient blancs, comme pour le graphe de Coxeter ci-dessous), vous pouvez utiliser l’extension Markers Strokepaint, qui a été développée par Aaron Spike et Nicolas Dufour. Installation Télécharger l’archive suivante: rgug.ch/hostfiles/markers_strokepaint-new.tar.gz Copier les deux…