Other articles


  1. TeX hyphenation

    When TeX/LaTeX is fully justifying text there are times when it could do better but it does not know …

    read more
  2. TeX Paragraph Box

    parbox is a LaTeX command used to place a box around text.

    Remeber that optional arguments are in [] (Square brackets …

    read more
  3. LaTeX macros

    LaTeX macros can be used as simple text replacments for example:

    \documentclass{article}
    \newcommand{\LUG}{LEGO User Group}
    \begin{document …
    read more
  4. Pyhton_virtual_env

    Creating/Setup a pyhton virtual enviroment called 'venv'

    python3 -m venv venv
    

    Load the virtual env called venv

    source venv …
    read more
  5. Convolution in Python

    Convolution in Python, for merging filter responses, creating pascals triangle ...

    import numpy as np
    
    a= np.array([1,1])
    b …
    read more
  6. Python merge PDFs

    Using python script to merge pdfs together.

    Install package

    pip install pypdf
    

    Script:

    from pypdf import PdfWriter
    
    pdfs = ['file1.pdf …
    read more
  7. "Home Directory File Structure"

    Apples default directory structure is :

    /Users/username
    ├── Desktop
    ├── Documents
    ├── Downloads
    ├── Library   # Hidden by default
    ├── Movies
    ├── Music
    ├── Pictures
    ├── Public
    

    My current …

    read more
  8. "Vim: Macro"

    When . just will not do (repeats last action) because you need to capture a movement as well, macros are quick …

    read more
  9. "brew update fail"

    Received the following errors when doing brew update on mountain lion:

    error: The following untracked working tree files would be …
    read more
  10. "Chandelier"

    A new feature in the dining room.

    Chandelier view 1 Chandelier view 2

    Approximate materials and cost:

    Section of plywood ~£10
    16 meters of 2.5mm …
    read more
  11. "Gardener C14e"

    The programs available on your Gardener C14e water computer (timer) are:

    Program Cycle Duration
    00 None 0
    01 Every 6 …
    read more
  12. "Home Wi-Fi"

    On the continuous search for a decent ADSL, Router and Wireless access point. I have tried many (unscientifically). Finding that …

    read more

social