Скачивание/обновление файла git_capitalize.sh:
$ curl -o git_capitalize.sh https://gist.githubusercontent.com/smgladkovskiy/7184020/raw/git_capitalize.sh
#!/usr/bin/python2 | |
""" | |
Referencing current branch in github README.md | |
This pre-commit hook updates the README.md file's | |
Travis and CodeCov badges with the current branch. | |
""" | |
import subprocess | |
# Hard-Coded for your repo (ToDo: get from remote?) |
{ | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"$id": "https://schema.tmc24.io/accounting/ticket_process/request.schema.json", | |
"type": "object", | |
"title": "Запрос на передачу данных по оказанной услуге для формирования счёта", | |
"definitions": { | |
"service_alias": { | |
"type": "string", | |
"title": "Алиас сервиса", | |
"enum": ["avia", "railway", "aeroexpress", "hotel"] |
<?php namespace Site\Traits; | |
use Illuminate\Database\Eloquent\Relations\BelongsTo; | |
use Illuminate\Database\Eloquent\Relations\HasOne; | |
use Illuminate\Database\Eloquent\Builder; | |
trait RelationOrderScopeTrait { | |
/** | |
* Order also and by related table column |
<?php namespace Ajax; | |
use Controller; | |
use Illuminate\Http\Response; | |
use Illuminate\Pagination\Paginator; | |
use Illuminate\Support\MessageBag; | |
use Laracasts\Commander\CommanderTrait; | |
use Response as RequestResponse; | |
class BaseController extends Controller { |
<?php namespace Site\Mailers; | |
use Closure; | |
use Exception; | |
use I18n; | |
use Illuminate\Mail\Mailer as Mail; | |
use Illuminate\Mail\Message; | |
use Illuminate\Queue\QueueManager; | |
use Illuminate\Support\SerializableClosure; | |
use Site\Exceptions\SentMailException; |
Скачивание/обновление файла git_capitalize.sh:
$ curl -o git_capitalize.sh https://gist.githubusercontent.com/smgladkovskiy/7184020/raw/git_capitalize.sh
<?php defined('SYSPATH') OR die('No direct access allowed.'); | |
$version = 'wip'; | |
$version_config = Kohana::$config->load('version'); | |
if($version_config->as_array()) | |
{ | |
$version = $version_config->version; | |
} | |
return array( |
Скачивание/обновление файла deploy.sh:
$ curl -o deploy.sh https://gist.githubusercontent.com/smgladkovskiy/6133041/raw/deploy.sh
Скачивание файла project.sh:
$ curl -o project.sh https://gist.githubusercontent.com/smgladkovskiy/6133041/raw/project.sh
Скачивание файла доп комманд extra_commands.sh:
Run this in your command line to make the process begin:
$ curl -o ko3.3_structure.sh https://raw.github.com/gist/2643818/ko3.3_structure.sh && ./ko3.3_structure.sh
Run this in your command line to make the process begin: | |
$ curl -o ko3_structure.sh https://raw.github.com/gist/1702555/ko3_structure.sh && ./ko3_structure.sh |