This file contains hidden or 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
| Queridos amigos, hoje estou emotivo por estar rodeado de pessoas queridas, então peço paciência para umas poucas palavras que escrevi com carinho. Sei que foi um pouco mais que escrevo, mas de coração. | |
| Primeiramente, Feliz Natal! | |
| Quem não gosta de receber um lindo cartão de Natal? Chegou a data mais especial do ano, um tempo de paz e harmonia que nos permite esquecer todos os problemas e reunir as pessoas que mais amamos em volta da mesa. Os momentos de felicidade mais pura podem ser também os mais simples: a família unida, o riso que toma conta da casa, o entusiasmo no rosto das crianças, o carinho que transborda em todos os corações. Desejo que o amor que há entre nós neste dia permaneça nas nossas vidas para sempre. Feliz Natal Quando viramos adultos, a nossa lista de presentes de Natal vai diminuindo porque percebemos que o que realmente desejamos não pode ser comprado Desejo que neste Natal toda a tristeza e todos os problemas sejam substituídos por sorrisos, gratidão, carinho e positividade. Ano após |
This file contains hidden or 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
| Generate a commit message following the Conventional Commits specification. Use one of the following types: | |
| Type Format: <type>(<scope>): <description> | |
| Available Types: | |
| - feat: A new feature | |
| - fix: A bug fix | |
| - docs: Documentation only changes | |
| - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) | |
| - refactor: A code change that neither fixes a bug nor adds a feature |
This file contains hidden or 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
| <?php | |
| namespace App\Console\Commands; | |
| use Illuminate\Console\Command; | |
| use Illuminate\Support\Facades\File; | |
| use Stichoza\GoogleTranslate\GoogleTranslate; | |
| class GenerateLang extends Command | |
| { |
This file contains hidden or 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
| <?php | |
| namespace App\Filament\Pages\Auth; | |
| class Login extends \Filament\Pages\Auth\Login | |
| { | |
| protected function getCredentialsFromFormData(array $data): array | |
| { | |
| return [ | |
| 'email' => $data['email'], |
This file contains hidden or 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
| <?php | |
| namespace App\Http\Middleware; | |
| use Closure; | |
| use Illuminate\Http\Request; | |
| use Symfony\Component\HttpFoundation\Response; | |
| class CheckUserCompleteInfo | |
| { |
This file contains hidden or 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
| <?php | |
| namespace App\Support; | |
| use Exception; | |
| abstract class QRCodePixSupport | |
| { | |
| /** | |
| * @throws Exception |
This file contains hidden or 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
| name: dependabot-auto-merge | |
| on: pull_request_target | |
| permissions: | |
| pull-requests: write | |
| contents: write | |
| jobs: | |
| dependabot: | |
| runs-on: ubuntu-latest |
This file contains hidden or 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
| wget https://cursos.devsamurai.com.br/Aulas%20ao%20Vivo.zip | |
| wget https://cursos.devsamurai.com.br/Backend%20-%20Dominando%20o%20NodeJS.zip | |
| wget https://cursos.devsamurai.com.br/Backend%20-%20Dominando%20o%20Postgres.zip | |
| wget https://cursos.devsamurai.com.br/Carreira%20de%20Programador.zip | |
| wget https://cursos.devsamurai.com.br/Flutter%20-%20Calculadora%20IMC.zip | |
| wget https://cursos.devsamurai.com.br/Flutter%20-%20Card%C3%A1pio%20online.zip | |
| wget https://cursos.devsamurai.com.br/Flutter%20-%20Fluck%20Noris.zip | |
| wget https://cursos.devsamurai.com.br/Flutter%20-%20Lista%20de%20Leituras.zip | |
| wget https://cursos.devsamurai.com.br/Flutter%20Avan%C3%A7ado.zip | |
| wget https://cursos.devsamurai.com.br/Flutter%20B%C3%A1sico.zip |
This file contains hidden or 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
| <?php | |
| namespace App\Traits; | |
| trait PostsPerMonthSeries | |
| { | |
| protected function getChartData(): array | |
| { | |
| return [ | |
| 'data' => [ |
This file contains hidden or 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
| - ok-my-zsh | |
| - p10k.zsh : custon | |
| - .zshrc : Plugins |
NewerOlder