The Markup:
<div class='select'>
<input type='hidden' value='0' class='input' name='choose' />
<span class='selected'></span>
Guia para desenvolvimento de folhas de estilo no site do Quero Bolsa.
Utilizamos SASS no projeto.
Respeite os níveis de indentação.
class Array | |
def flat | |
each_with_object([]) do |element, init| | |
init.push *(element.is_a?(Array) ? element.flat : element) | |
end | |
end | |
end |
git log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate |
application.js | |
`//= require toastr.min` | |
application.css | |
`*= require toastr.min` |
library(ggplot2) | |
library(reshape2) | |
cancers <- c("BLCA", "BRCA", "COADREAD") | |
oncogenes <- c(18, 9, 4) | |
suppressors <- c(7, 8, 36) | |
proteins <- c(27, 22, 38) | |
drugs <- c(41, 33, 58) | |
dataset <- data.frame(Cancer = cancers, |
from django.db import models | |
from students.models impport Student | |
class Project(models.Model): | |
student = models.ForeignKey(Student) | |
name = models.CharField(max_length=200) | |
def __str__(self): | |
return self.name |
{ | |
"states": { | |
"AM": "N", | |
"RR": "N", | |
"AP": "N", | |
"PA": "N", | |
"TO": "N", | |
"RO": "N", | |
"AC": "N", |
--- | |
# The paths in which to look for gems | |
# :gempath: | |
# Force specification of gem server host on push | |
# disable_default_gem_server: | |
# A YAML array of remote gem repositories to install gems from | |
# :sources: |
As mensagens dos commits devem servir para três importantes coisas:
Escreva sua mensagem de commit desta forma: