Una lista (no-completa) de operadores / separadores de comandos da línea de comando *nix (shell). Probados en bash y zsh tanto en MacOs Catalina como en Ubuntu 20.04. Tomado de la (respuesta de Maxim Egorushkin)[https://stackoverflow.com/a/5130889/3594287] en https://stackoverflow.com/a/5130889/3594287
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# VOTO LEGISLATIVO | |
NUMERODECANDIDATOS = X | |
ENQUANTO (NUMERODECANDIDATOS > 0): | |
VERIFICA (CANDIDATO_ESPECTRO) | |
Se DIREITA: | |
Se CENTRODIREITA: | |
IGNORE | |
Se ESQUERDA: | |
PRIORIDADE = PRIORIDADE + 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** Pseudocódigo | |
// caso "exceto"/"except", "a não ser"/"unless", SENÃOFOR/IFNOT | |
IF ( condition NOT true) THEN | |
criteria must be met | |
ENDIF | |
// caso "ou"/"OR" | |
IF (criteria IS true OR condition IS true) THEN | |
criteria is met | |
ENDIF | |
// caso "ou exclusivo"/"XOR" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<!-- Portions of the base code from from HTML5 Boilerplate. https://github.com/h5bp/html5-boilerplate --> | |
<!-- The original technique is a not an creation of mine. I am still looking for the creator to give the proper credit. --> | |
<!-- Also, there might be acessibility issues. Assuring its accessibility is a work in progress. --> | |
<html class="no-js" lang=""> | |
<head> | |
<meta charset="utf-8"> | |
<title>Sliding overlay menu withouth Javascript</title> | |
<meta name="description" content="Experimental sliding overlay menu withouth Javascript"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
source: https://www.minsalud.gov.co/proteccionsocial/promocion-social/Discapacidad/Paginas/discapacidad.aspx | |
archived at: https://web.archive.org/web/20211023194143/https://www.minsalud.gov.co/proteccionsocial/promocion-social/Discapacidad/Paginas/discapacidad.aspx | |
--> | |
<h1 id="pageTitle" class="ms-core-pageTitle"> | |
<span id="DeltaPlaceHolderPageTitleInTitleArea"> | |
Discapacidad |
- admin - create and administer SCCS files (DEVELOPMENT)
- alias - define or display aliases
- ar - create and maintain library archives
- asa - interpret carriage-control characters
- at - execute commands at a later time
- awk - pattern scanning and processing language
- basename - return non-directory portion of a pathname
- batch - schedule commands to be executed in a batch queue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Do not forget to run `chmod +x ./open-list-of-urls-macos.sh` in order | |
# to make your script executable | |
# after that type `./open-list-of-urls-macos.sh ./text-file-with-list-of-urls.extension` | |
# you will need to change `./open-list-of-urls-macos.sh` to the location of your script | |
# and `./text-file-with-list-of-urls.extension` to the location of your url list. | |
# For example: | |
# `./tools/open-list-of-urls-macos.sh ./misc/text-file-with-list-of-urls.txt` | |
FILE=$1 | |
while read LINE; do |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// check version | |
node -v || node --version | |
// list installed versions of node (via nvm) | |
nvm ls | |
// install specific version of node | |
nvm install 6.9.2 | |
// set default version of node |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" _ _ " | |
" _ /|| . . ||\ _ " | |
" ( } \||D ' ' ' C||/ { % " | |
" | /\__,=_[_] ' . . ' [_]_=,__/\ |" | |
" |_\_ |----| |----| _/_|" | |
" | |/ | | | | \| |" | |
" | /_ | | | | _\ |" | |
It is all fun and games until someone gets hacked! |
Filter | Description | Example |
---|---|---|
allintext | Searches for occurrences of all the keywords given. | allintext:"keyword" |
intext | Searches for the occurrences of keywords all at once or one at a time. | intext:"keyword" |
inurl | Searches for a URL matching one of the keywords. | inurl:"keyword" |
allinurl | Searches for a URL matching all the keywords in the query. | allinurl:"keyword" |
intitle | Searches for occurrences of keywords in title all or one. | intitle:"keyword" |
NewerOlder