Skip to content

Instantly share code, notes, and snippets.

View rodmoioliveira's full-sized avatar

Rodolfo Mói rodmoioliveira

View GitHub Profile
@rodmoioliveira
rodmoioliveira / .golangci.yml
Created March 5, 2025 22:15 — forked from maratori/.golangci.yml
Golden config for golangci-lint
# This file is licensed under the terms of the MIT license https://opensource.org/license/mit
# Copyright (c) 2021-2025 Marat Reymers
## Golden config for golangci-lint v1.64.6
#
# This is the best config for golangci-lint based on my experience and opinion.
# It is very strict, but not extremely strict.
# Feel free to adapt it to suit your needs.
# If this config helps you, please consider keeping a link to this file (see the next comment).
@rodmoioliveira
rodmoioliveira / 00README.md
Created February 6, 2023 01:56 — forked from natefoo/00README.md
Linux Distribution Detection

Distribution Detection

I am working on adding support for building and distributing (via PyPI) Python Wheels with C Extensions to the Python wheel and pip packages. The discussion on Distutils-SIG continues, but I believe it is fairly certain that some effort to correctly identify Linux distributions will need to be made. I've begun efforts to add this support to wheel.

How you can help

If you have a Linux distribution or version of a listed distribution not in this gist, or one of the ones I have not directly verified, I could use the following:

  • The contents of /etc/os-release, if it exists
@rodmoioliveira
rodmoioliveira / .block
Last active May 13, 2020 00:16 — forked from d3indepth/.block
Force layout (x foci)
license: gpl-3.0
height: 400
border: no
@rodmoioliveira
rodmoioliveira / meta-tags.md
Created April 16, 2017 17:54 — forked from kevinSuttle/meta-tags.md
List of Usable HTML Meta and Link Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>