Skip to content

Instantly share code, notes, and snippets.

View dmitrovskiy's full-sized avatar

Vladimir Dmitrovskiy dmitrovskiy

View GitHub Profile
@dmitrovskiy
dmitrovskiy / 1_Dockerised_JMeter.md
Created March 3, 2017 19:06 — forked from hhcordero/1_Dockerised_JMeter.md
Dockerized JMeter - A Distributed Load Testing Workflow
@dmitrovskiy
dmitrovskiy / test.dev.conf
Created April 5, 2015 20:46
Apache server config
<VirtualHost *:80>
ServerName test.dev
ServerAdmin root@localhost
DocumentRoot "/home/user/sites/test
<Directory "/home/user/sites/test">
Options Indexes FollowSymLinks
AllowOverride All
#Order deny,allow
#Allow from all
Require all granted
<?php // src/Acme/Form/Type/ExampleForm.php
namespace Acme\Form\Type;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\Validator\Constraints as Assert;
class ExampleForm extends AbstractType {
public function buildForm(FormBuilderInterface $builder, array $options) {
$builder->add('email', 'email', array(