Skip to content

Instantly share code, notes, and snippets.

View matthijs166's full-sized avatar

Matthijs Knigge matthijs166

View GitHub Profile
@matthijs166
matthijs166 / 3d_model_converter.sh
Created August 24, 2022 07:28 — forked from yibojiang/model_converter.sh
a simple bash tool converting model
#!/bin/bash
# Author Yibo Jiang
# Contact: yibojiang00@gmail.com
# Assimp
# License 3-clause BSD-License. Copyright (c) 2006-2015 assimp team All rights reserved..
function list {
@matthijs166
matthijs166 / remove-default-image-sizes.php
Last active February 8, 2018 23:38 — forked from douglasanro/remove-default-image-sizes.php
Remove default WordPress image sizes
<?php
/* ----------------------------------------------------------------------------
* Remove default image sizes
* ------------------------------------------------------------------------- */
//Remove default image sizes
add_action('init', 'remove_plugin_image_sizes');
function remove_plugin_image_sizes() {
remove_image_size('shop_thumbnail');
remove_image_size('shop_catalog');