I hereby claim:
- I am pasinter on github.
- I am pasinter (https://keybase.io/pasinter) on keybase.
- I have a public key ASAFjJ3BcF83vyza2XWkbJ4xf2LCq-Py8-XJia_BU8lcOAo
To claim this, I am signing this object:
| https://drive.google.com/file/d/1f02OnmYiE0NbMIbiaYjiwVxiw91KaXBX/view?usp=drive_link |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| // curl -sS https://getcomposer.org/installer | php | |
| // php composer.phar require aws/aws-sdk-php | |
| // export AWS_ACCESS_KEY_ID=... | |
| // export AWS_SECRET_ACCESS_KEY=... | |
| $streamName = '<INSERT_YOUR_STREAMNAME_HERE>'; | |
| $numberOfRecordsPerBatch = 10000; |
| $em->getConnection()->getConfiguration()->setSQLLogger(null); |
| if (ctype_digit(implode('', array_keys($data)))) { | |
| // | |
| } |
| find * -type f -not -iwholename 'modman' -exec echo {} {} >> modman \; |
| use Doctrine\Common\Collections\ArrayCollection; | |
| use Doctrine\Common\Collections\Collection; | |
| use Doctrine\Common\Inflector\Inflector; | |
| use Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory; | |
| use Doctrine\ORM\EntityManager; | |
| use Doctrine\ORM\Mapping\ClassMetadata; | |
| use Doctrine\ORM\Mapping\ClassMetadataInfo; | |
| use Doctrine\ORM\Mapping\MappingException; | |
| use Doctrine\ORM\PersistentCollection; | |
| use Foodity\CoreBundle\Helper\EntityHelper; |
| # My ./config directory in silverstripe looks like this: | |
| # ./503.php <- a 503 Maintainance page | |
| # ./_ss_environment.php <- the production environment settings | |
| # ./deploy.rb <- is the recipe below | |
| # | |
| # Application settings | |
| set :application, "domain.com" | |
| set :shared_children, %w(assets) |