Day | Training | Alternative |
---|---|---|
Monday | Rest | |
Tuesday | Intervals | |
Wednesday | Easy run | |
Thursday | Threshold run | Fartlek |
Friday | Rest | |
Saturday | Easy run | |
Sunday | 10K |
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
[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:
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
<?php | |
namespace __ | |
use Doctrine\ORM\Mapping as ORM; | |
use Doctrine\ORM\Mapping\UniqueConstraint; | |
/** | |
* Post | |
* |
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
var gulp = require('gulp'); | |
gulp.task('copy', function () { | |
return gulp | |
.src('index.js') | |
.pipe(gulp.dest('dist')) | |
}) |
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
echo "opcache.revalidate_freq=0" >> /etc/php5/mods-available/opcache.ini | |
echo "opcache.validate_timestamps=0" >> /etc/php5/mods-available/opcache.ini | |
echo "opcache.max_accelerated_files=7963" >> /etc/php5/mods-available/opcache.ini | |
echo "opcache.memory_consumption=256" >> /etc/php5/mods-available/opcache.ini | |
echo "opcache.interned_strings_buffer=16" >> /etc/php5/mods-available/opcache.ini | |
echo "opcache.fast_shutdown=1" >> /etc/php5/mods-available/opcache.ini | |
echo "opcache.enable_cli=1" >> /etc/php5/mods-available/opcache.ini |
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
Devops Engineer (Tasit.com, Istanbul, Turkey) | |
--- | |
Skills: | |
* System administration experience on Linux. (Debian is a plus.) | |
* Background in working with private or public cloud. | |
* Experience with large scale online services. | |
* Strong understanding of systems networking, firewalls and securing services. | |
* Ability to write scripts for automation in Bash or Python. |
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
#!/usr/bin/php | |
<?php | |
$a = array( | |
'asd', | |
'sdf', | |
'lkj', | |
'adl', | |
'fkj', | |
'das', |
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
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)
NewerOlder