Skip to content

Instantly share code, notes, and snippets.

View rubenRP's full-sized avatar

Rubén Rodríguez rubenRP

View GitHub Profile
@rubenRP
rubenRP / jsInfiniteScroll.html
Created November 2, 2015 11:24
Script de scroll infinito en Category/list
<script type="text/javascript">
//<![CDATA[
function sendLoadMoreProductsRequest() {
if ($$('.next').first()) {
var url = $$('.next').first().readAttribute('href');
$$('.product-loading a').first().hide();
@rubenRP
rubenRP / .bash_profile
Last active August 29, 2015 14:27 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management