we are a great team @gianpiero2012 @toretto460 @danieledangeli @claudio-dalicandro
The game consists of inverting 2 keyboard keys both physically and in terms of key-map of your team mate.
It doesn't require root access.
| .idea | |
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so |
| <?php | |
| // with $this->serializer = $this->getMock('Symfony\Component\Serializer\SerializerInterface'); | |
| // the $code content into the eval($code) into phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Generator.php | |
| class Mock_SerializerInterface_ec3da84e implements PHPUnit_Framework_MockObject_MockObject, JMS\Serializer\SerializerInterface | |
| { | |
| private static $__phpunit_staticInvocationMocker; | |
| private $__phpunit_invocationMocker; | |
| public function __clone() | |
| { |
In order to obtain all your Open source Pull-Request history:
Go to Google bigquery and execute the following query replacing liuggio with your GitHub login
execute query
SELECT repository_url, repository_owner, repository_name, count(*) as numberOfPR
FROM [githubarchive:github.timeline]
WHERE payload_pull_request_head_repo_owner_login = "liuggio"| <?php | |
| $factory = new FactoryObject(); | |
| $this->changeSetEventManager = new EventManager(); | |
| $this->changeSet = new ChangeSet($this->changeSetEventManager); | |
| $extractor = new IdentityExtractorFactory(); | |
| $extractor->add('Spicci\Github\Entity\Milestone', '\Spicci\Github\IdIdentityExtractor'); | |
| $this->identityMap = new IdentityMap($extractor); |
| function speakmsg { | |
| MESSAGE="OK"; | |
| ERROR_="Fail"; | |
| LANG="english"; | |
| if [ $1 -ne 0 ]; then MESSAGE=$ERROR;fi; | |
| echo $MESSAGE |espeak -p 10 -s 70 -v $LANG; | |
| } | |
| #usage | |
| phpunit; #or your favourite long command |
| <?php | |
| namespace Tvision\Bundle\BookingCoreBundle\Repository; | |
| /** | |
| * | |
| * usage | |
| * Class MyRepository extends CachedRepository | |
| * $query->setMaxResults(1); | |
| * $this->setCache($query, __METHOD__); |
We are working on a framework, is mandatory that you have read the framework doc:
| gem install --version 2.13.4 capistrano | |
| gem install --version 2.1.16 capifony | |
| gem install --version 0.2.0 capistrano-notifier | |
| actionmailer (3.2.8) | |
| actionpack (3.2.8) | |
| activemodel (3.2.8) | |
| activesupport (3.2.8) | |
| builder (3.0.4) |
| # a simple user can execute a 'service php5-fpm reload' | |
| # modify | |
| userx ALL=(root) NOPASSWD: /usr/sbin/service php5-fpm reload, /usr/bin/setfacl | |
| #to your /etc/sudoers be careful leave the last line empty | |
| #apache2 | |
| userx ALL=(root) NOPASSWD: /usr/sbin/service apache2 restart, /usr/sbin/service apache2 start, /usr/sbin/service apache2 stop, /usr/bin/setfacl | |
| #akc-grep |