VirtualTam's bookmarks

  1. Ed, man! !man ed 2016-08-18

    ED(1) Unix Programmer's Manual ED(1)

    NAME ed - text editor

    SYNOPSIS ed [ - ] [ -x ] [ name ] DESCRIPTION Ed is the standard text editor.

  2. Literate DevOps 2016-03-29

    """ Instead of opening up a terminal to my virtual machine, I pop into Emacs and load this sprint’s /note file/1, create a new header, and enter the shell and ruby commands in this text file.

    What good is this? Unlike a traditional terminal, this allows me to log, document and execute each command.

    As an old bear with very little brains, my prose can explain the background and purpose of each command. Clicking the hyperlink refreshes my memory of previous discoveries. A keychord executes the code block… """

  3. Git repository browser providing several colourful views:

    • file tree w/ revisions
    • different kinds of log
    • blame - when highlighting a line, displays the corresponding diff in a side pane

    see http://jonas.nitro.dk/tig/manual.html

  4. TL;DR - Right Click on window title bar > More Actions > Special Applications Settings > Size and Position > Obey geometry restrictions > Choose Force and leave check mark to No.

    http://www.emacswiki.org/emacs/KdeMaximized https://bbs.archlinux.org/viewtopic.php?id=92115

  5. csv [sebsauvage] 2015-07-24

    MOUHAHAHAHAHAHAHA

    • Alors comme ça tu veux faire du CSV ?
    • Et tu crois vraiment que tu peux écrire toi-même facilement un parseur de CSV ?
    • Tu crois vraiment qu'il te suffit de faire un bête split() sur chaque ligne du fichier pour t'en sortir ???
    • T'es vraiment sûr que t'as pensé à tout ?
  6. CMU Sphinx 2015-05-02

    A speech recognition toolkit

  7. ;; emacs-snapshot PPA hack
    (when (>= emacs-major-version 25) (defconst debian-emacs-flavor 'emacs25))