Skip to content
View omaralvaradoluna's full-sized avatar
🚀
🚀

Highlights

  • Pro

Block or report omaralvaradoluna

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 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. fake-news-data-collector fake-news-data-collector Public

    Library for collecting fake news datasets

    Jupyter Notebook 1

  2. sismomx-confirmed-news sismomx-confirmed-news Public

    Forked from barrerajulio/sismomx-google-sheets-api

  3. sismomx-library sismomx-library Public

    Forked from barrerajulio/sismomx-library

  4. Mount a disk with s3fs Mount a disk with s3fs
    1
     s3fs bucket-name /var/www/site-name/wp-content/uploads -o url=https://s3-us-west-1.amazonaws.com -o allow_other -o umask=002
  5. emacs_meta_fix.lisp emacs_meta_fix.lisp
    1
    ;; Cógido para que el meta funcione correctamente en emacs en ventana de mac
    2
    (setq mac-option-key-is-meta nil)
    3
    (setq mac-command-key-is-meta t)
    4
    (setq mac-command-modifier 'meta)
    5
    (setq mac-option-modifier nil)
  6. aescrypto-python aescrypto-python Public

    A Python class for AES Crypto in counter mode

    Python