Skip to content
View luapmartin's full-sized avatar
👨‍💻
👨‍💻
  • Freelancer C++ / JUCE / Python
  • Milan, ITALY
  • 14:44 (UTC +02:00)

Block or report luapmartin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. kaizen kaizen Public

    Kaizen : The 12 Fundamental Points / Les 12 Points fondamentaux.

  2. manifeste-agile manifeste-agile Public

    Le manifeste agile en français dans un fichier LaTeX. (format feuille A4)

    TeX

  3. Your problem with Vim is that you do... Your problem with Vim is that you don't grok vi.
    1
    Answer by Jim Dennis on Stack Overflow question http://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim/1220118#1220118
    2
    
                  
    3
    Your problem with Vim is that you don't grok vi.
    4
    
                  
    5
    You mention cutting with yy and complain that you almost never want to cut whole lines. In fact programmers, editing source code, very often want to work on whole lines, ranges of lines and blocks of code. However, yy is only one of many way to yank text into the anonymous copy buffer (or "register" as it's called in vi).
  4. The Joel Test: 12 Steps to Better Code The Joel Test: 12 Steps to Better Code
    1
    # The Joel Test: 12 Steps to Better Code
    2
    
                  
    3
    I just wanted to make note of Joel Spolsky's "highly irresponsible, sloppy test to rate the quality of a software team." It seems like a pretty straightforward and comprehensive litmus test for overall quality of a software team. For your viewing pleasure: [The Joel Test.][joel test]
    4
    
                  
    5
    In short, the steps are: