Skip to content
View lodwicz's full-sized avatar
đź§®
thinking
đź§®
thinking
  • Universidad Panamericana, FilosofĂ­a
  • Mexico City
  • X @lodwicz

Block or report lodwicz

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Win-USIntl-NoDeadkeys Win-USIntl-NoDeadkeys Public

    Forked from lhoangan/Win-USIntl-AltGrDeadkeys

    US-International keyboard layouts with no dead keys (AltGr only) for Windows

    AutoHotkey

  2. vdl filters for pandoc and latex vdl filters for pandoc and latex
    1
    VDE was a DOS text editor and formatter along the lines of WordStar*. 
    2
    
                  
    3
    A while ago I wrote a Pascal filter to translate it to LaTeX, and had to reverse engineer it to recover some old documents. Now it is being distributed here.
    4
    
                  
    5
    I have co-written a filter for Pandoc, to convert those old documents to modern markup.
  3. tsr tool to type Spanish diacritics ... tsr tool to type Spanish diacritics on DOS cp437 with the US keyboard layout
    1
    program Tildes;
    2
    
                  
    3
    {
    4
      Conversion from old DOS exe (1989) to asm powered by IDA Free 5.0;
    5
      conversion from Assembly back to Pascal (2026) aided by app.codeconvert.ai;