This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
__author__ = "Dominik Hardtke" | |
__license__ = "MIT" | |
__version__ = "1.0.0" | |
__email__ = "[email protected]" | |
__status__ = "Production" | |
import os | |
import shutil | |
import zipfile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
import subprocess | |
import requests | |
import http.client | |
from http.client import HTTPConnection | |
from xml.dom import minidom |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Symfony\Component\HttpFoundation\BinaryFileResponse; | |
use Codesleeve\AssetPipeline\Asset; | |
class CustomAssetPipelineController extends BaseController | |
{ | |
/** | |
* Returns a file in the assets directory | |
* | |
* @return \Illuminate\Support\Facades\Response |