Programming: mudanças entre as edições

De Wiki Clusterlab.com.br
Ir para navegação Ir para pesquisar
 
(22 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
=Algorithm=
*[https://www.creditcardvalidator.org/articles/luhn-algorithm The Luhn Algorithm for Credit Card Validation]
=Dev Environment on docker=
*[[Jetbrains env|Jetbrains env]]
*[[Mongodb container|Mongodb container]]
=Docs=
*https://www.openpolicyagent.org/
*https://svelte.dev/
*https://svelte.dev/
*https://www.webcomponents.org/
*https://www.webcomponents.org/
Linha 4: Linha 12:
*https://flutter.dev/docs/resources/architectural-overview
*https://flutter.dev/docs/resources/architectural-overview
*https://flutter.dev/docs/development/ui/widgets-intro
*https://flutter.dev/docs/development/ui/widgets-intro
=JetBrains=
*[https://12factor.net/ The Twelve Factors (You Should Read it EveryDay !!)]
==YouTrack==
*https://jenkov.com/
<syntaxhighlight lang=bash>
*[https://semver.org/ Semantic Versioning]
#!/bin/bash
*[https://securityheaders.com/ Security Headers]
docker volume create youtrack_data
 
docker volume create youtrack_conf
==CRC==
docker volume create youtrack_logs
*https://crccalc.com/
docker volume create youtrack_backups
 
=Languages=
*[[C++|C++]]
*[[DART|DART]]
*[[GO|GO]]
*[[DotNet|DotNet]]


docker run \
=[[Regular Expression|Regular Expression]]=
    -d \
=Security=
    --restart always \
*https://breachattack.com/
    --name youtrack \
=[[Stress Test|Stress Test]]=
    -v youtrack_data:/opt/youtrack/data \
    -v youtrack_conf:/opt/youtrack/conf  \
    -v youtrack_logs:/opt/youtrack/logs  \
    -v youtrack_backups:/opt/youtrack/backups  \
    -p 8085:8080 \
    jetbrains/youtrack:2021.2.19690
</syntaxhighlight>

Edição atual tal como às 20h15min de 27 de março de 2025