Skip to content

Commit

Permalink
Ajustes
Browse files Browse the repository at this point in the history
  • Loading branch information
michelmetran committed Nov 15, 2023
1 parent 601e73f commit ac8e3d1
Show file tree
Hide file tree
Showing 29 changed files with 116 additions and 46 deletions.
30 changes: 23 additions & 7 deletions collections/_posts/apps/2000-01-01-scrcpy.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
title: 'ScrCPy'
title: "ScrCPy"
date: 2019-06-13T15:34:30-04:00
last_modified_at: 2023-02-02T11:00:00-03:00
excerpt_separator: '<!--more-->'
excerpt_separator: "<!--more-->"
categories:
- IT
tags:
- aplicativos
- android

---

Em algum momento quis compartilhar a tela do meu celular com meu PC. Tal função torna-se relevante quando o usuário está desenvolvendo alguma aplicação _android_, ou mesmo para operações que demandam diversas ações do usuário, que são mais práticas com teclado e mouse.
Expand All @@ -35,7 +34,7 @@ No vídeo [Tela do Android no PC sem App, sem Root! - ScrCPy](https://www.youtub

---

## Instalar
## Como Instalar?

### Ubuntu

Expand All @@ -51,17 +50,34 @@ sudo apt-get install scrcpy

### Windows

No _windows_ é necessário baixar o arquivo [_scrcpy-win64-v1.25.zip_](https://github.com/Genymobile/scrcpy/releases/tag/v1.25) e descompactar.
#### Padrão

No _windows_ é necessário baixar o arquivo [_scrcpy-win64-v1.25.zip_](https://github.com/Genymobile/scrcpy/releases/tag/v1.25) (ou mais atual) e descompactar.

**Obs**: interessante utilizar a última [_release_](https://github.com/Genymobile/scrcpy/releases/). Usualmente será o arquivo _scrcpy-win64-vX.XX.zip_.
{: .notice--info}

<br>

Uma vez descompactado, basta usar o arquivo executável (extensão _.exe_) que existe dentro da pasta zipada.

> Obs: interessante utilizar a última [_release_](https://github.com/Genymobile/scrcpy/releases/). Usualmente será o arquivo _scrcpy-win64-vX.XX.zip_.
<br>

---

#### Choco

É possível também instalar via [choco](https://community.chocolatey.org/packages/scrcpy).

```
choco install scrcpy
```

<br>

---

## Uso
## Como usar?

Em um terminal de comando basta

Expand Down
24 changes: 22 additions & 2 deletions collections/_posts/conda/2000-01-01-conda-envs.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: 'Conda: <i>Enviroments</i>'
title: "Conda: <i>Enviroments</i>"
date: 2019-06-13T15:34:30-04:00
last_modified_at: 2022-06-28T00:00:00-03:00
excerpt_separator: '<!--more-->'
excerpt_separator: "<!--more-->"
categories:
- IT

Expand All @@ -14,6 +14,10 @@ tags:

Comandos para criar e clonar _enviroments_. A grande vantagem de criar um _enviroments_ com todos os _packages_ juntos é que já ocorre a resolução de conflitos das dependências.

<br>

---

### Pablo Carreira

É o _enviroment_ que mais uso, que tem todas as ferramentas. O nome é uma homenagem a um amigo que publicou um livro sobre uso do _python_ no geoprocessamento. Na tentativa de acompanhar os tutorais, ainda usando o Windows, me deparei com diversos problemas de incompatibilidade entre pacotes, momento em que migrei para o Linux e uso do conda para eliminar esses problemas.
Expand All @@ -24,6 +28,8 @@ conda create --name pablocarreira-lastest python=3.10 jupyter jupyterlab jupyter

<br>

---

### Trade

```bash
Expand All @@ -32,6 +38,8 @@ conda create --name trade -c conda-forge -c cpaulik -c bioconda -c esri python=3

<br>

---

### R

```bash
Expand All @@ -40,6 +48,8 @@ conda create --name R -c conda-forge -c r r-recommended r-irkernel jupyter jupyt

<br>

---

### OneDrive

```bash
Expand All @@ -48,6 +58,8 @@ conda create --name onedrive-py35 -c conda-forge -c cpaulik -c bioconda -c ddbol

<br>

---

### _WebApps_

_Enviroment_ usado para o projeto Django.
Expand All @@ -58,6 +70,8 @@ conda create --name webapp-py38 -c conda-forge python=3.8 django django-heroku g

<br>

---

### Colab

_Enviroment_ usado para o projeto Django.
Expand All @@ -68,6 +82,8 @@ conda create --name colab-py37 -c conda-forge python=3.7 requests pandas geopand

<br>

---

### Finanças

_Enviroment_ usado para o projeto Django do **Tesouro Direto**
Expand All @@ -78,6 +94,8 @@ conda create --name td-py38 -c conda-forge -c cpaulik python=3.8 django requests

<br>

---

### _Firebase_

_Enviroment_ usado para **pyrebase**
Expand All @@ -92,6 +110,8 @@ conda install -c modoolar firebase-admin

<br>

---

### Wfuzz

_Enviroment_ usado para **wfuzz**
Expand Down
2 changes: 1 addition & 1 deletion collections/_posts/conda/2000-01-01-conda-portable.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Conda: Portable"
title: "Conda: <i>Portable</i>"
date: 2019-06-13T15:34:30-04:00
last_modified_at: 2022-06-28T00:00:00-03:00
excerpt_separator: "<!--more-->"
Expand Down
1 change: 0 additions & 1 deletion collections/_posts/conda/2000-01-01-conda-problemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ last_modified_at: 2022-06-28T00:00:00-03:00
excerpt_separator: "<!--more-->"
categories:
- IT

tags:
- python
- anaconda
Expand Down
2 changes: 1 addition & 1 deletion collections/_posts/django/2000-01-01-django-data.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Django: *data*"
title: "Django: <i>data</i>"
date: 2023-05-04T00:00:00-03:00
last_modified_at: 2023-05-04T00:00:00-03:00
excerpt_separator: "<!--more-->"
Expand Down
2 changes: 1 addition & 1 deletion collections/_posts/django/2000-01-01-django-databases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Django: *databases*"
title: "Django: <i>databases</i>"
date: 2023-05-04T00:00:00-03:00
last_modified_at: 2023-05-04T00:00:00-03:00
excerpt_separator: "<!--more-->"
Expand Down
2 changes: 1 addition & 1 deletion collections/_posts/django/2000-01-01-django-heroku.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Django: *Heroku*"
title: "Django: <i>Heroku</i>"
date: 2019-06-13T15:34:30-04:00
last_modified_at: 2022-06-28T00:00:00-03:00
excerpt_separator: "<!--more-->"
Expand Down
2 changes: 1 addition & 1 deletion collections/_posts/django/2000-01-01-django-media.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Django: *media*"
title: "Django: <i>media</i>"
date: 2023-05-04T00:00:00-03:00
last_modified_at: 2023-05-04T00:00:00-03:00

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Django: *model and migrate*"
title: "Django: <i>model and migrate</i>"
date: 2019-06-13T15:34:30-04:00
last_modified_at: 2022-06-28T00:00:00-03:00
excerpt_separator: "<!--more-->"
Expand Down
2 changes: 1 addition & 1 deletion collections/_posts/django/2000-01-01-django-resources.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Django: *Resources*"
title: "Django: <i>Resources</i>"
date: 2023-05-04T00:00:00-03:00
last_modified_at: 2023-05-04T00:00:00-03:00
excerpt_separator: "<!--more-->"
Expand Down
2 changes: 1 addition & 1 deletion collections/_posts/django/2000-01-01-django-rest.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Django: *REST*"
title: "Django: <i>REST</i>"
date: 2023-05-04T00:00:00-03:00
last_modified_at: 2023-05-04T00:00:00-03:00

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Django: *staticfiles*"
title: "Django: <i>staticfiles</i>"
date: 2023-05-04T00:00:00-03:00
last_modified_at: 2023-05-04T00:00:00-03:00

Expand Down
2 changes: 1 addition & 1 deletion collections/_posts/django/2000-01-01-django-superuser.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Django: *superuser*"
title: "Django: <i>superuser</i>"
date: 2023-05-04T00:00:00-03:00
last_modified_at: 2023-05-04T00:00:00-03:00

Expand Down
4 changes: 3 additions & 1 deletion collections/_posts/django/2000-01-01-django-templates.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Django: *templates*"
title: "Django: <i>templates</i>"
date: 2023-05-04T00:00:00-03:00
last_modified_at: 2023-05-04T00:00:00-03:00
excerpt_separator: "<!--more-->"
Expand Down Expand Up @@ -52,6 +52,8 @@ Eles serão acessórios de outros que chamar.

<br>

---

### Referências

- [Django: **builtins**](https://docs.djangoproject.com/en/3.0/ref/templates/builtins/)
Expand Down
2 changes: 1 addition & 1 deletion collections/_posts/linux/2000-01-01-linux-basics.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Linux: *Basics*"
title: "Linux: <i>Basics</i>"
date: 2023-05-04T00:00:00-03:00
last_modified_at: 2023-05-04T00:00:00-03:00
excerpt_separator: "<!--more-->"
Expand Down
2 changes: 1 addition & 1 deletion collections/_posts/linux/2000-01-01-linux-bluetooth.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Linux: Bluetooth"
title: "Linux: <i>bluetooth</i>"
date: 2023-05-04T00:00:00-03:00
last_modified_at: 2023-05-04T00:00:00-03:00
toc: false
Expand Down
2 changes: 1 addition & 1 deletion collections/_posts/linux/2000-01-01-linux-cloud.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Linux: Cloud"
title: "Linux: <i>cloud</i>"
date: 2023-05-04T00:00:00-03:00
last_modified_at: 2023-05-04T00:00:00-03:00
excerpt_separator: "<!--more-->"
Expand Down
2 changes: 1 addition & 1 deletion collections/_posts/linux/2000-01-01-linux-mount.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Linux: Mount"
title: "Linux: <i>mount</i>"
date: 2023-05-04T00:00:00-03:00
last_modified_at: 2023-05-04T00:00:00-03:00
excerpt_separator: "<!--more-->"
Expand Down
2 changes: 1 addition & 1 deletion collections/_posts/linux/2000-01-01-linux-nautilus.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Linux: *Shortcuts*"
title: "Linux: <i>shortcuts<i>"
date: 2023-05-04T00:00:00-03:00
last_modified_at: 2023-05-04T00:00:00-03:00
excerpt_separator: "<!--more-->"
Expand Down
2 changes: 1 addition & 1 deletion collections/_posts/linux/2000-01-01-linux-problems.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Linux: Problems"
title: "Linux: <i>Problems</i>"
date: 2023-05-04T00:00:00-03:00
last_modified_at: 2023-05-04T00:00:00-03:00
categories:
Expand Down
2 changes: 1 addition & 1 deletion collections/_posts/linux/2000-01-01-linux-rename.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Linux: *Rename Files*"
title: "Linux: <i>Rename Files</i>"
date: 2023-05-04T00:00:00-03:00
last_modified_at: 2023-05-04T00:00:00-03:00
categories:
Expand Down
2 changes: 1 addition & 1 deletion collections/_posts/linux/2000-01-01-linux-wine.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Linux: Wine"
title: "Linux: <i>wine</i>"
date: 2023-05-04T00:00:00-03:00
last_modified_at: 2023-09-07T00:00:00-03:00
excerpt_separator: "<!--more-->"
Expand Down
8 changes: 2 additions & 6 deletions collections/_posts/marketing_digital/2000-01-01-examples.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'herospark'
title: "Herospark"
date: 2023-05-04T00:00:00-03:00
last_modified_at: 2023-05-04T00:00:00-03:00
categories:
Expand All @@ -8,8 +8,4 @@ tags:
- Marketing Digital
---



Com a finalidade de remunerar criadores de conteúdo, existem plataformas disponíveis na web que auxiiam você a obter financiamiento _online_.

- https://herospark.com/
[HeroSpark.com](https://herospark.com/), com a finalidade de remunerar criadores de conteúdo, existem plataformas disponíveis na web que auxiiam você a obter financiamiento _online_.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: 'Oracle Linux'
title: "Oracle Linux"
date: 2023-05-21T15:00:00-03:00
last_modified_at: 2023-05-21T15:00:00-03:00
excerpt_separator: '<!--more-->'
excerpt_separator: "<!--more-->"
categories:
- IT
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: 'ACP 399-01'
title: "ACP 399-01"
date: 2022-01-27T12:00:00-03:00
last_modified_at: 2022-01-27T12:00:00-03:00
excerpt_separator: '<!--more-->'
excerpt_separator: "<!--more-->"
toc: false
categories:
- GAEMA
Expand All @@ -19,19 +19,19 @@ related: false
header:
overlay_image: /assets/attachments/gaema/acp-399-01/imgs/olena-sergienko.jpg
overlay_filter: 0.5 # same as adding an opacity of 0.5 to a black background
caption: 'Photo by [**Olena Sergienko**](https://unsplash.com/@olenkasergienko?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com)'
caption: "Photo by [**Olena Sergienko**](https://unsplash.com/@olenkasergienko?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com)"
actions:
- label: 'GitHub'
url: 'https://github.com/gaemapiracicaba/acp-399-01'
- label: "GitHub"
url: "https://github.com/gaemapiracicaba/acp-399-01"
---

A Ação Civil Pública, ajuizada em 2001, apura questões relacionadas as deficiências no tratamento de esgoto do Município de Cordeirópolis.

Em 27.11.2017 o Município de Cordeirópolis e MPSP pactuaram Termo de Ajustamento de Conduta (TAC), visando promover:

> **\*a)** a integral cessação do lançamento de esgotos industriais e domésticos 'in natura' nos cursos d’agua da bacia do ribeirão Tatu [...];<br>
> **b)** à recuperação do manancial do ribeirão Tatu, no tocante a mata ciliar das nascentes [...] e;<br>
> **c)** à reparação de danos ambientais já ocorridos e que persistirão até o prazo estabelecido para entrada de operação da ETE [...]” (fls. 1653~1700).\*
> **a)** a integral cessação do lançamento de esgotos industriais e domésticos 'in natura' nos cursos d’agua da bacia do ribeirão Tatu [...];\
> **b)** à recuperação do manancial do ribeirão Tatu, no tocante a mata ciliar das nascentes [...] e;\
> **c)** à reparação de danos ambientais já ocorridos e que persistirão até o prazo estabelecido para entrada de operação da ETE [...]” (fls. 1653~1700).
<br>

Expand Down
Loading

0 comments on commit ac8e3d1

Please sign in to comment.