1. ACloudGuru
- Learning AWS and other Cloud Providers
| Personal Basic Plan | Personal Plus Plan |
|---|---|
Promotion Link : https://acloudguru.com/content/bf40-2021
1. ACloudGuru
| Personal Basic Plan | Personal Plus Plan |
|---|---|
Promotion Link : https://acloudguru.com/content/bf40-2021
| absl-py==0.8.1 | |
| alabaster==0.7.12 | |
| albumentations==0.1.12 | |
| altair==4.0.0 | |
| asgiref==3.2.3 | |
| astor==0.8.1 | |
| astropy==3.0.5 | |
| atari-py==0.2.6 | |
| atomicwrites==1.3.0 | |
| attrs==19.3.0 |
| bind-dynamic | |
| bogus-priv | |
| domain-needed | |
| log-facility=- | |
| local-ttl=60 | |
| address=/akadns.net/1.1.1.1 | |
| address=/akam.net/1.1.1.1 | |
| address=/akamai.com/1.1.1.1 | |
| address=/akamai.net/1.1.1.1 | |
| address=/akamaiedge.net/1.1.1.1 |
| #/usr/bin/bash | |
| for i in $(find -name "*.part1.rar"); do unrar x "$i";done; |
| #!/bin/sh | |
| versionMaj="1" | |
| versionMin="0" | |
| versionRev="1" | |
| version="$versionMaj.$versionMin-$versionRev" | |
| echo "Removing old Postman tarballs" | |
| rm -f $(ls Postman*.tar.gz) |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| namespace App\Providers; | |
| use Illuminate\Support\ServiceProvider; | |
| use Aws\S3\S3Client; | |
| use League\Flysystem\AwsS3v3\AwsS3Adapter; | |
| use League\Flysystem\Filesystem; | |
| use Storage; |
##UnixTimeStamp Behavior for CakePHP 3.x
This is modified version of default CakePHP Timestamp Behavior but it save unix timestamp integer into created or modified fields
only changed return statement in timestamp method in default behavior
##Install Steps:
UnixTimestampBehavior.php in /src/Model/Behavior/ or in your plugin behavior/src/Model/Tableinitialize method :$this->addBehavior('UnixTimestamp');If you have problem to build phalconPHP from source on CentOS With PHP 5.4 (and maybe Direct Admin control panel installed) you can try these steps to solve your problem.
phpize executable. so run this command :whereis phpizecd into build path & your system architecture (for me is 64Bit):cd /path/to/cphalcon/build/64Bits/phpize like this :/path/to/phpizebuild directory:cd ../ or cd /path/to/cphalcon/build