Skip to content

Instantly share code, notes, and snippets.

@migueltaoliveira
migueltaoliveira / createsequence.sql
Last active December 24, 2015 10:09
Criar Sequencias
CREATE SEQUENCE agentserial
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
CREATE SEQUENCE roleserial
START WITH 1
INCREMENT BY 1
@dmfrancisco
dmfrancisco / _dotfiles.md
Last active September 24, 2017 06:11
dotfiles for Unix and Unix-like Operating Systems

Super quick installation (for the lazy ones)

$ curl https://gist.githubusercontent.com/dmfrancisco/8dc4057a8585af2de0c9/raw/install.sh | sh

If you're running Linux replace curl with wget -qO-.
Restart your bash shell to put the changes in effect.


Installing this manually