Skip to content
View fmguerreiro's full-sized avatar
🐘
💨
🐘
💨
  • Japan
  • 14:01 (UTC +09:00)

Sponsoring

@tarsius
@hlissner
@awkay

Organizations

@veganhacktivists

Block or report fmguerreiro

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. unison-ts-mode unison-ts-mode Public

    Emacs major mode for the Unison language

    Emacs Lisp 3 1

  2. RevAjaxMutator RevAjaxMutator Public

    Forked from mzw/RevAjaxMutator

    Mutation Testing and Automated Program Repair Tool for Ajax Web Applications

    JavaScript

  3. map-noreduce map-noreduce Public

    Data processing framework with added resiliency based on Map reduce

    C#

  4. gurps-companion-app gurps-companion-app Public

    GURPS 4th edition character creation mobile app

    Clojure

  5. space-invaders-3d space-invaders-3d Public

    The arcade classic in 3D with particle effects and lighting

    C

  6. autogen-commit-msg.el autogen-commit-msg.el
    1
    (defun fmguerreiro/get-buffer-contents-by-name (buffer-name)
    2
      "Return the contents of the buffer specified by BUFFER-NAME."
    3
      (let ((buffer (get-buffer buffer-name)))
    4
        (if buffer
    5
            (with-current-buffer buffer