Skip to content

Instantly share code, notes, and snippets.

View javiergloria's full-sized avatar
🎯
Focusing in coding virtual pussy !!

Jav Gloria javiergloria

🎯
Focusing in coding virtual pussy !!
View GitHub Profile
@javiergloria
javiergloria / vox_to_obj_AUTO.py
Created April 28, 2021 07:35 — forked from awesomez/vox_to_obj_AUTO.py
Exports from MagicaVoxel VOX to OBJ. Can preserve all edges for easy editing in a program like Blender.
"""
AUTOMATIC drag and drop support for windows (NO PROMPT!)
1. Copy script to directory you want your files copied to.
2. Select the files you want to convert.
3. Drag & drop onto this script to convert .vox to .obj!
Files will be exported to directory of this script.
@javiergloria
javiergloria / Deploy
Last active February 14, 2024 23:51 — forked from nichtich/README.md
How to automatically deploy from GitHub
# Deploy your site with git
This gist assumes:
* you have an online remote repository (github / bitbucket etc.)
* you have a local git repo
* and a cloud server (Rackspace cloud / Amazon EC2 etc)
* your (PHP) scripts are served from /var/www/html/
* your webpages are executed by Apache
* the Apache user is named `www-data` (may be `apache` on other systems)