Skip to content

Instantly share code, notes, and snippets.

View mozgbrasil's full-sized avatar

Marcio dos Santos Amorim mozgbrasil

View GitHub Profile
{
"origins" : [
"ahmetozer.org",
"apicors.ahmetozer.org",
"localhost:3000"
],
"hosts" : [
"hub.docker.com",
"hom.vivo.ddivulga.com"
@mozgbrasil
mozgbrasil / .env
Created June 3, 2020 19:44
Devilbox Config
###
### ---------------------------------------------------
### D E V I L B O X R U N - T I M E S E T T I N G S
### ---------------------------------------------------
###
### All the following settings are applied during
### $ docker-compose up
###
### No need to rebuild any docker images!
###
import React, { Component } from 'react';
import { Shaders, Node, GLSL } from "gl-react";
import { Surface } from "gl-react-dom";
const shaders = Shaders.create({
example_001: {
frag: GLSL`
precision highp float;
varying vec2 uv;
uniform float blue;
<?php
//
ini_set('display_errors', 1);
// Base
$magento_baseDir = '/home/marcio/dados/mount/www/magento/htdocs/';
<?php
phpinfo();
?>
<?php
//
ini_set('display_errors', 1);
//
$autoload_path = dirname(__FILE__) . "/vendor/autoload.php";