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 | |
declare(strict_types=1); | |
namespace WayOfDev\Tests; | |
use Database\Factories\PostFactory; | |
use Illuminate\Support\Facades\Artisan; | |
use PHPUnit\Framework\Attributes\Test; | |
use Psr\Container\ContainerExceptionInterface; |
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
#!/usr/bin/env python3 | |
import hmac | |
import hashlib | |
import base64 | |
import argparse | |
SMTP_REGIONS = [ | |
"us-east-2", # US East (Ohio) | |
"us-east-1", # US East (N. Virginia) |
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
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
import base64 | |
import hmac | |
import hashlib | |
SMTP_REGIONS = [ | |
'us-east-2', # US East (Ohio) | |
'us-east-1', # US East (N. Virginia) | |
'us-west-2', # US West (Oregon) |
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
#!/bin/bash | |
### /usr/local/bin | |
ln -s /usr/local/gettext/0_20_1/bin/autopoint /usr/local/bin/ | |
ln -s /usr/local/gettext/0_20_1/bin/envsubst /usr/local/bin/ | |
ln -s /usr/local/gettext/0_20_1/bin/gettext /usr/local/bin/ | |
ln -s /usr/local/gettext/0_20_1/bin/gettextize /usr/local/bin/ | |
ln -s /usr/local/gettext/0_20_1/bin/gettext.sh /usr/local/bin/ | |
ln -s /usr/local/gettext/0_20_1/bin/msgattrib /usr/local/bin/ | |
ln -s /usr/local/gettext/0_20_1/bin/msgcat /usr/local/bin/ |
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
defaults read com.apple.dock.plist | |
{ | |
"last-analytics-stamp" = ( | |
"672952122.153589" | |
); | |
loc = "en_US:US"; | |
"mod-count" = 3; | |
"persistent-apps" = ( | |
{ | |
GUID = 255427389; |