Skip to content

Instantly share code, notes, and snippets.

View liaokongVFX's full-sized avatar
🎯
调焦

了空 liaokongVFX

🎯
调焦
View GitHub Profile
<?php
/**
* Catch php output buffering data over jQuery AJAX
*
* @author: Sohel Rana (me.sohelrana@gmail.com)
* @author url: https://blog.sohelrana.me
* @link: https://blog.sohelrana.me/catch-php-output-buffering-data-jquery-ajax/
* @licence MIT
*/
@liaokongVFX
liaokongVFX / cacheExport.py
Created December 20, 2017 06:33 — forked from anshultiwari1/cacheExport.py
yeti cache export script for maya
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
import sys, pprint
from pysideuic import compileUi
pyfile = open("/nas/projects/development/pipeline/bs_pipeline/cacheExportUI.py", 'w')
compileUi("/nas/projects/development/pipeline/bs_pipeline/ui/cacheExport.ui", pyfile, False, 4, False)
pyfile.close()
'''