Skip to content

Instantly share code, notes, and snippets.

View davidrobert's full-sized avatar

David Robert davidrobert

View GitHub Profile

Teste de Programação Elo7

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 dê preferência para implementação em Android ou iOS.

O objetivo dessa tarefa é avaliar como você vai desenvolver o código em termos de estilo, eficiência e qualidade.

Teste de Programação Elo7

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 dê preferência para implementação em Java.

O objetivo dessa tarefa é avaliar como você vai desenvolver o código em termos de estilo, eficiência e qualidade.

@igorescobar
igorescobar / .bashrc_ps1.sh
Last active April 21, 2020 07:59
My Personal PS1 customization to work with git repositories.
# This bash script will update your PS1 configuration to inform you about:
# - current hour
# - current logged user
# - machine name
# - current path
# - status of current branch:
# - untracked files
# - uncommited changes
# - when nothing is changed on current branch
# - inform you when the current user.name and user.email is different of the global settings
@klauswuestefeld
klauswuestefeld / gist:2883085
Created June 6, 2012 16:29
1985 - 2030 Mainstream Software Development Overview
We couldn’t find that file to show.
@sztokbant
sztokbant / nfpcalc.m
Created March 13, 2012 14:06
Starting port of SorteioNF for iPhone
#import <objc/Object.h>
#import <stdio.h>
#import <time.h>
@interface NFPCalc: Object
{
}
- (long)calculateForTodayWithIndividualValue: (double) individualValue andNumberOfPeople: (int) numberOfPeople;
- (long)calculateForDay: (int) dayOfMonth andIndividualValue: (double) individualValue andNumberOfPeople: (int) n;
@davidrobert
davidrobert / .gitconfig
Created February 28, 2012 01:00
Gitconfig
[color]
diff = auto
status = auto
branch = auto
[user]
name = David Robert
email = davidrobert@gmail.com
[github]
user = davidrobert
@davidrobert
davidrobert / .bashrc
Created February 27, 2012 23:18
GIT + .bash_profile" (ou ".bashrc")
# 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";
@creaktive
creaktive / 00-PerlAssincrono.pod
Created January 15, 2011 20:57
Perl Assíncrono

Perl Assíncrono

Introdução

Esse artigo é dedicado aos 20 anos da WWW :)