Skip to content

Instantly share code, notes, and snippets.

View geomach's full-sized avatar
💭
I may be slow to respond.

geomach geomach

💭
I may be slow to respond.
View GitHub Profile
@geomach
geomach / get_circleci_artifact.py
Created January 1, 2019 15:50 — forked from makmanalp/get_circleci_artifact.py
Quick and dirty ansible module for fetching CircleCI build artifacts (latest on a branch, or by build num & git SHA)
#!/usr/bin/env python
import requests
from ansible.module_utils.basic import AnsibleModule
import traceback
try:
from urllib.parse import quote
except ImportError:
@geomach
geomach / index.html
Last active December 6, 2021 18:55 — forked from sakkshm/index.html
Responsive News Card Slider
<div class="wrapper">
<div class="background">
<img src="https://res.cloudinary.com/muhammederdem/image/upload/v1537132206/news-slider/background.jpg" alt="">
</div>
<div class="item-bg"></div>
<div class="news-slider">
<div class="news-slider__wrp swiper-wrapper">
<div class="news-slider__item swiper-slide">
@geomach
geomach / wc-brands-sortable-taxonomies.php
Created March 9, 2018 16:51 — forked from woogists/wc-brands-sortable-taxonomies.php
[WooCommerce Brands] order the brands on the front end as it is showcased on the Admin Panel
add_filter( 'woocommerce_sortable_taxonomies','wt_sort_brands' );
function wt_sort_brands( $sortable ) {
$sortable[] = 'product_brand';
return $sortable;
}
@geomach
geomach / geomach
Created March 9, 2018 16:48
Geomach
hi set browser app