Skip to content

Instantly share code, notes, and snippets.

View alexandreleroux's full-sized avatar

Alexandre Leroux alexandreleroux

View GitHub Profile
@bnordgren
bnordgren / snow_notebook.ipynb
Last active November 12, 2015 19:46
EASE Grid 2.0 via Python, pyproj, and gdal_translate
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@klihelp
klihelp / wc-pagination-functions.php
Last active June 6, 2022 03:37
WooCommerce shortcode pagination on pages
<?php
/**
* Thanks for James Kemp / Iconic turning the idea into a plugin
* https://wordpress.org/plugins/shortcode-pagination-for-woocommerce
*
* This code shows pagination for WooCommerce shortcodes when it's embeded on single pages.
* Include into functions.php.
*/
if ( ! is_admin() ) {