This file contains 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
neurons (num_inputs, activation_function, activation_steepness)=(0, 0, 0.00000000000000000000e+00) (0, 0, 0.00000000000000000000e+00) (0, 0, 0.00000000000000000000e+00) (0, 0, 0.00000000000000000000e+00) (0, 0, 0.00000000000000000000e+00) (0, 0, 0.00000000000000000000e+00) (0, 0, 0.00000000000000000000e+00) (0, 0, 0.00000000000000000000e+00) (0, 0, 0.00000000000000000000e+00) (0, 0, 0.00000000000000000000e+00) (10, 5, 5.00000000000000000000e-01) (10, 5, 5.00000000000000000000e-01) (10, 5, 5.00000000000000000000e-01) (0, 5, 0.00000000000000000000e+00) (4, 5, 5.00000000000000000000e-01) (4, 5, 5.00000000000000000000e-01) (4, 5, 5.00000000000000000000e-01) (4, 5, 5.00000000000000000000e-01) (4, 5, 5.00000000000000000000e-01) (4, 5, 5.00000000000000000000e-01) (4, 5, 5.00000000000000000000e-01) (4, 5, 5.00000000000000000000e-01) (4, 5, 5.00000000000000000000e-01) (0, 5, 0.00000000000000000000e+00) | |
connections (connected_to_neuron, weight)=(0, 2.74120140075683593750e+00) (1, 1.17843687534332275391e+00) (2, 6.5268 |
This file contains 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
+-----------------------+-----------------------+------------------------------+ | |
| Service | Tag | Attributes (name => value) | | |
+-----------------------+-----------------------+------------------------------+ | |
| data_collector.router | kernel.event_listener | event => kernel.controller | | |
| | | method => onKernelController | | |
| | | | | |
| acme.demo.listener | kernel.event_listener | event => kernel.controller | | |
| | | method => onKernelController | | |
| | | | | |
+-----------------------+-----------------------+------------------------------+ |
This file contains 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
+--------------------------+-----------------------+------------------------------+ | |
| Service | Tag | Attributes (name => value) | | |
+--------------------------+-----------------------+------------------------------+ | |
| data_collector.router | kernel.event_listener | event => kernel.controller | | |
| | | method => onKernelController | | |
| | | | | |
| monolog.handler.console | kernel.event_listener | event => console.command | | |
| | | method => onCommand | | |
| | | priority => 255 | | |
| | | | |
This file contains 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
//ValidEmails against filter_var | |
$ phpunit --filter testValidEmails | |
PHPUnit 4.1.1 by Sebastian Bergmann. | |
Configuration read from /home/eduardo/workspace/EmailValidator/phpunit.xml.dist | |
...F.FFF.F..F..... | |
Time: 50 ms, Memory: 4.25Mb |
This file contains 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
task :compile_go do | |
try_sudo "mkdir -p #{latest_release}/bin" | |
run "sh -c 'export GOPATH=#{latest_release} && cd #{latest_release}/bin && go get yorGoAppDir}'" | |
run "sh -c 'export GOPATH=#{latest_release} && cd #{latest_release}/bin && go build ../path/to/app.go'" | |
end |
This file contains 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
For Class/Object \Acme\DemoBundle\Entity\Comment::id == 1 | |
With User admin | |
+------+-------+------+ | |
| Mask | Grant | Deny | | |
+------+-------+------+ | |
| 128 | X | | | |
+------+-------+------+ | |
The ACL Voter will probably Allow access with those Masks |
This file contains 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
[Who's voting?] Vote intention | |
+------------------------------------------------------------------------+---------+-------+------+ | |
| Class | Abstain | Grant | Deny | | |
+------------------------------------------------------------------------+---------+-------+------+ | |
| Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter | X | | | | |
| Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter | X | | | | |
| Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter | X | | | | |
| Symfony\Component\Security\Acl\Voter\AclVoter | | | X | | |
+------------------------------------------------------------------------+---------+-------+------+ |
This file contains 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
Acces Denied for firewall secured_area and roles ROLE_SUPER | |
[Who's listening?] Firewall secured_area listeners | |
+-------------------------------------------------------------------------------------+------------------------------------------+ | |
| Class | Stopped propagation | | |
+-------------------------------------------------------------------------------------+------------------------------------------+ | |
| Symfony\Component\Security\Http\Firewall\ChannelListener | | | |
| Symfony\Component\Security\Http\Firewall\ContextListener | | | |
| Symfony\Component\Security\Http\Firewall\LogoutListener | |
This file contains 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
[Who's voting?] Vote intention | |
+------------------------------------------------------------------------+---------+-------+------+ | |
| Class | Abstain | Grant | Deny | | |
+------------------------------------------------------------------------+---------+-------+------+ | |
| Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter | | X | | | |
| Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter | X | | | | |
+------------------------------------------------------------------------+---------+-------+------+ | |
[Strategy] decideAffirmative | |
[Result] Allow |
This file contains 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
PHPUnit 3.7.24 by Sebastian Bergmann. | |
Configuration read from /home/eduardo/workspace/EmailValidator/tests/phpunit.xml.dist | |
.......F..........FF..................FF.FFFFFFF.FFFFFFFFFF | |
Time: 72 ms, Memory: 4.75Mb | |
There were 22 failures: |
NewerOlder