A place where you can easily input your brags of the day and then have it beautifully ploted for you. It could be nice to have some tags, that the person could define. A sistem of points too, where the person could give a score related to how awsome that thing is.
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
### HTTP Client | |
https://docs.microsoft.com/pt-br/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client | |
#### JObject objectParse = JObject.Parse(conteudo); | |
var results = objectParse["conteudo"]; | |
### Test Server | |
https://docs.microsoft.com/en-us/aspnet/core/test/integration-tests?view=aspnetcore-2.1 | |
### Sample | |
https://gabrielaibata.visualstudio.com/aspnetcore/_git/api-tests |
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
# starting tips: | |
1. In Emacs, editing takes place in buffers. | |
2. To switch to a buffer, use C-x b and enter the buffer name in the minibuffer. | |
3. To create a new buffer, use C-x b and enter a new buffer name. | |
4. To open a file, use C-x C-f and navigate to the file. | |
5. To save a buffer to a file, use C-x C-s. | |
6. To create a new file, use C-x C-f and enter the new file’s path. When you save the buffer, Emacs will create the file on the filesystem. |
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
http://openvim.com/ |
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
garante um estado predeterminado do enviroment | |
MASTER [etcd, controller manager, scheduler, API Server] "Sabe das configurações de estado, gerencia" | |
|__ NODES (Workers) [kublet] | |
POD: Menor unidade de trabalho "Representa uma aplicaçao" | |
|_ IP | |
|_ Minino: 1 container | |
|_ Containeres dentro do POD compartilham a mesma rede local |
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
InteliJ | |
http://color-themes.com/?view=index |
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
{ | |
"title": "Change caps_lock key (rev 4)", | |
"rules": [ | |
{ | |
"description": "Change caps_lock key to command+control+option+shift if pressed with other keys", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "caps_lock", |
summary of what I found relevant in this course
Using one of this techniques:
- If the term already exists, link to a good explanation
- Otherwise, define the term. If there are many new terms, create a glossary.
Ao rodar um programa em clojure é comum que você precise utilizar funcionalidades de outras bibliotecas de clojure ou java.
Essas bibliotecas podem ser tanto algo que você está desenvolvendo localmente, quanto algum projeto disponível no github ou bibliotecas disponíveis no ecossistema do maven.
OlderNewer