Skip to content

Instantly share code, notes, and snippets.

View mikeninerbravog's full-sized avatar
💬
KISS Principle - Unix Philosophy

Mike Niner Bravog mikeninerbravog

💬
KISS Principle - Unix Philosophy
View GitHub Profile
@mikeninerbravog
mikeninerbravog / gist:0bfea8ff04610985cf7610445548f797
Last active December 13, 2024 12:46
Free API stuff that is useful
https://api.bravog.com/r1/users/page/1 | Test your front-end against a real API
https://api.bravog.com/r1/ip | A Simple Public IP Address API
@mikeninerbravog
mikeninerbravog / bash-colors.md
Created January 26, 2024 18:22 — forked from JBlond/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple
@mikeninerbravog
mikeninerbravog / tags_penn_treebank_nltk_ptBR.txt
Created November 8, 2023 20:41
[NLTK] Tags do Penn Treebank em PT-BR
CC Conjunção coordentativa
CD Número cardinal
DT Determinante
EX "There" (haver) existencial
FW Palavra estrangeira
IN Preposição, conjunção subordinativa
JJ Adjetivo
JJR Adjetivo, comparativo
JJS Adjetivo, superlativo
LS Marcador de item da lista
@mikeninerbravog
mikeninerbravog / torrc_options
Last active September 1, 2023 11:06 — forked from glamrock/torrc_options
All torrc options
Fri Jul 7 12:50:55 PM -03 2023
Note: Some may been discontinued (depracted)
`AccelDir`: Specifies the directory containing the hardware acceleration backend.
`AccelName`: Specifies the name of the hardware acceleration backend to use.
`AccountingMax`: Specifies the maximum number of bytes that can be transferred before Tor stops serving new connections. Once the limit is reached, new connections will be refused.
`AccountingRule`: Defines the accounting rule used to determine when to stop serving new connections based on the accounting limit. Possible values are "sum", "max", or "min".
`AccountingStart`: Sets the time when accounting starts. Connections made after this time contribute to the accounting limit.
`Address`: Specifies the IP address and port for a listener or an outgoing connection. It can be used to bind Tor to a specific address or specify the address of a specific relay.
`__AllDirActionsPrivate`: Makes all directory actions private.