Skip to content

Instantly share code, notes, and snippets.

View magnobiet's full-sized avatar
🏠

Magno F. B. Biét magnobiet

🏠
View GitHub Profile
-- PostgreSQL
SELECT
datname,
usename,
query,
waiting,
state,
backend_start,
xact_start,
query_start,
@magnobiet
magnobiet / GIT.md
Last active October 31, 2016 13:22

GIT

ssh-keygen -t rsa -b 4096                   # Generating a new SSH key
git checkout --ours                         # Resolv conflict using mine
git checkout --theirs                       # Resolv conflict using theirs
/*! https://bitbucket.org/magnobiet/socialize.js */
function _socialize() {
$(window).on('scroll', function() {
if ($(window).scrollTop() >= $('#social').position().top - 100) {
SOCIALIZE.get.twitter();
SOCIALIZE.get.facebook();
/*!
*
* jQuery Custom Select v0.1.4
*
* Made by Magno Biét
* Under MIT License
*
*/
;(function($, window, document, undefined) {
@magnobiet
magnobiet / jquery.autofocus.js
Last active August 29, 2015 13:56
jQuery Auto Focus Polyfill
/*!
* jQuery Auto Focus Polyfill v0.1.0
* https://gist.github.com/magnobiet/8933752/edit
*
* Made by Magno Biét
* Under MIT License
*/
;(function($, window, document, undefined) {