| Day | Training | Alternative |
|---|---|---|
| Monday | Rest | |
| Tuesday | Intervals | |
| Wednesday | Easy run | |
| Thursday | Threshold run | Fartlek |
| Friday | Rest | |
| Saturday | Easy run | |
| Sunday | 10K |
| [agent] | |
| flush_interval = "10s" | |
| flush_jitter = "0s" | |
| interval = "10s" | |
| round_interval = true | |
| [inputs.cpu] | |
| percpu = false | |
| [inputs.disk] |
I'd done a lot of Boot projects before. But never tried multi-module structure.
Here is the my sample structure
Parent project: com.github.o.parent
Just declares org.springframework.boot-spring-boot-autoconfigure
Common project:
| <?php | |
| namespace __ | |
| use Doctrine\ORM\Mapping as ORM; | |
| use Doctrine\ORM\Mapping\UniqueConstraint; | |
| /** | |
| * Post | |
| * |
| var gulp = require('gulp'); | |
| gulp.task('copy', function () { | |
| return gulp | |
| .src('index.js') | |
| .pipe(gulp.dest('dist')) | |
| }) |
| #!/usr/bin/php | |
| <?php | |
| $a = array( | |
| 'asd', | |
| 'sdf', | |
| 'lkj', | |
| 'adl', | |
| 'fkj', | |
| 'das', |
| upstream php5-fpm-sock { | |
| server unix:/var/run/php5-fpm.sock; | |
| } | |
| server { | |
| listen 80; | |
| server_name domain.com; | |
| root /path/to/domain.com/public_html/web/; | |
| charset utf-8; |
I need your help guys. This is the short brief for the our community driven project like Google groups. My goal is the made done this with Symfony2 Standard Edition.
Features:
- Clean, minimalistic layout.
- Question / answer system.
- User login / registration.
- Filters for questions: Topics i started, Topics i answered, Topics i participated, Nobody replied, Modified within date, Started within date, marked as complete.
- Powerful search (Will be done with ElasticSearch or something like that)
- Email features: Instant emails for new topics, instant emails for new answers, Daily summaries, replying topic through email. (Emails will be queued to RabbitMq and processed)
Merhabalar,
Oncelikle php-ist sunumuna katilan herkese cok tesekkurler. Oldukca kalabalik bir toplulukla beraber olmak hem dinleyiciler hemde konusmacilar icin guzel bir motivasyon oldu. Sunum aralarinda cok guzel sohbetler yapildi, harika insanlarla tanisma firsatim oldu.
Bu organizasyonda konusmaci olmamda konularin citasinin yuksek olmasinin buyuk etkisi vardi. Monolitik konulardan ote insanlari daha kaliteli isler yapmaya yonelten konulara deginildi ve dinleyiciler bundan oldukca keyif aldi. Bundan sonra yapilacak benzer bir etkinlikte de bu seviyenin korunmasini dilerim. Laravel, Jenkins, Doctrine, olceklenebilirlik gibi konular oldukca guzel olurdu. Sektorde kabul gormus bir teknolojinin daha fazla anlatilmaya, dogrularin, yanlislarin neler oldugunun daha fazla sekilde gosterilmeye ve anlatilmaya ihtiyaci var. Ben de insanlarin daha guzel seyler yapabilecegi bir teknolojiyi anlatmaktan buyuk mutluluk duydum.
Organizasyonun tek gun ve tek salonda olmasida oldukca iyi oldu, zira insanlar bolunmedi, t
| <?php | |
| namespace Import\Bundle\TestBundle\Entity; | |
| use Symfony\Component\Security\Core\User\UserInterface; | |
| use Symfony\Component\Security\Core\User\AdvancedUserInterface; | |
| use Doctrine\ORM\Mapping as ORM; | |
| use Symfony\Component\Validator\Constraints as Assert; | |
| use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity; |