I hereby claim:
- I am danieledangeli on github.
- I am erlangb (https://keybase.io/erlangb) on keybase.
- I have a public key whose fingerprint is 3A49 215A 29D6 A2AE 420A DB1B 13FA C64A 369A A4F1
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| 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; |
| watch -n3 'netstat --tcp --numeric | grep 8080' |
| SET foreign_key_checks = 0; | |
| drop table TABLE_NAME | |
| SET foreign_key_checks = 1; |
| ALTER TABLE tbl MODIFY COLUMN txt TEXT CHARACTER SET utf8 |
| #!/bin/bash -l | |
| #$ -S /bin/bash | |
| #$ -N $7 | |
| #input variables | |
| dbHost=$1 | |
| dbUsername=$2 | |
| dbPwd=$3 | |
| dbName=$4 | |
| ftpUsername=$5 | |
| ftpPwd=$6 |