Skip to content

Instantly share code, notes, and snippets.

View 0181532686cf4a31163be0bf3e6bb6732bf's full-sized avatar

Alex R 0181532686cf4a31163be0bf3e6bb6732bf

View GitHub Profile
#! /usr/bin/env python
#-*-coding: utf-8 -*-
import sys
import ctypes
import struct
ELF_MAGIC = [0x7F, ord('E'), ord('L'), ord('F')]
PT_INTERP = 3
ELFCLASS32 = 1
@0181532686cf4a31163be0bf3e6bb6732bf
0181532686cf4a31163be0bf3e6bb6732bf / foobox-toggle-pages.js
Created April 21, 2016 12:50
Make WordPress FooGallery scroll across the pages
(function($){
$(document).ready(function()
{
$.fn.isLink = function() {
return this.prop("tagName").toLowerCase() == 'a';
};
window.setTimeout(function()
{
var curr = $('.pagination .current');