participant C
participant B
participant A
Note right of A: By listing the participants\n you can change their order
st=>start: Start:>http://www.google.com[blank]
e=>end:>http://www.google.com
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes
or No?:>http://www.google.com
io=>inputoutput: catch something...
st->op1->cond
cond(yes)->io->e
cond(no)->sub1(right)->op1
#!/bin/bash
set -e # Exit on failure
# bash script here!
namespace App\Http\Controllers;
use Illuminate\Foundation\Bus\DispatchesJobs;
use Illuminate\Routing\Controller as BaseController;
use Illuminate\Foundation\Validation\ValidatesRequests;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
class Controller extends BaseController
{
use AuthorizesRequests, DispatchesJobs, ValidatesRequests;
}
Learn more about this styleguide, particularly how it’s built and who maintains it.
Brimer is a CSS Framework built after Primer, GitHub’s internal CSS framework. The idea is to have a cake and eat it too by combining Github attractive clean style and Bootstrap extensive feature list.
Brimer currently supports all the stuff Bootstrap supports
There will be a roadmap that outlines what’s comming for future versions of Brimer, promise.
Currently maintained by @websemantics, and Web Semantics, Inc, CSS team.