This file contains hidden or 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
set nocompatible | |
set bs=2 | |
set columns=80 | |
set background=dark | |
set wrapmargin=8 | |
syntax on | |
set ruler | |
set number |
This file contains hidden or 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
# Fonte: http://vidageek.net/2009/07/20/como-exibir-branch-atual-do-git/ | |
export PS1="\[\033[38m\]\u\[\033[32m\] \w \[\033[31m\]\`git \\ | |
branch 2>/dev/null | grep \"^\*\" | \\ | |
sed -r \"s/\*\ (.*)/ \(\1\)/\"\`\[\033[37m\]$\[\033[00m\] " | |
## Mac version: | |
# | |
#PS1="\[\033[38m\]\u"; | |
#PS1="$PS1\[\033[32m\] \w"; |
This file contains hidden or 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
[color] | |
diff = auto | |
status = auto | |
branch = auto | |
[user] | |
name = David Robert | |
email = [email protected] | |
[github] | |
user = davidrobert |
This file contains hidden or 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
# | |
# deploy a static page on heroku | |
# ------------------------------ | |
# | |
# | |
# required site structure: | |
# | |
# name-of-site | |
# |- config.ru | |
# +- public |
This file contains hidden or 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
* BusaoSP * (~20.000 instalações) | |
Aplicativo para encontrar pontos, ônibus e itinerários que passam em qualquer localização em São Paulo. | |
Código Fonte: https://github.com/caelum/onibus-android | |
Google Play: https://play.google.com/store/apps/details?id=br.com.caelum.ondeestaobusao.activity | |
* Calc PJ * (~2.000 instalações) | |
Aplicativo para cálculo dos tributos que incidem sobre uma nota fiscal de prestação de serviços. | |
Código-Fonte: https://github.com/SuelenGC/Calculadora-de-Tributos-PJ | |
Google Play: https://play.google.com/store/apps/details?id=br.com.suelengc.calctributospj |
This file contains hidden or 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
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script> | |
<script type="text/javascript"> | |
/** | |
* Plugin: jquery.zRSSFeed | |
* | |
* Version: 1.0.1 | |
* (c) Copyright 2010, Zazar Ltd | |
* | |
* Description: jQuery plugin for display of RSS feeds via Google Feed API | |
* (Based on original plugin jGFeed by jQuery HowTo) |
This file contains hidden or 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
*{margin:0;padding:0;} | |
body { | |
font:13.34px helvetica,arial,freesans,clean,sans-serif; | |
color:black; | |
line-height:1.4em; | |
background-color: #F8F8F8; | |
padding: 0.7em; | |
} | |
p { | |
margin:1em 0; |
This file contains hidden or 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
Como parte do processo seletivo do Elo7, gostaríamos que você fizesse uma pequena tarefa usando a linguagem que você se sentir mais à vontade. Conforme seu resultado, daremos continuidade ao processo te convidando para uma sessão de pair-programming. | |
O objetivo dessa tarefa é avaliar como você vai desenvolver o código, em termos de estilo, eficiência e qualidade. | |
Crie um projeto no seu Github para que vejamos os passos feitos através dos commits para resolver a tarefa. | |
A tarefa é a seguinte: | |
Desenvolver um sistema de agendamento de transferências financeiras. |
This file contains hidden or 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
import java.awt.BorderLayout; | |
import java.io.File; | |
import javax.swing.JFrame; | |
import javax.swing.JPanel; | |
import uk.co.caprica.vlcj.component.EmbeddedMediaPlayerComponent; | |
import uk.co.caprica.vlcj.player.embedded.EmbeddedMediaPlayer; | |
import com.sun.jna.NativeLibrary; |
This file contains hidden or 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
Como parte do processo seletivo do Elo7, gostaríamos que você fizesse uma pequena tarefa. Conforme seu resultado, daremos continuidade ao processo te convidando para uma sessão de pair-programming. | |
Durante o desenvolvimento de preferência para implementação em Java ou Scala. | |
O objetivo dessa tarefa é avaliar como você vai desenvolver o código, em termos de estilo, eficiência e qualidade. | |
Crie um projeto no seu Github para que vejamos os passos feitos através dos commits para resolver a tarefa. | |
A tarefa é a seguinte: |
OlderNewer